Logo

Composite Enrichment

How does the composites service work?

The composites service provides constituent weightings to your FundApps position file. The service works for both clients that produce their own XML positions file or have data enrichment via Data Adapter:

So, basically it pulls the information from BYOD file and adds to the original position file.

Example of an Index instrument referencing an ISIN

<Index InstrumentId="ESTXE50" InstrumentName="EURO STOXX 50 (Performance)" InstrumentCurrency="EUR" ISIN="EU0009658152" />

Example (simplified)

<Instruments>

    <Equity InstrumentName="Nestle" InstrumentId="CH0038863350" .../>

    <Option InstrumentId="ESTXE50Options" InstrumentName="EURO STOXX 50® Call Index Options (OESX)">
        <Component InstrumentID="ESTXE50">
    </Option>

    <Index InstrumentId="ESTXE50" InstrumentName="EURO STOXX 50 (Performance)" InstrumentCurrency="EUR" ISIN="EU0009658152" />

</Instruments>
💡 In this simplified example, the composites service would detect the EURO STOXX 50 Index, match in the ETF library by the Benchmark ISIN code supplied and enrich a constituent of Nestle to the Index. As no other underlying data is specified up front, the remaining constituents are discarded

Finally once enrichment is complete, the service will pass the enriched XML file onto the FundApps engine and upload on your behalf as normal.