<?xml version="1.0" encoding="UTF-8"?>

<schema xmlns:opera="http://www.theopenprotocol.org/schema"
        xmlns="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.theopenprotocol.org/schema"
        elementFormDefault="qualified"
        version="1.14.0">

    <annotation>
        <documentation xml:lang="en">
            Open Protocol Enabling Risk Aggregation (OPERA)
        </documentation>
    </annotation>

    <element name="opera">
        <complexType>
            <sequence>
                <element name="fundAndInvestorDetails" type="opera:fundAndInvestorDetails">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Fund &amp; Investor Details</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="equityExposure" type="opera:equityExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Equity Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="sovereignInterestRateExposure" type="opera:sovereignInterestRateExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Sovereign Interest Rate Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="creditExposure" type="opera:creditExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Credit Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="convertibleBondExposure" type="opera:convertibleBondExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Convertible Bond Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="currencyExposure" type="opera:currencyExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Currency Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="realAssetExposure" type="opera:realAssetExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Real Asset Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="otherExposure" type="opera:otherExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Other Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="valueAtRisk" type="opera:valueAtRisk" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Value at Risk</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="sensitivity" type="opera:sensitivity" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Sensitivity</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="stressTest" type="opera:stressTest" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Stress Test</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="counterpartyExposure" type="opera:counterpartyExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Counterparty Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="digitalAssetExposure" type="opera:digitalAssetExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Digital Asset Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="environmentalSocialGovernanceExposure" type="opera:environmentalSocialGovernanceExposure" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Environmental, Social &amp; Governance (ESG) Exposure</opera:label>
                        </appinfo>
                    </annotation>
                </element>
                <element name="managerDisclaimer" type="token" minOccurs="0">
                    <annotation>
                        <appinfo>
                            <opera:label xml:lang="en">Manager Disclaimer</opera:label>
                        </appinfo>
                    </annotation>
                </element>
            </sequence>
        </complexType>
    </element>

    <!-- COMPLEX TYPES -->

    <complexType name="fundAndInvestorDetails">
        <sequence>
            <element name="fundName" type="token">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Fund Name</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="fundIdentifier" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Fund Identifier</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="baseCurrency" type="opera:isoCurrencyCode" minOccurs="0" default="USD">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Base Currency</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="date" type="date">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Date</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="managerDetails" type="opera:managerDetails">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Manager Details</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="fundAumDetails" type="opera:fundAumDetails">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Strategy AUM Details</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="primaryInvestmentStrategy" type="opera:primaryInvestmentStrategy">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Primary Investment Strategy</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="reportingShareClass" type="opera:reportingShareClass" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Reporting Share Class</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="performance" type="opera:performance">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Performance</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="investorSize" type="opera:investorSize">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investor Size</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="investorType" type="opera:investorType">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investor Type</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="investorLiquidity" type="opera:investorLiquidity">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investor Liquidity</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="unencumberedCash">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Unencumbered Cash</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageAttribute"/>
                </complexType>
            </element>
            <element name="externalFundInvestment" type="opera:externalFundInvestment">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">External Fund Investment</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="reportGenerator" type="token">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Report Generator</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="reportGenerationDate" type="date">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Report Generation Date</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="managerDetails">
        <sequence>
            <element name="managerName" type="token">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Manager Name</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="totalFirmAum">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Firm Assets Under Management</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="privateFundsWithPerformanceFees" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Funds (Performance Fees)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="privateFundsWithNoPerformanceFees" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Funds (No Performance Fees)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="nonPrivateFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non Private Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="ucitsFundsWithPerformanceFees" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">UCITS Funds (Performance Fees)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="ucitsFundsWithNoPerformanceFees" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">UCITS Funds (No Performance Fees)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="managedAccounts" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Managed Accounts</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="realEstateFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Real Estate Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="privateEquityFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Equity Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="liquidityFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Liquidity Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="fundAumDetails">
        <sequence>
            <element name="totalFundAum">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Strategy Assets Under Management</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="funds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="managedAccounts" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Managed Accounts</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="redemptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Redemptions</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonPositiveAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="subscriptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Subscriptions</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
                </complexType>
            </element>
            <element name="aumCalculationMethod" type="opera:aumCalculationMethod" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">AUM Calculation Method</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="reportingShareClass">
        <sequence>
            <element name="totalAssetValue" type="opera:nonNegativeAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Share Class Asset Value</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="totalFundAumPercentage" type="opera:nonNegativeMaxOneRelativeValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Share Class Percentage of Total Fund AUM</opera:label>
                        <opera:format>percent</opera:format>
                    </appinfo>
                </annotation>
            </element>
            <element name="currency" type="opera:isoCurrencyCode">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Share Class Currency</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="inceptionDate" type="date">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Share Class Inception Date</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="managementFee" type="opera:nonNegativeMaxOneRelativeValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Share Class Management Fee</opera:label>
                        <opera:format>percent</opera:format>
                    </appinfo>
                </annotation>
            </element>
            <element name="performanceFee" type="opera:nonNegativeMaxOneRelativeValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Share Class Performance Fee</opera:label>
                        <opera:format>percent</opera:format>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="primaryInvestmentStrategy">
        <sequence>
            <element name="investmentStrategy" type="opera:investmentStrategy">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investment Strategy</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="assetClass" type="opera:assetClass">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asset Class</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentType" type="opera:instrumentType">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Type</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="investmentStyle" type="opera:investmentStyle">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investment Style</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="tradingStrategy" type="opera:tradingStrategy">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trading Strategy</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="marketExposure" type="opera:marketExposure">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Market Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="holdingPeriod" type="opera:holdingPeriod">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Holding Period</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="performance">
        <sequence>
            <element name="monthToDatePerformance">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Month-to-Date Performance</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:grossNetPercentageAttributes"/>
                </complexType>
            </element>
            <element name="quarterToDatePerformance">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Quarter-to-Date Performance</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:grossNetPercentageAttributes"/>
                </complexType>
            </element>
            <element name="yearToDatePerformance">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Year-to-Date Performance</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:grossNetPercentageAttributes"/>
                </complexType>
            </element>
            <element name="inceptionToDatePerformance">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Inception-to-Date Performance</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:grossNetPercentageAttributes"/>
                </complexType>
            </element>
            <element name="isMajorityOfFundAboveHighWaterMark" type="boolean">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Is the Majority of the Fund Above the High Water Mark</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="investorSize">
        <sequence>
            <element name="topFiveLargestInvestors" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Top 5 Largest Investors</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="largestInvestor" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Largest Investor</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="investorType">
        <sequence>
            <element name="individuals" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Individuals</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="partnersAndEmployees" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Partners &amp; Employees</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="highNetWorthIndividuals" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">High Net Worth Individuals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="familyOffices" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Family Offices</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="retailInvestors" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Retail Investors</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="institutions" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Institutions</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="governmentEntities" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Government Entities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="pensionPlansAndFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pension Plans &amp; Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="endowmentsAndFoundationsAndOtherCharitableOrganizations" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Endowments, Foundations &amp; Other Charitable
                                        Organizations
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="sovereignWealthFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sovereign Wealth Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="intermediaries" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Intermediaries</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="banksAndInsuranceCompanies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Banks &amp; Insurance Companies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="privateBanks" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Banks</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                        <element name="otherInvestmentFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Investment Funds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageAssetValueAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="investorLiquidity">
        <sequence>
            <element name="lessThanOrEqualToThreeMonths" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Less Than or Equal to 3 Months</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="lessThanOrEqualToOneWeek" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 1 Week</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToOneMonth" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 1 Month</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToThreeMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 3 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                </complexType>
            </element>
            <element name="lessThanOrEqualToTwelveMonths" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Less Than or Equal to 12 Months</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="lessThanOrEqualToSixMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 6 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToNineMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 9 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToTwelveMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 12 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                </complexType>
            </element>
            <element name="lessThanOrEqualToThirtySixMonths" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Less Than or Equal to 36 Months</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="lessThanOrEqualToEighteenMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 18 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToTwentyFourMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 24 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                        <element name="lessThanOrEqualToThirtySixMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Less Than or Equal to 36 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                </complexType>
            </element>
            <element name="moreThanThirtySixMonths" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">More Than 36 Months</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageRedemptionAttributes"/>
                </complexType>
            </element>
            <element name="sidePockets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Side Pockets</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageRedemptionWithNoPenaltyAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="externalFundInvestment">
        <sequence>
            <element name="cashManagementPurpose" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Cash Management Purpose</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageAttribute"/>
                </complexType>
            </element>
            <element name="nonCashManagementPurpose" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Cash Management Purpose</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:aumPercentageAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="equityExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="sectorExposure" type="opera:gicsSectorExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sector Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentExposure" type="opera:equityInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="marketCapitalExposure" type="opera:marketCapitalExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Market Capital Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="equityInstrumentExposure">
        <sequence>
            <element name="equity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Equity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="commonEquity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Common Equity</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="preferredEquity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Preferred Equity</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="depositaryReceipts" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Depositary Receipts (ADRs, GDRs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <group ref="opera:equityDerivativeInstrumentExposureElements"/>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="equityIndexes" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Equity Indexes</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="exchangeTradedFunds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <group ref="opera:equityDerivativeInstrumentExposureElements"/>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonListed" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Listed</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="privateEquity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Equity</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="privateInvestmentsInPublicEquity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Private Investments in Public Equity (PIPEs)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="partnerships" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Partnerships</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="restrictedSecurities" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Restricted Securities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="sovereignInterestRateExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="maturityInstrumentExposure" type="opera:sovereignInterestRateMaturityInstrumentExposure"
                     minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="creditRatingExposure" type="opera:creditRatingExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Rating Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="sovereignInterestRateMaturityInstrumentExposure">
        <sequence>
            <element name="maturityOneYearOrLess" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity of 1 Year or Less</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:sovereignInterestRateInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="maturityMoreThanOneToFiveYears" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity of More Than 1 to 5 Years</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:sovereignInterestRateInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="maturityMoreThanFiveToTenYears" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity of More Than 5 to 10 Years</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:sovereignInterestRateInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="maturityMoreThanTenYears" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity of More Than 10 Years</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:sovereignInterestRateInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="sectorExposure" type="opera:gicsSectorExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sector Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="creditTypeExposure" type="opera:creditTypeExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Type Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentExposure" type="opera:creditInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="priceAndYieldAndSpreadExposure" type="opera:creditPriceAndYieldAndSpreadExposure"
                     minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Price, Yield &amp; Spread Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="creditRatingExposure" type="opera:creditRatingExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Rating Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="maturityExposure" type="opera:creditMaturityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="ownershipConcentrationExposure" type="opera:ownershipConcentrationExposure"
                     minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Ownership Concentration Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditTypeExposure">
        <sequence>
            <element name="singleNameCorporateDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Corporate Debt (Single Name)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditCorporateDebtTypeExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonSingleNameCorporateDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Corporate Debt (Indexes &amp; Pooled Products)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditCorporateDebtTypeExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="mortgages" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Mortgages (Indexes &amp; Pooled Products)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="agencyResidentialMortgageBackedSecurities" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Residential Mortgage-Backed Securities (Agency)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="agencyPassThroughAndToBeAnnouncedSecurities" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agency Pass-Throughs &amp; TBAs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="agencyDerivatives" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agency Derivatives (IOs, IIOs &amp; POs)
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="nonAgencyResidentialMortgageBackedSecurities" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Residential Mortgage-Backed Securities (Non Agency)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="cashBonds" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cash Bonds</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="synthetics" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Synthetics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="nonAgencyCommercialMortgageBackedSecurities" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commercial Mortgage-Backed Securities (Non Agency)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="cashBonds" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cash Bonds</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="synthetics" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Synthetics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="creditRiskTransferBonds" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Credit Risk Transfer Bonds</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="otherSecuritizedAssets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other Securitized Assets</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="automobiles" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Automobiles</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="creditCardReceivables" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit Card Receivables</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="housing" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Housing</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="equipmentFinance" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equipment Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="projectAndInfrastructureFinance" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Project &amp; Infrastructure Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="specialtyFinance" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Specialty Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="municipalBonds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Municipal Bonds</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="nonUsState" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non US State</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSAL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Alabama</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSAK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Alaska</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSAZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Arizona</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSAR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Arkansas</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSCA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">California</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSCO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Colorado</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSCT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Connecticut</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSDE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Delaware</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSFL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Florida</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSGA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Georgia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSHI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hawaii</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSID" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Idaho</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSIL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Illinois</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSIN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Indiana</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSIA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Iowa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSKS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Kansas</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSKY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Kentucky</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSLA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Louisiana</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSME" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Maine</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMD" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Maryland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Massachusetts</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Michigan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Minnesota</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mississippi</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Missouri</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSMT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Montana</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Nebraska</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNV" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Nevada</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New Hampshire</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNJ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New Jersey</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New Mexico</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New York</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSNC" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North Carolina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSND" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North Dakota</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSOH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ohio</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSOK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oklahoma</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSOR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oregon</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSPA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pennsylvania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSRI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Rhode Island</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSSC" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Carolina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSSD" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Dakota</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSTN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Tennessee</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSTX" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Texas</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSUT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Utah</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSVT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Vermont</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSVA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Virginia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSWA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Washington</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSWV" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">West Virginia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSWI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Wisconsin</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUSWY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Wyoming</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditInstrumentExposure">
        <sequence>
            <element name="bondsAndNotes" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Bonds &amp; Notes</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="bankLoans" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Bank Loans</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="creditDefaultSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Default Swaps (CDSs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="collateralizedDebtObligations" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Structured Products</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="otherDerivatives" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other Derivatives</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exchangeTradedFunds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTypeInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditPriceAndYieldAndSpreadExposure">
        <sequence>
            <element name="performingDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Performing Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="averageCashOnCashYield" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Average Cash-on-Cash Yield</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:averagePercentageAttribute"/>
                            </complexType>
                        </element>
                        <element name="averageYieldToWorst" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Average Yield to Worst</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:averagePercentageAttribute"/>
                            </complexType>
                        </element>
                        <element name="averageCreditDefaultSwapSpread" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Average Credit Default Swap Spread</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:averagePercentageAttribute"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonPerformingDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Performing Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="averageDollarPrice" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Average Dollar Price</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:averageCentsPerDollarAttribute"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditMaturityExposure">
        <sequence>
            <group ref="opera:maturityExposureElements"/>
            <element name="nonPerformingDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Performing Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="convertibleBondExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="sectorExposure" type="opera:gicsSectorExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sector Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentExposure" type="opera:convertibleBondInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="derivativeSpecificExposure" type="opera:convertibleBondDerivativeSpecificExposure"
                     minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Derivative Specific Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="creditRatingExposure" type="opera:convertibleBondCreditRatingExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Rating Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="maturityExposure" type="opera:convertibleBondMaturityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Maturity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="ownershipConcentrationExposure" type="opera:ownershipConcentrationExposure"
                     minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Ownership Concentration Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="convertibleBondInstrumentExposure">
        <sequence>
            <element name="convertibleBondsAndAssetSwappedConvertibles" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Convertible Bonds &amp; Asset Swapped Convertibles</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="contingentConvertibles" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Contingent Convertibles (CoCos)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="contingentPayments" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Contingent Payments (CoPays)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="convertibleHybridsAndMandatories" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Convertible Hybrids &amp; Mandatories</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="convertiblePreferreds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Convertible Preferreds</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="warrantsAndOptions" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Warrants &amp; Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="assetSwappedConvertibleOptionTransactions" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asset Swapped Convertible Option Transactions (ASCOTs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="marketValue" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Market Value</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="lookThroughValue" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Look-Through Value</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exchangeTradedFunds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="convertibleBondDerivativeSpecificExposure">
        <sequence>
            <element name="averagePremium" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Premium</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:averagePercentageAttribute"/>
                </complexType>
            </element>
            <element name="averageYield" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Yield</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:averagePercentageAttribute"/>
                </complexType>
            </element>
            <element name="averageYieldToMaturity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Yield to Maturity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:averagePercentageAttribute"/>
                </complexType>
            </element>
            <element name="averageYieldToBest" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Yield to Best</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:averagePercentageAttribute"/>
                </complexType>
            </element>
            <element name="averageMarketPrice" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Market Price</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="fiftyOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">50 or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanFiftyToOneHundred" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 50 to 100</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneHundredToOneHundredFifty" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 100 to 150</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneHundredFifty" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 150</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:averagePriceAttribute"/>
                </complexType>
            </element>
            <element name="averageDelta" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Delta</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="twentyFiveOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">25 or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTwentyFiveToFifty" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 25 to 50</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanFiftyToSeventyFive" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 50 to 75</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanSeventyFive" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 75</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:oneHundredBasedAverageDeltaAttribute"/>
                </complexType>
            </element>
            <element name="averagePremiumOverParity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Premium Over Parity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="tenPercentOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">10% or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTenToTwentyFivePercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 10% to 25%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTwentyFiveToFiftyPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 25% to 50%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanFiftyToSeventyFivePercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 50% to 75%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanSeventyFiveToOneHundredPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 75% to 100%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneHundredPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 100%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:averagePercentageAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="convertibleBondCreditRatingExposure">
        <sequence>
            <element name="assetSwappedConvertibles" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asset Swapped Convertibles</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <group ref="opera:creditRatingExposureElements"/>
        </sequence>
    </complexType>

    <complexType name="convertibleBondMaturityExposure">
        <group ref="opera:maturityExposureElements"/>
    </complexType>

    <complexType name="currencyExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="regionCurrencyExposure" type="opera:regionCurrencyExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Currency Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentExposure" type="opera:currencyInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="currencyInstrumentExposure">
        <sequence>
            <element name="nonBaseG10" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Base G10 Currencies</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:currencyInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonBaseNonG10" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Base Non G10 Currencies</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:currencyInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="commodityTypeExposure" type="opera:realAssetCommodityTypeExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Commodity Type Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="commodityInstrumentExposure" type="opera:realAssetCommodityInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Commodity Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="realEstateExposure" type="opera:realAssetRealEstateExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Estate Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="timberlandExposure" type="opera:realAssetTimberlandExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Timberland Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="infrastructureExposure" type="opera:realAssetInfrastructureExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Infrastructure Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetCommodityTypeExposure">
        <sequence>
            <element name="energy" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Energy (Upstream)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="oil" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oil</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="crudeOil" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Crude Oil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="brentCrude" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brent Crude</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="unleadedGasoline" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Unleaded Gasoline</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="heatingOil" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Heating Oil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gasOil" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gas Oil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="naturalGas" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Natural Gas</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="power" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Power</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="metals" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Metals</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="industrialMetals" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Industrial Metals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="aluminum" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Aluminum</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="copper" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Copper</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="lead" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lead</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="nickel" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Nickel</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="tin" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Tin</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="zinc" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Zinc</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="preciousMetals" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Precious Metals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gold" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gold</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="silver" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Silver</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="platinum" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Platinum</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="palladium" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Palladium</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="agriculture" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Agriculture</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="grainsAndOilseeds" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Grains &amp; Oilseeds</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="corn" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Corn</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="oats" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oats</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="rapeseed" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Rapeseed</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="roughRice" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Rough Rice</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="soybeans" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Soybeans</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="soybeanMeal" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Soybean Meal</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="soybeanOil" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Soybean Oil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="wheat" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Wheat</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="otherSofts" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Softs</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="cocoa" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cocoa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="coffee" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Coffee</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cotton" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cotton</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="rubber" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Rubber</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="sugar" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sugar</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="livestock" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Livestock</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="feederCattle" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Feeder Cattle</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="liveCattle" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Live Cattle</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="leanHog" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lean Hog</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="nitrogen" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Nitrogen</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="phosphorus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Phosphorus</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="potassium" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Potassium</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetCommodityInstrumentExposure">
        <sequence>
            <element name="physical" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Physical</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="futuresAndClearedSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Futures &amp; Cleared Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exchangeTradedFunds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="forwardsAndSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Forwards &amp; Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="options" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="callOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Call Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="putOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Put Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <group ref="opera:realAssetCommodityInstrumentExposureElements"/>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetRealEstateExposure">
        <sequence>
            <element name="commercial" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Commercial</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="offices" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Offices</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="centralBusinessDistrict" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Central Business District</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="suburban" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Suburban</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="retail" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="neighborhoodCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Neighborhood Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="communityCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Community Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="regionalCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Regional Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="superRegionalCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Super-Regional Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="fashionAndSpecialtyCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fashion &amp; Specialty Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="powerCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Power Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="themeAndFestivalCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Theme &amp; Festival Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="outletCenters" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Outlet Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="singleTenant" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Single-Tenant</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="industrial" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Industrial</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="flexSpace" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Flex Space</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="researchAndDevelopment" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Research &amp; Development</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="warehouses" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Warehouses</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="manufacturingAndOfficeShowrooms" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Manufacturing &amp; Office Showrooms
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="hotels" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hotels</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="residential" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Residential</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="highRiseElevatorProjects" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">High-Rise Elevator Projects</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="lowRiseProjects" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Low-Rise Projects</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gardenTypeProjects" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Garden-Type Projects</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetTimberlandExposure">
        <sequence>
            <element name="coniferPhysical" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Conifer Physical</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="structural" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Structural</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="nonStructural" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non Structural</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonConiferPhysical" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Conifer Physical</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="nonStructural" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non Structural</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="fiber" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Fiber</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="derivatives" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Derivatives</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="futuresAndClearedSwaps" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Futures &amp; Cleared Swaps</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="forwardsAndSwaps" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Forwards &amp; Swaps</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="options" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="callOptions" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Call Options</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="putOptions" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Put Options</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetInfrastructureExposure">
        <sequence>
            <element name="energy" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Energy (Mid &amp; Downstream)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="oil" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oil</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="naturalGas" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Natural Gas</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="power" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Power</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="transportation" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Transportation</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="realAssetTypeExposure">
        <sequence>
            <element name="commodity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Commodity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="energy" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Energy (Upstream)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="oil" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="crudeOil" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Crude Oil</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="brentCrude" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Brent Crude</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="unleadedGasoline" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Unleaded Gasoline</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="heatingOil" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Heating Oil</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="gasOil" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Gas Oil</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="naturalGas" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Natural Gas</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="power" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Power</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="metals" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Metals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="industrialMetals" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Metals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="aluminum" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Aluminum</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="copper" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Copper</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="lead" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Lead</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="nickel" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Nickel</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="tin" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Tin</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="zinc" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Zinc</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="preciousMetals" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Precious Metals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="gold" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Gold</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="silver" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Silver</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="platinum" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Platinum</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="palladium" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Palladium</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="agriculture" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Agriculture</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="grainsAndOilseeds" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Grains &amp; Oilseeds</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="corn" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Corn</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="oats" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Oats</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="rapeseed" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Rapeseed</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="roughRice" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Rough Rice</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="soybeans" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Soybeans</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="soybeanMeal" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Soybean Meal</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="soybeanOil" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Soybean Oil</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="wheat" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Wheat</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="otherSofts" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Softs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="cocoa" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Cocoa</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="coffee" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Coffee</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="cotton" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Cotton</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="rubber" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Rubber</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="sugar" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Sugar</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="livestock" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Livestock</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="feederCattle" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Feeder Cattle</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="liveCattle" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Live Cattle</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="leanHog" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Lean Hog</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <sequence>
                                                <element name="nitrogen" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Nitrogen</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="phosphorus" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Phosphorus</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="potassium" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Potassium</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                                <element name="other" minOccurs="0">
                                                    <annotation>
                                                        <appinfo>
                                                            <opera:label xml:lang="en">Other</opera:label>
                                                        </appinfo>
                                                    </annotation>
                                                    <complexType>
                                                        <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                                    </complexType>
                                                </element>
                                            </sequence>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="realEstate" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Estate</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="commercial" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commercial</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="residential" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Residential</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="timberland" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Timberland</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="coniferPhysical" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Conifer Physical</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="nonConiferPhysical" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non Conifer Physical</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="derivatives" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Derivatives</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="infrastructure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Infrastructure</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="energy" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Energy (Mid &amp; Downstream)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="transportation" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Transportation</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="otherExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="valueAtRisk">
        <sequence>
            <element name="calculationMethodology" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Calculation Methodology</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="valueAtRiskMethodology" type="opera:valueAtRiskMethodology" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Value at Risk Methodology</opera:label>
                                </appinfo>
                            </annotation>
                        </element>
                        <element name="otherValueAtRiskMethodologyDetails" type="token" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Value at Risk Methodology Details</opera:label>
                                </appinfo>
                            </annotation>
                        </element>
                        <element name="decayFactor" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Decay Factor</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:decayFactorAttribute"/>
                            </complexType>
                        </element>
                        <element name="lookBackPeriod" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Look-Back Period</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:numberOfDaysAttribute"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="assetClassValueAtRisk" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asset Class Value at Risk</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="equity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equity</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="sovereignInterestRate" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sovereign Interest Rate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="credit" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="convertibleBond" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Convertible Bond</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="currency" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Currency</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="realAsset" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Real Asset</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="digitalAsset" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Digital Asset</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="diversificationBenefit" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversification Benefit</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="portfolio" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Portfolio</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="regionValueAtRisk" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Value at Risk</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="global" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Global</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="europe" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="northAmerica" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="asiaAndOceania" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="southAmericaAndAfrica" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="diversificationBenefit" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversification Benefit</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="sectorValueAtRisk" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sector Value at Risk</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics10" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Energy</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics15" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Materials</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics20" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Industrials</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics25" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Consumer Discretionary</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics30" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Consumer Staples</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics35" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics40" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Financials</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics45" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Information Technology</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics50" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Communication Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics55" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics60" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Real Estate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="conglomerates" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Conglomerates</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="broadMarketIndexes" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Broad Market Indexes</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                        <element name="diversificationBenefit" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversification Benefit</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:valueAtRiskAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="exposureInCalculation" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exposure Included in Calculation</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:percentageOfExposureInCalculationAttributes"/>
                </complexType>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="sensitivity">
        <sequence>
            <element name="equity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Equity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:betaSensitivityAttribute"/>
                    <attributeGroup ref="opera:deltaSensitivityAttribute"/>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="sovereignInterestRate" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sovereign Interest Rate</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                    <attributeGroup ref="opera:basisPointChangeSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="credit" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                    <attributeGroup ref="opera:basisPointChangeSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="convertibleBond" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Convertible Bond</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:betaSensitivityAttribute"/>
                    <attributeGroup ref="opera:deltaSensitivityAttribute"/>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                    <attributeGroup ref="opera:basisPointChangeSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="currency" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Currency</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:deltaSensitivityAttribute"/>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="realAsset" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Asset</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:deltaSensitivityAttribute"/>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="digitalAsset" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Digital Asset</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:betaSensitivityAttribute"/>
                    <attributeGroup ref="opera:deltaSensitivityAttribute"/>
                    <attributeGroup ref="opera:gammaVegaThetaSensitivityAttributes"/>
                </complexType>
            </element>
            <element name="exposureInCalculation" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exposure Included in Calculation</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:percentageOfExposureInCalculationAttributes"/>
                </complexType>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="stressTest">
        <sequence>
            <element name="scenarios" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Scenarios</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="equityTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equity +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="largeCapEquityTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Large Cap Equity +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="smallCapEquityTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Small Cap Equity +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="equityTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equity -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="largeCapEquityTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Large Cap Equity -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="smallCapEquityTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Small Cap Equity -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="sovereignInterestRateTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sovereign Interest Rate +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="shortTermRatesFivePercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Short Term Rates +5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="longTermRatesTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Long Term Rates +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="sovereignInterestRateTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sovereign Interest Rate -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="shortTermRatesFivePercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Short Term Rates -5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="longTermRatesTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Long Term Rates -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="creditTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="investmentGradeFivePercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Grade +5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="nonInvestmentGradeTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Non Investment Grade +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="creditTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="investmentGradeFivePercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Grade -5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="nonInvestmentGradeTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Non Investment Grade -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="convertibleBondTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Convertible Bond +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="investmentGradeFivePercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Grade +5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="nonInvestmentGradeTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Non Investment Grade +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="convertibleBondTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Convertible Bond -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="investmentGradeFivePercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Grade -5%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="nonInvestmentGradeTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Non Investment Grade -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="usdTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">USD +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="usdTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">USD -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="commodityTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commodity +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="metalsTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Metals +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="energyTenPercentUp" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Energy +10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="commodityTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commodity -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="metalsTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Metals -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="energyTenPercentDown" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Energy -10%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:stressTestAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="digitalAssetTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Digital Asset +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="digitalAssetTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Digital Asset -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element> 
                        <element name="impliedVolatilityTenPercentUp" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Implied Volatility +10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="impliedVolatilityTenPercentDown" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Implied Volatility -10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="historicalStressEvents" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Historical Stress Events</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="techBubble" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Tech Bubble (15th March to 14th April 2000)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="nineEleven" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Nine Eleven (10th to 17th September 2001)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="creditEventOne" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit Event I (23rd August to 9th October 2002)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="gulfWarTwo" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Gulf War 2 (1st to 21st March 2003)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="subprimeCrisis" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Subprime Crisis (16th July to 16th August 2007)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="creditEventTwo" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Credit Event II (12th September to 15th October 2008)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:stressTestAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="historicalStress" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Historical Stress (Over Last 500 Trading Days)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="worstRollingFiveDayCumulativeReturn" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Worst Rolling 5 Day Cumulative Return</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:historicalStressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="worstRollingTenDayCumulativeReturn" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Worst Rolling 10 Day Cumulative Return</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:historicalStressTestAttributes"/>
                            </complexType>
                        </element>
                        <element name="worstRollingTwentyDayCumulativeReturn" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Worst Rolling 20 Day Cumulative Return</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:historicalStressTestAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposure">
        <sequence>
            <element name="tradingAssets" type="opera:counterpartyExposureTradingAssets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trading Assets</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="treasuryAssets" type="opera:counterpartyExposureTreasuryAssets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Treasury Assets</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="otherAssets" type="opera:counterpartyExposureOtherAssets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other Assets</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="tradingAssetsByCounterpartyAssetSize" type="opera:counterpartyExposureTradingAssetsByCounterpartyAssetSize" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trading Assets by Size of Assets at Counterparty</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="tradingAssetsByCounterpartyRegion" type="opera:counterpartyExposureRegionAgreementCount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trading Assets by Counterparty Region</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="treasuryAssetsByCounterpartyRegion" type="opera:counterpartyExposureRegionCounterpartyCount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Treasury Assets by Counterparty Region</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="otherAssetsByCounterpartyRegion" type="opera:counterpartyExposureRegionCounterpartyCount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other Assets by Counterparty Region</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="tradingAssetsByLockupProfile" type="opera:counterpartyExposureTradingAssetsByLockupProfile" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trading Assets by Lockup Profile</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="counterpartyAndFinancingSources" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Counterparty &amp; Financing Sources</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="unregulatedPercentageOfNetCreditCounterpartyExposure" type="opera:counterpartyPercentage" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Percentage of Aggregate Net Credit Counterparty Exposure
                                        With Unregulated Entities
                                    </opera:label>
                                </appinfo>
                            </annotation>
                        </element>
                        <element name="uncollateralizedPercentageOfFinancing" type="opera:counterpartyPercentage" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Percentage of Financing That is Uncollateralized
                                    </opera:label>
                                </appinfo>
                            </annotation>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureTradingAssets">
        <sequence>
            <element name="isda" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">ISDA</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="primeBrokerage" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Prime Brokerage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="futuresClearing" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Futures Clearing</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="multiple" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Multiple</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureTreasuryAssets">
        <sequence>
            <element name="triPartyAccount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Tri-Party Account</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="segregatedClientAccount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Segregated Client Account</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="custodyAccount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Custody Account</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="guaranteedBankDepositAccount" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Guaranteed Bank Deposit Account</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureOtherAssets">
        <sequence>
            <element name="netExposureToAffiliatedEntities" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Net Exposure to Affiliated Entities</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="selfCustody" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Self Custody</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureTradingAssetsByCounterpartyAssetSize">
        <sequence>
            <element name="topThreeRelationships" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Top 3 Relationships</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="relationshipOne" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 1</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipTwo" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 2</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipThree" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 3</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
                </complexType>
            </element>
            <element name="topFiveRelationships" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Top 5 Relationships</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="relationshipOne" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 1</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipTwo" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 2</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipThree" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 3</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipFour" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 4</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipFive" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 5</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
                </complexType>
            </element>
            <element name="topTenRelationships" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Top 10 Relationships</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="relationshipOne" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 1</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipTwo" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 2</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipThree" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 3</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipFour" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 4</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipFive" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 5</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipSix" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 6</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipSeven" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 7</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipEight" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 8</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipNine" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 9</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="relationshipTen" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Relationship 10</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyNameCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureTradingAssetsByLockupProfile">
        <sequence>
            <element name="fiveDaysOrLess" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">5 Days or Less</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="sixToFifteenDays" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">6 to 15 Days</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="sixteenToThirtyDays" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">16 to 30 Days</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="thirtyOneToNinetyDays" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">31 to 90 Days</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="ninetyOneToOneHundredEightyDays" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">91 to 180 Days</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="oneHundredEightyOneDaysToOneYear" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">181 Days to 1 Year</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="moreThanOneYear" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">More Than 1 Year</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="lifeOfTrade" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Life of Trade</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureRegionCounterpartyCount">
        <sequence>
            <element name="europe" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Europe</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Austria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Belgium</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bosnia &amp; Herzegovina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bulgaria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Croatia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cyprus</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Czech Republic</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Denmark</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Estonia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Finland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">France</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Germany</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoGR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Greece</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hungary</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Iceland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ireland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Italy</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLV" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Latvia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Lithuania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Luxembourg</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malta</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Netherlands</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Norway</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Poland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Portugal</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Romania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Russia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Serbia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Slovakia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Slovenia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoES" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Spain</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sweden</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Switzerland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ukraine</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United Kingdom</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:counterpartyCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="northAmerica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">North America</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoBM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bermuda</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Canada</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cayman Islands</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Costa Rica</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cuba</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Dominican Republic</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoJM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Jamaica</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMX" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mexico</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Panama</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United States</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:counterpartyCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="asiaAndOceania" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Australia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">China</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFJ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Fiji</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoGE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Georgia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hong Kong</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">India</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoID" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Indonesia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIQ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Iraq</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Israel</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoJP" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Japan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Kazakhstan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New Zealand</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKP" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North Korea</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLB" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Lebanon</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malaysia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mongolia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pakistan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Philippines</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoQA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Qatar</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoWS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Samoa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Saudi Arabia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Singapore</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Korea</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sri Lanka</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTW" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Taiwan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Thailand</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Turkey</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoAE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United Arab Emirates</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoVN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Vietnam</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoYE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Yemen</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:counterpartyCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="southAmericaAndAfrica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Angola</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoAR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Argentina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Brazil</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBF" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Burkina Faso</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Chile</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Colombia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEC" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ecuador</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Egypt</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ivory Coast</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMW" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malawi</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Morocco</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Nigeria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Peru</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoZA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSD" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sudan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Uruguay</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoVE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Venezuela</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoZM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Zambia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other South America &amp; Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:counterpartyCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:counterpartyCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="counterpartyExposureRegionAgreementCount">
        <sequence>
            <element name="europe" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Europe</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Austria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Belgium</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bosnia &amp; Herzegovina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bulgaria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Croatia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cyprus</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Czech Republic</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Denmark</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Estonia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Finland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">France</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Germany</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoGR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Greece</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hungary</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Iceland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ireland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Italy</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLV" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Latvia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Lithuania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Luxembourg</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malta</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Netherlands</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Norway</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Poland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPT" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Portugal</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Romania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Russia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoRS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Serbia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Slovakia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Slovenia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoES" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Spain</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sweden</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Switzerland</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ukraine</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United Kingdom</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:agreementCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="northAmerica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">North America</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoBM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bermuda</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Canada</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cayman Islands</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Costa Rica</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Cuba</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoDO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Dominican Republic</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoJM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Jamaica</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMX" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mexico</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Panama</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United States</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:agreementCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="asiaAndOceania" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAU" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Australia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">China</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoFJ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Fiji</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoGE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Georgia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoHK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hong Kong</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">India</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoID" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Indonesia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIQ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Iraq</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoIL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Israel</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoJP" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Japan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Kazakhstan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNZ" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">New Zealand</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKP" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North Korea</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLB" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Lebanon</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malaysia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mongolia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pakistan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Philippines</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoQA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Qatar</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoWS" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Samoa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Saudi Arabia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Singapore</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoKR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Korea</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoLK" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sri Lanka</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTW" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Taiwan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTH" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Thailand</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoTR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Turkey</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoAE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">United Arab Emirates</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoVN" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Vietnam</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoYE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Yemen</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:agreementCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
            <element name="southAmericaAndAfrica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="isoAO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Angola</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoAR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Argentina</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBR" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Brazil</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoBF" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Burkina Faso</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCL" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Chile</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCO" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Colombia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEC" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ecuador</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoEG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Egypt</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoCI" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ivory Coast</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMW" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Malawi</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoMA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Morocco</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoNG" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Nigeria</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoPE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Peru</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoZA" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoSD" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Sudan</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoUY" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Uruguay</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoVE" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Venezuela</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="isoZM" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Zambia</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other South America &amp; Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:agreementCountCounterpartyExposureAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:agreementCountEquityAssetValueCounterpartyExposureAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="digitalAssetExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="assetTypeExposure" type="opera:digitalAssetTypeExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asset Type Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="regionExposure" type="opera:regionExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="instrumentExposure" type="opera:digitalAssetInstrumentExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Instrument Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="liquidityExposure" type="opera:liquidityExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Liquidity Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="digitalAssetTypeExposure">
        <sequence>
            <element name="cryptocurrencies" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Cryptocurrencies</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="bitcoin" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bitcoin (BTC)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="ethereum" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Ethereum (ETH)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="binanceCoin" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Binance Coin (BNB)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bitcoinCash" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bitcoin Cash (BCH)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cardano" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cardano (ADA)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="internetComputer" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Internet Computer (ICP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="litecoin" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Litecoin (LTC)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="polkadot" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Polkadot (DOT)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="ripple" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ripple (XRP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="solana" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Solana (SOL)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="stellar" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Stellar (XLM)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="uniswap" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Uniswap (UNI)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="stablecoins" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Stablecoins</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="tether" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Tether (USDT)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="usdCoin" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">USD Coin (USDC)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="binanceUsd" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Binance USD (BUSD)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="dai" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Dai (DAI)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="trueUsd" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">TrueUSD (TUSD)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                         <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="initialCoinOfferings" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Initial Coin Offerings (ICOs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="nonFungibleTokens" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Non-Fungible Tokens (NFTs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="simpleAgreementsForFutureEquity" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Simple Agreements for Future Equity (SAFEs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="simpleAgreementsForFutureTokens" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Simple Agreements for Future Tokens (SAFTs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="other" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="digitalAssetInstrumentExposure">
        <sequence>
            <element name="physical" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Physical</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:digitalAssetInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="futuresAndClearedSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Futures &amp; Cleared Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:digitalAssetInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exchangeTradedFunds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:digitalAssetInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="forwardsAndSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Forwards &amp; Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:digitalAssetInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="options" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="callOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Call Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <group ref="opera:digitalAssetInstrumentExposureElements"/>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="putOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Put Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <group ref="opera:digitalAssetInstrumentExposureElements"/>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="environmentalSocialGovernanceExposure">
        <sequence>
            <element name="totalAssetValue">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Asset Value</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAssetValueAttributes"/>
                </complexType>
            </element>
            <element name="totalAumPercentage">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total AUM Percentage</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
                </complexType>
            </element>
            <element name="totalNumberOfIssuers">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Total Number of Issuers</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortIssuerAttributes"/>
                </complexType>
            </element>
            <element name="equityCreditConvertibleBondSectorExposure" type="opera:gicsSectorSubIndustryExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Equity, Credit &amp; Convertible Bond Sector Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="sovereignInterestRateRegionExposure" type="opera:regionCountryExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Sovereign Interest Rate Region Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="realAssetTypeExposure" type="opera:realAssetTypeExposure" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Asset Type Exposure</opera:label>
                    </appinfo>
                </annotation>
            </element>
            <element name="comments" type="token" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Comments</opera:label>
                    </appinfo>
                </annotation>
            </element>
        </sequence>
    </complexType>

    <complexType name="gicsSectorExposure">
        <sequence>
            <element name="gics10" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Energy</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics101010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Energy Equipment &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics10101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Drilling</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Equipment &amp; Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics101020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oil, Gas &amp; Consumable Fuels</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics10102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Integrated Oil &amp; Gas</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Exploration &amp; Production
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Refining &amp; Marketing
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Storage &amp; Transportation
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Coal &amp; Consumable Fuels</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics15" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Materials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics151010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Chemicals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Commodity Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fertilizers &amp; Agricultural Chemicals
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Gases</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialty Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics151020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Construction Materials</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction Materials</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics151030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Containers &amp; Packaging</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Metal &amp; Glass Containers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15103020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Paper Packaging</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics151040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Metals &amp; Mining</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Aluminum</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Metals &amp; Mining</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104025" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Copper</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gold</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Precious Metals &amp; Minerals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104045" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Silver</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Steel</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics151050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Paper &amp; Forest Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Forest Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15105020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Paper Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics20" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Industrials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics201010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Aerospace &amp; Defense</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Aerospace &amp; Defense</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Building Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Building Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Construction &amp; Engineering</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction &amp; Engineering</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electrical Equipment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electrical Components &amp; Equipment
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20104020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Heavy Electrical Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Industrial Conglomerates</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Conglomerates</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201060" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Machinery</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20106010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction Machinery &amp; Heavy Trucks
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20106015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agricultural &amp; Farm Machinery
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20106020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Machinery</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics201070" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Trading Companies &amp; Distributors</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20107010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Trading Companies &amp; Distributors
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics202010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commercial Services &amp; Supplies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Commercial Printing</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Environmental &amp; Facilities Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Office Services &amp; Supplies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201070" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Support Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201080" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Security &amp; Alarm Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics202020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Professional Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Human Resource &amp; Employment Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20202020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Research &amp; Consulting Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics203010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Air Freight &amp; Logistics</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Air Freight &amp; Logistics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics203020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Airlines</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Airlines</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics203030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Marine</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20303010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Marine</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics203040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Road &amp; Rail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20304010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Railroads</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20304020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Trucking</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics203050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Transportation Infrastructure</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20305010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Airport Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20305020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Highways &amp; Railtracks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20305030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Marine Ports &amp; Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics25" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Consumer Discretionary</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics251010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Auto Components</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Auto Parts &amp; Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Tires &amp; Rubber</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics251020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Automobiles</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Automobile Manufacturers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Motorcycle Manufacturers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics252010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Household Durables</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Consumer Electronics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Home Furnishings</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Homebuilding</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Household Appliances</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Housewares &amp; Specialties</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics252020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Leisure Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Leisure Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics252030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Textiles, Apparel &amp; Luxury Goods</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Apparel, Accessories &amp; Luxury Goods
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Footwear</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Textiles</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics253010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hotels, Restaurants &amp; Leisure</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Casinos &amp; Gaming</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hotels, Resorts &amp; Cruise Lines
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Leisure Facilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Restaurants</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics253020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Consumer Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Education Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25302020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized Consumer Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics255010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Distributors</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25501010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics255020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Internet &amp; Direct Marketing Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25502020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Internet &amp; Direct Marketing Retail
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics255030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Multiline Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25503010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Department Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25503020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">General Merchandise Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics255040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Specialty Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25504010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Apparel Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Computer &amp; Electronics Retail
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Home Improvement Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialty Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Automotive Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Homefurnishing Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics30" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Consumer Staples</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics301010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Food &amp; Staples Retailing</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Drug Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Food Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Food Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hypermarkets &amp; Super Centers
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics302010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Beverages</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brewers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Distillers &amp; Vintners</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Soft Drinks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics302020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Food Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agricultural Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30202030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Packaged Foods &amp; Meats</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics302030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Tobacco</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Tobacco</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics303010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Household Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Household Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics303020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Personal Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Personal Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics35" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Health Care</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics351010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Equipment &amp; Supplies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Supplies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics351020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Providers &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Facilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Managed Health Care</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics351030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Technology</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Technology</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics352010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Biotechnology</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Biotechnology</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics352020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pharmaceuticals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pharmaceuticals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics352030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Life Sciences Tools &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Life Sciences Tools &amp; Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics40" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Financials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics401010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Banks</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Banks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40101015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Regional Banks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics401020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Thrifts &amp; Mortgage Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Thrifts &amp; Mortgage Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics402010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Financial Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Diversified Financial Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-Sector Holdings</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics402020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Consumer Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Consumer Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics402030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Capital Markets</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Asset Management &amp; Custody Banks
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Banking &amp; Brokerage
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Capital Markets</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Financial Exchanges &amp; Data</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics402040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mortgage Real Estate Investment Trusts (REITs)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40204010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mortgage REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics403010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Insurance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Insurance Brokers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Life &amp; Health Insurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-line Insurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Property &amp; Casualty Insurance
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Reinsurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics45" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Information Technology</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics451020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">IT Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">IT Consulting &amp; Other Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Data Processing &amp; Outsourced Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Internet Services &amp; Infrastructure
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics451030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Software</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Application Software</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45103020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Systems Software</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics452010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Communications Equipment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Communications Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics452020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Technology Hardware, Storage &amp; Peripherals
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45202030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Technology Hardware, Storage &amp;
                                                    Peripherals
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics452030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electronic Equipment, Instruments &amp; Components
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Equipment &amp; Instruments
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Components</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Manufacturing Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Technology Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics453010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Semiconductors &amp; Semiconductor Equipment
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Semiconductor Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Semiconductors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics50" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Communication Services</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics501010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Telecommunication Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Alternative Carriers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Integrated Telecommunication Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics501020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Wireless Telecommunication Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Wireless Telecommunication Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics502010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Media</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Advertising</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Broadcasting</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cable &amp; Satellite</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Publishing</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics502020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Entertainment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Movies &amp; Entertainment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50202020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Interactive Home Entertainment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics502030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Interactive Media &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Interactive Media &amp; Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics55" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Utilities</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics551010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electric Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electric Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics551020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Gas Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gas Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics551030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Multi-Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics551040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Water Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Water Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics551050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Independent Power &amp; Renewable Electricity Producers
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Independent Power Producers &amp; Energy
                                                    Traders
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics55105020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Renewable Electricity</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="gics60" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Estate</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics601010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equity Real Estate Investment Trusts (REITs)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics60101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hotel &amp; Resort REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Office REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Residential REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101070" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Retail REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101080" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="gics601020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Real Estate Management &amp; Development</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics60102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Real Estate Activities
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Operating Companies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Development</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="conglomerates" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Conglomerates</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="broadMarketIndexes" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Broad Market Indexes</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="gicsSectorSubIndustryExposure">
        <sequence>
            <element name="gics10" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Energy</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics101010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Energy Equipment &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics10101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Drilling</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Equipment &amp; Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics101020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Oil, Gas &amp; Consumable Fuels</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics10102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Integrated Oil &amp; Gas</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Exploration &amp; Production</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Refining &amp; Marketing</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Oil &amp; Gas Storage &amp; Transportation</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics10102050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Coal &amp; Consumable Fuels</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics15" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Materials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics151010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Chemicals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Commodity Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fertilizers &amp; Agricultural Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Gases</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15101050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialty Chemicals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics151020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Construction Materials</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction Materials</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics151030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Containers &amp; Packaging</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Metal &amp; Glass Containers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15103020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Paper Packaging</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics151040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Metals &amp; Mining</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Aluminum</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Metals &amp; Mining</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104025" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Copper</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gold</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Precious Metals &amp; Minerals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104045" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Silver</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15104050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Steel</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics151050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Paper &amp; Forest Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics15105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Forest Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics15105020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Paper Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics20" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Industrials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics201010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Aerospace &amp; Defense</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Aerospace &amp; Defense</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Building Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Building Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Construction &amp; Engineering</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction &amp; Engineering</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electrical Equipment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electrical Components &amp; Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20104020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Heavy Electrical Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Industrial Conglomerates</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Conglomerates</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201060" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Machinery</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20106010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Construction Machinery &amp; Heavy Trucks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20106015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agricultural &amp; Farm Machinery</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20106020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial Machinery</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics201070" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Trading Companies &amp; Distributors</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20107010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Trading Companies &amp; Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics202010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Commercial Services &amp; Supplies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Commercial Printing</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Environmental &amp; Facilities Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Office Services &amp; Supplies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201070" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Support Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20201080" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Security &amp; Alarm Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics202020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Professional Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Human Resource &amp; Employment Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20202020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Research &amp; Consulting Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics203010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Air Freight &amp; Logistics</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Air Freight &amp; Logistics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics203020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Airlines</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Airlines</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics203030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Marine</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20303010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Marine</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics203040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Road &amp; Rail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20304010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Railroads</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20304020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Trucking</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics203050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Transportation Infrastructure</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics20305010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Airport Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20305020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Highways &amp; Railtracks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics20305030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Marine Ports &amp; Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics25" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Consumer Discretionary</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics251010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Auto Components</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Auto Parts &amp; Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Tires &amp; Rubber</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics251020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Automobiles</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Automobile Manufacturers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Motorcycle Manufacturers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics252010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Household Durables</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Consumer Electronics</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Home Furnishings</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Homebuilding</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Household Appliances</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25201050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Housewares &amp; Specialties</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics252020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Leisure Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Leisure Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics252030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Textiles, Apparel &amp; Luxury Goods</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Apparel, Accessories &amp; Luxury Goods</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Footwear</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Textiles</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics253010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Hotels, Restaurants &amp; Leisure</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Casinos &amp; Gaming</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hotels, Resorts &amp; Cruise Lines</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Leisure Facilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25301040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Restaurants</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics253020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Consumer Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Education Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25302020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized Consumer Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics255010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Distributors</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25501010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics255020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Internet &amp; Direct Marketing Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25502020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Internet &amp; Direct Marketing Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics255030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Multiline Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25503010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Department Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25503020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">General Merchandise Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics255040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Specialty Retail</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics25504010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Apparel Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Computer &amp; Electronics Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Home Improvement Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialty Stores</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Automotive Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics25504060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Homefurnishing Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics30" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Consumer Staples</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics301010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Food &amp; Staples Retailing</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Drug Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Food Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Food Retail</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hypermarkets &amp; Super Centers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics302010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Beverages</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brewers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Distillers &amp; Vintners</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Soft Drinks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics302020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Food Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Agricultural Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics30202030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Packaged Foods &amp; Meats</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics302030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Tobacco</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Tobacco</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics303010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Household Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Household Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics303020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Personal Products</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics30302010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Personal Products</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics35" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Health Care</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics351010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Equipment &amp; Supplies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Supplies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics351020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Providers &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Facilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics35102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Managed Health Care</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics351030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Health Care Technology</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care Technology</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics352010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Biotechnology</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Biotechnology</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics352020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Pharmaceuticals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pharmaceuticals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics352030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Life Sciences Tools &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics35203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Life Sciences Tools &amp; Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics40" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Financials</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics401010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Banks</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Banks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40101015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Regional Banks</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics401020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Thrifts &amp; Mortgage Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Thrifts &amp; Mortgage Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics402010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Financial Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Diversified Financial Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-Sector Holdings</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics402020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Consumer Finance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Consumer Finance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics402030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Capital Markets</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Asset Management &amp; Custody Banks
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Investment Banking &amp; Brokerage</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Capital Markets</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40203040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Financial Exchanges &amp; Data</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics402040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Mortgage Real Estate Investment Trusts (REITs)
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40204010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mortgage REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics403010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Insurance</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics40301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Insurance Brokers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Life &amp; Health Insurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-line Insurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Property &amp; Casualty Insurance
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics40301050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Reinsurance</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics45" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Information Technology</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics451020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">IT Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">IT Consulting &amp; Other Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Data Processing &amp; Outsourced Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Internet Services &amp; Infrastructure
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics451030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Software</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Application Software</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45103020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Systems Software</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics452010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Communications Equipment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Communications Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics452020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Technology Hardware, Storage &amp; Peripherals</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45202030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Technology Hardware, Storage &amp; Peripherals</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics452030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electronic Equipment, Instruments &amp; Components</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Equipment &amp; Instruments</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203015" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Components</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electronic Manufacturing Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45203030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Technology Distributors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics453010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Semiconductors &amp; Semiconductor Equipment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics45301010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Semiconductor Equipment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics45301020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Semiconductors</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics50" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Communication Services</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics501010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Diversified Telecommunication Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Alternative Carriers</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Integrated Telecommunication Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics501020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Wireless Telecommunication Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Wireless Telecommunication Services
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics502010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Media</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50201010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Advertising</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Broadcasting</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cable &amp; Satellite</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50201040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Publishing</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics502020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Entertainment</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50202010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Movies &amp; Entertainment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics50202020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Interactive Home Entertainment</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics502030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Interactive Media &amp; Services</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics50203010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Interactive Media &amp; Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics55" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Utilities</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics551010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Electric Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Electric Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics551020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Gas Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Gas Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics551030" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Multi-Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55103010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Multi-Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics551040" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Water Utilities</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55104010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Water Utilities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics551050" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Independent Power &amp; Renewable Electricity Producers</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics55105010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Independent Power Producers &amp; Energy Traders</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics55105020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Renewable Electricity</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="gics60" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Real Estate</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="gics601010" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Equity Real Estate Investment Trusts (REITs)</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics60101010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Industrial REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hotel &amp; Resort REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Office REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101050" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Health Care REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101060" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Residential REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101070" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Retail REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60101080" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Specialized REITs</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="gics601020" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Real Estate Management &amp; Development</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="gics60102010" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Diversified Real Estate Activities</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102020" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Operating Companies</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102030" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Development</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="gics60102040" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Real Estate Services</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="regionExposure">
        <annotation>
            <documentation xml:lang="en">
                Regions are broken down into three grades: geographical continents,
                economic regions (advanced and developing economies as defined by IMF)
                and finally individual countries.
                Regional exposure should be determined by the country of listing.
                Investments in securities like commodities or global indexes, which do not have
                an easily identifiable region, should be shown under global.
            </documentation>
        </annotation>
        <sequence>
            <element name="global" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Global</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Global</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Global</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="europe" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Europe</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Austria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Belgium</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cyprus</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Czech Republic</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Denmark</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Estonia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Finland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">France</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Germany</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Greece</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Iceland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ireland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Italy</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Luxembourg</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malta</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Netherlands</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Norway</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Portugal</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Slovakia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Slovenia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoES" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Spain</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sweden</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Switzerland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United Kingdom</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="euroArea" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Euro Area</opera:label>
                                            </appinfo>
                                            <documentation xml:lang="en">
                                                Only to be used for sovereign interest rate exposure.
                                            </documentation>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Europe</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bosnia &amp; Herzegovina</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bulgaria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Croatia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hungary</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLV" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Latvia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lithuania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Poland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Romania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Russia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Serbia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ukraine</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Europe
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="northAmerica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">North America</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Canada</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United States</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies North America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bermuda</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cayman Islands</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Costa Rica</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cuba</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Dominican Republic</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Jamaica</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMX" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mexico</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Panama</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies North America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="asiaAndOceania" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Australia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hong Kong</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Israel</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Japan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">New Zealand</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Singapore</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South Korea</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Taiwan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Oceania
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">China</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFJ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fiji</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Georgia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">India</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoID" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Indonesia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIQ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Iraq</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Kazakhstan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">North Korea</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLB" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lebanon</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malaysia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mongolia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pakistan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Philippines</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoQA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Qatar</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoWS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Samoa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Saudi Arabia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sri Lanka</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Thailand</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Turkey</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoAE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United Arab Emirates</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Vietnam</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoYE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Yemen</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Oceania
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="southAmericaAndAfrica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies South America &amp; Africa
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies South America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies South America &amp; Africa
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Angola</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoAR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Argentina</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brazil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Burkina Faso</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Chile</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Colombia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEC" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ecuador</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Egypt</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ivory Coast</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malawi</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Morocco</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Nigeria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Peru</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sudan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Uruguay</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Venezuela</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Zambia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies South America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Africa
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="regionCountryExposure">
        <annotation>
            <documentation xml:lang="en">
                Regions are broken down into three grades: geographical continents,
                economic regions (advanced and developing economies as defined by IMF)
                and finally individual countries.
                Regional exposure should be determined by the country of listing.
            </documentation>
        </annotation>
        <sequence>
            <element name="europe" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Europe</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Austria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Belgium</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cyprus</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Czech Republic</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Denmark</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Estonia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Finland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">France</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Germany</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Greece</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Iceland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ireland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Italy</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Luxembourg</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malta</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Netherlands</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Norway</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Portugal</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Slovakia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Slovenia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoES" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Spain</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sweden</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Switzerland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United Kingdom</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Europe</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bosnia &amp; Herzegovina</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bulgaria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Croatia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hungary</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLV" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Latvia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lithuania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Poland</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Romania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Russia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Serbia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ukraine</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Europe</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="northAmerica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">North America</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Canada</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United States</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies North America</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bermuda</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cayman Islands</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Costa Rica</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cuba</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Dominican Republic</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Jamaica</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMX" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mexico</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Panama</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies North America</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="asiaAndOceania" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Australia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hong Kong</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Israel</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Japan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">New Zealand</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Singapore</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South Korea</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Taiwan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Oceania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">China</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFJ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fiji</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Georgia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">India</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoID" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Indonesia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIQ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Iraq</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKZ" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Kazakhstan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">North Korea</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLB" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lebanon</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malaysia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mongolia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pakistan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Philippines</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoQA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Qatar</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoWS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Samoa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Saudi Arabia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sri Lanka</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Thailand</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Turkey</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoAE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United Arab Emirates</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Vietnam</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoYE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Yemen</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Oceania</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
            <element name="southAmericaAndAfrica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies South America &amp; Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies South America</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies South America &amp; Africa</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Angola</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoAR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Argentina</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brazil</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Burkina Faso</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Chile</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCO" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Colombia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEC" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ecuador</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Egypt</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCI" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ivory Coast</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malawi</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Morocco</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Nigeria</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Peru</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sudan</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Uruguay</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVE" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Venezuela</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Zambia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies South America</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="regionCurrencyExposure">
        <sequence>
            <element name="baseCurrency" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Base Currency</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="europe" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Europe</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoEUR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Euro (EUR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCZK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Czech Koruna (CZK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDKK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Danish Krone (DKK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoISK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Icelandic Krona (ISK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNOK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Norwegian Krone (NOK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGBP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pound Sterling (GBP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSEK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Swedish Krona (SEK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCHF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Swiss Franc (CHF)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Europe</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Europe</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBAM" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bosnia &amp; Herzegovina Convertible Mark
                                                    (BAM)
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBGN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bulgarian Lev (BGN)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHRK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Croatian Kuna (HRK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHUF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hungarian Forint (HUF)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPLN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Polish Zloty (PLN)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRON" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Romanian Leu (RON)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRUB" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Russian Ruble (RUB)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRUR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Old Russian Ruble (RUR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoRSD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Serbian Dinar (RSD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUAH" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Ukrainian Hryvnia (UAH)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Europe
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="northAmerica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">North America</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCAD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Canadian Dollar (CAD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUSD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United States Dollar (USD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies North America</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoBMD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Bermudian Dollar (BMD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKYD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cayman Islands Dollar (KYD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCRC" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Costa Rican Colon (CRC)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCUP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Cuban Peso (CUP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoDOP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Dominican Peso (DOP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJMD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Jamaican Dollar (JMD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMXN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mexican Peso (MXN)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPAB" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Panamanian Balboa (PAB)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="other" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies North America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="asiaAndOceania" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Asia &amp; Oceania</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAUD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Australian Dollar (AUD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoHKD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Hong Kong Dollar (HKD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoILS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Israeli New Shekel (ILS)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoJPY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Japanese Yen (JPY)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNZD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">New Zealand Dollar (NZD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSGD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Singapore Dollar (SGD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKRW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South Korean Won (KRW)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTWD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">New Taiwan Dollar (TWD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Oceania
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies Asia &amp; Oceania</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoCNY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Chinese Yuan (CNY)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoFJD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Fijian Dollar (FJD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoGEL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Georgian Lari (GEL)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoINR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Indian Rupee (INR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIDR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Indonesian Rupiah (IDR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoIQD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Iraqi Dinar (IQD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKZT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Kazakhstani Tenge (KZT)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoKPW" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">North Korean Won (KPW)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLBP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Lebanese Pound (LBP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMYR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malaysian Ringgit (MYR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMNT" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Mongolian Tugrik (MNT)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPKR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Pakistani Rupee (PKR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPHP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Philippine Peso (PHP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoQAR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Qatari Riyal (QAR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoWST" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Samoan Tala (WST)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSAR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Saudi Riyal (SAR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoLKR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sri Lankan Rupee (LKR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTHB" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Thai Baht (THB)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoTRY" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Turkish Lira (TRY)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoAED" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">United Arab Emirates Dirham (AED)
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVND" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Vietnamese Dong (VND)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoYER" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Yemeni Riyal (YER)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAsia" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Asia</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherOceania" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Oceania
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="southAmericaAndAfrica" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">South America &amp; Africa</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Advanced Economies South America &amp; Africa
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies South America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Advanced Economies Africa</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Developing Economies South America &amp; Africa
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="isoAOA" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Angolan Kwanza (AOA)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoARS" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Argentine Peso (ARS)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoBRL" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Brazilian Real (BRL)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCLP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Chilean Peso (CLP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoCOP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Colombian Peso (COP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoEGP" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Egyptian Pound (EGP)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMWK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Malawian Kwacha (MWK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoMAD" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Moroccan Dirham (MAD)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoNGN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Nigerian Naira (NGN)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoPEN" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Peruvian Nuevo Sol (PEN)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZAR" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">South African Rand (ZAR)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoSDG" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Sudanese Pound (SDG)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoUYU" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Uruguayan Peso (UYU)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoVEF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Venezuelan Bolivar Fuerte (VEF)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoXOF" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">West African CFA Franc (XOF)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="isoZMK" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Zambian Kwacha (ZMK)</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherSouthAmerica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies South America
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="otherAfrica" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Other Developing Economies Africa
                                                </opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="advancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="developingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="creditRatingExposure">
        <group ref="opera:creditRatingExposureElements"/>
    </complexType>

    <complexType name="marketCapitalExposure">
        <sequence>
            <element name="megaCap" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Mega Cap</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="largeCap" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Large Cap</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="midCap" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Mid Cap</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="smallCap" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Small Cap</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="microCap" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Micro Cap</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="indexesAndBaskets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Indexes &amp; Baskets</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="liquidityExposure">
        <sequence>
            <element name="exchangeTraded" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange Traded</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="oneWeekOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">1 Week or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="lessThanOneDay" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">Less Than 1 Day</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="oneToFiveDays" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">1 to 5 Days</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneWeekToOneMonth" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 1 Week to 1 Month</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="sixToTenDays" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">6 to 10 Days</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="elevenToTwentyDays" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">11 to 20 Days</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneToSixMonths" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 1 to 6 Months</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="twentyOneToSixtyDays" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">21 to 60 Days</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="sixtyOneToOneHundredTwentyDays" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">61 to 120 Days</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanSixMonthsToOneYear" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 6 Months to 1 Year</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneToThreeYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 1 to 3 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanThreeYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 3 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonExchangeTraded" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Exchange Traded</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="private" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Private</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <complexType name="ownershipConcentrationExposure">
        <sequence>
            <element name="averagePercentageOfTotalOutstandingIssuanceOwned" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Percentage of Total Outstanding Issuance Owned</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="fivePercentOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">5% or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanFiveToTenPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 5% to 10%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTenToTwentyPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 10% to 20%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTwentyPercent" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 20%</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="moreThanTwentyToFiftyPercent" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 20% to 50%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanFiftyPercent" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 50%</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:averagePercentageOfIssuanceAttribute"/>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <!-- ELEMENT GROUPS -->

    <group name="equityDerivativeInstrumentExposureElements">
        <sequence>
            <element name="contractsForDifference" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Contracts for Difference (CFDs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="swaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="varianceSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Variance Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="dividendSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Dividend Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="futures" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Futures</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="forwards" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Forwards</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="options" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="callOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Call Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="putOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Put Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="sovereignInterestRateInstrumentExposureElements">
        <sequence>
            <element name="cashNotes" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Cash Notes</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="fixedRate" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Fixed Rate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="floatingRate" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Floating Rate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="options" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="forwardsAndSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Forwards &amp; Swaps</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="interestRateSwaps" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Interest Rate Swaps</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="basisSwaps" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Basis Swaps</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="swaptionsAndOptions" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Swaptions &amp; Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="futures" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Futures</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="bondFutures" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Bond Futures</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="interestRateFutures" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Interest Rate Futures</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="options" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exchangeTradedFunds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exchange-Traded Funds (ETFs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="fixedRate" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Fixed Rate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="floatingRate" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Floating Rate</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="options" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Options</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="creditDefaultSwaps" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Credit Default Swaps (CDSs)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="europeAdvancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Europe Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="europeDevelopingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Europe Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="northAmericaAdvancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North America Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="northAmericaDevelopingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">North America Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="asiaAndOceaniaAdvancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Asia &amp; Oceania Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="asiaAndOceaniaDevelopingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Asia &amp; Oceania Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="southAmericaAndAfricaAdvancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South America &amp; Africa Advanced Economies
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="southAmericaAndAfricaDevelopingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">South America &amp; Africa Developing Economies
                                    </opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="otherAdvancedEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Advanced Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="otherDevelopingEconomies" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">Other Developing Economies</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="supranationalBonds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Supranational Bonds</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="creditCorporateDebtTypeExposureElements">
        <sequence>
            <element name="bankDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Bank Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="seniorSecuredDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Senior Secured Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="seniorUnsecuredDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Senior Unsecured Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="tradeClaims" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Trade Claims</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="subordinatedDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Subordinated Debt</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="creditTypeInstrumentExposureElements">
        <sequence>
            <element name="singleNameCorporateDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Corporate Debt (Single Name)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonSingleNameCorporateDebt" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Corporate Debt (Indexes &amp; Pooled Products)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTranchesInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="mortgages" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Mortgages</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="otherSecuritizedAssets" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other Securitized Assets</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <group ref="opera:creditTranchesInstrumentExposureElements"/>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="municipalBonds" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Municipal Bonds</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="creditTranchesInstrumentExposureElements">
        <sequence>
            <element name="mostSeniorTranches" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Most Senior (AAA) Tranches</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="mezzanineTranches" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Mezzanine Tranches</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="mostJuniorTranches" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Most Junior Tranches</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="creditRatingExposureElements">
        <sequence>
            <element name="investmentGrade" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Investment Grade</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="aMinusAndAbove" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">A- &amp; Above</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="aaa" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">AAA</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="aaPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">AA+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="aa" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">AA</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="aaMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">AA-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="aPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">A+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="a" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">A</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="aMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">A-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="bbbMinusToBbbPlus" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">BBB- to BBB+</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="bbbPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BBB+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bbb" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BBB</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bbbMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BBB-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="nonInvestmentGrade" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Non Investment Grade</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="bMinusToBbPlus" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">B- to BB+</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="bbPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BB+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bb" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BB</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bbMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">BB-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">B+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="b" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">B</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="bMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">B-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="cMinusToCccPlus" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">C- to CCC+</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="cccPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CCC+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="ccc" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CCC</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cccMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CCC-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="ccPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CC+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cc" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CC</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="ccMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">CC-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cPlus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">C+</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="c" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">C</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="cMinus" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">C-</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="defaulted" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Defaulted</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="notRated" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Not Rated</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="maturityExposureElements">
        <sequence>
            <element name="averageMaturity" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Average Maturity</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <sequence>
                        <element name="oneYearOrLess" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">1 Year or Less</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="sixMonthsOrLess" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">6 Months or Less</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanSixMonthsToOneYear" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 6 Months to 1 Year</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanOneToThreeYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 1 to 3 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="moreThanOneToTwoYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 1 to 2 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanTwoToThreeYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 2 to 3 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanThreeToFiveYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 3 to 5 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="moreThanThreeToFourYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 3 to 4 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanFourToFiveYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 4 to 5 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanFiveToTenYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 5 to 10 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="moreThanFiveToSevenYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 5 to 7 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanSevenToTenYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 7 to 10 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                        <element name="moreThanTenYears" minOccurs="0">
                            <annotation>
                                <appinfo>
                                    <opera:label xml:lang="en">More Than 10 Years</opera:label>
                                </appinfo>
                            </annotation>
                            <complexType>
                                <sequence>
                                    <element name="moreThanTenToFifteenYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 10 to 15 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanFifteenToTwentyYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 15 to 20 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                    <element name="moreThanTwentyYears" minOccurs="0">
                                        <annotation>
                                            <appinfo>
                                                <opera:label xml:lang="en">More Than 20 Years</opera:label>
                                            </appinfo>
                                        </annotation>
                                        <complexType>
                                            <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                                        </complexType>
                                    </element>
                                </sequence>
                                <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                            </complexType>
                        </element>
                    </sequence>
                    <attributeGroup ref="opera:averageNumberOfYearsAttribute"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="realAssetCommodityInstrumentExposureElements">
        <sequence>
            <element name="energy" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Energy (Upstream)</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="metals" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Metals</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="agriculture" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Agriculture</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="currencyInstrumentExposureElements">
        <sequence>
            <element name="forwardsAndSwapsAndFutures" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Forwards, Swaps &amp; Futures</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="vanillaOptions" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Vanilla Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="exoticOptions" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Exotic Options</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="spot" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Spot</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <group name="digitalAssetInstrumentExposureElements">
        <sequence>
             <element name="cryptocurrencies" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Cryptocurrencies</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="stablecoins" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Stablecoins</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
            <element name="other" minOccurs="0">
                <annotation>
                    <appinfo>
                        <opera:label xml:lang="en">Other</opera:label>
                    </appinfo>
                </annotation>
                <complexType>
                    <attributeGroup ref="opera:longShortAumPercentageIssuerAttributes"/>
                </complexType>
            </element>
        </sequence>
    </group>

    <!-- ATTRIBUTE GROUPS -->

    <attributeGroup name="aumPercentageRedemptionAttributes">
        <attribute name="aumPercentageRedeemableWithPenalty" type="opera:nonNegativeMaxOneRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Percentage of AUM Redeemable With Penalty</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attributeGroup ref="opera:aumPercentageRedemptionWithNoPenaltyAttribute"/>
    </attributeGroup>

    <attributeGroup name="aumPercentageRedemptionWithNoPenaltyAttribute">
        <attribute name="aumPercentageRedeemableWithNoPenalty" type="opera:nonNegativeMaxOneRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Percentage of AUM Redeemable Without Penalty</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="aumPercentageAttribute">
        <attribute name="aumPercentage" type="opera:nonNegativeMaxOnePointOneRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="aumPercentageAssetValueAttributes">
        <attributeGroup ref="opera:aumPercentageAttribute"/>
        <attributeGroup ref="opera:nonNegativeAssetValueAttribute"/>
    </attributeGroup>

    <attributeGroup name="grossNetPercentageAttributes">
        <attribute name="grossPercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Gross Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="netPercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Net Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="longShortAumPercentageIssuerAttributes">
        <attributeGroup ref="opera:nettedNonNettedLongShortAumPercentageAttributes"/>
        <attributeGroup ref="opera:longShortIssuerAttributes"/>
    </attributeGroup>

    <attributeGroup name="longShortIssuerAttributes">
        <attribute name="numberOfLongIssuers" type="nonNegativeInteger">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Number of Long Issuers</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="numberOfShortIssuers" type="nonNegativeInteger">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Number of Short Issuers</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="longShortAumPercentageAttributes">
        <attribute name="longAumPercentage" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Long Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="shortAumPercentage" type="opera:nonPositiveRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Short Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="nettedNonNettedLongShortAumPercentageAttributes">
        <attribute name="nonNettedLongAumPercentage" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Non Netted Long Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nonNettedShortAumPercentage" type="opera:nonPositiveRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Non Netted Short Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nettedLongAumPercentage" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Netted Long Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nettedShortAumPercentage" type="opera:nonPositiveRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Netted Short Percentage of AUM</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="nettedNonNettedLongShortAssetValueAttributes">
        <attribute name="nonNettedLongAssetValue" type="opera:nonNegativeAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Non Netted Long Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nonNettedShortAssetValue" type="opera:nonPositiveAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Non Netted Short Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nettedLongAssetValue" type="opera:nonNegativeAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Netted Long Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="nettedShortAssetValue" type="opera:nonPositiveAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Netted Short Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="nonNegativeAssetValueAttribute">
        <attribute name="assetValue" type="opera:nonNegativeAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="nonPositiveAssetValueAttribute">
        <attribute name="assetValue" type="opera:nonPositiveAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="assetValueAttribute">
        <attribute name="assetValue" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Asset Value</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="valueAtRiskAttributes">
        <attribute name="exposurePercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Exposure Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="varPercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">VaR Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="cVarPercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">CVaR Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="betaSensitivityAttribute">
        <attribute name="beta" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Beta</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="deltaSensitivityAttribute">
        <attribute name="delta" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Delta</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="gammaVegaThetaSensitivityAttributes">
        <attribute name="gamma" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Gamma</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="vega" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Vega</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="theta" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Theta</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="basisPointChangeSensitivityAttributes">
        <attribute name="cs01" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">CS01</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="dv01" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">DV01</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="oneHundredBasedAverageDeltaAttribute">
        <attribute name="averageDelta" type="opera:nonNegativeMaxOneHundredDecimalValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Delta (0-100)</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="percentageOfExposureInCalculationAttributes">
        <attribute name="percentageOfLongExposureInCalculation" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Percentage of Long Exposure Included in Calculation</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="percentageOfShortExposureInCalculation" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Percentage of Short Exposure Included in Calculation</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="stressTestAttributes">
        <attribute name="portfolioReturnPercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Portfolio Return</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
        <attributeGroup ref="opera:percentageOfExposureInCalculationAttributes"/>
    </attributeGroup>

    <attributeGroup name="historicalStressTestAttributes">
        <attributeGroup ref="opera:stressTestAttributes"/>
        <attribute name="startDate" type="date">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Start Date</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="averageNumberOfYearsAttribute">
        <attribute name="averageNumberOfYears" type="opera:nonNegativeDecimalValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Number of Years</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="averagePercentageOfIssuanceAttribute">
        <attribute name="averagePercentageOfIssuance" type="opera:nonNegativeRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Percentage of Issuance</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="averagePercentageAttribute">
        <attribute name="averagePercentage" type="opera:relativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Percentage</opera:label>
                    <opera:format>percent</opera:format>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="averageCentsPerDollarAttribute">
        <attribute name="averageCentsPerDollar" type="opera:nonNegativeDecimalValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Cents per Dollar</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="averagePriceAttribute">
        <attribute name="averagePrice" type="opera:nonNegativeDecimalValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Average Price</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="decayFactorAttribute">
        <attribute name="decayFactor" type="opera:nonNegativeMaxOneRelativeValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Decay Factor</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="numberOfDaysAttribute">
        <attribute name="numberOfDays" type="nonNegativeInteger">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Number of Days</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="equityAssetValueCounterpartyExposureAttribute">
        <attribute name="equity" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Equity</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="otherAssetValueCounterpartyExposureAttributes">
        <attribute name="longMarketValue" type="opera:nonNegativeAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Long Market Value (LMV)</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="shortMarketValue" type="opera:nonPositiveAssetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Short Market Value (SMV)</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="cash" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Cash</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="openTradeEquity" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Open Trade Equity (OTE/MTM)</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="availableLiquidity" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Available Liquidity</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attribute name="requiredMargin" type="opera:assetValue">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Required Margin</opera:label>
                </appinfo>
            </annotation>
        </attribute>
    </attributeGroup>

    <attributeGroup name="counterpartyCountEquityAssetValueCounterpartyExposureAttributes">
        <attribute name="numberOfCustodiansAndCounterparties" type="opera:counterpartyCount">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Number of Custodians &amp; Counterparties</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
    </attributeGroup>

    <attributeGroup name="counterpartyCountCounterpartyExposureAttributes">
        <attributeGroup ref="opera:counterpartyCountEquityAssetValueCounterpartyExposureAttributes"/>
        <attributeGroup ref="opera:otherAssetValueCounterpartyExposureAttributes"/>
        <attributeGroup ref="opera:longShortAumPercentageAttributes"/>
    </attributeGroup>

    <attributeGroup name="agreementCountEquityAssetValueCounterpartyExposureAttributes">
        <attribute name="numberOfFinancingAgreements" type="opera:counterpartyCount">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Number of Financing Agreements</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
    </attributeGroup>

    <attributeGroup name="agreementCountCounterpartyExposureAttributes">
        <attributeGroup ref="opera:agreementCountEquityAssetValueCounterpartyExposureAttributes"/>
        <attributeGroup ref="opera:otherAssetValueCounterpartyExposureAttributes"/>
        <attributeGroup ref="opera:longShortAumPercentageAttributes"/>
    </attributeGroup>

    <attributeGroup name="counterpartyNameCounterpartyExposureAttributes">
        <attribute name="counterpartyName" type="opera:counterpartyName">
            <annotation>
                <appinfo>
                    <opera:label xml:lang="en">Counterparty Name</opera:label>
                </appinfo>
            </annotation>
        </attribute>
        <attributeGroup ref="opera:equityAssetValueCounterpartyExposureAttribute"/>
        <attributeGroup ref="opera:otherAssetValueCounterpartyExposureAttributes"/>
        <attributeGroup ref="opera:longShortAumPercentageAttributes"/>
    </attributeGroup>

    <!-- MULTIPLE TYPES -->

    <simpleType name="nonNegativeAssetValue">
        <annotation>
            <documentation xml:lang="en">
                Non negative integer asset value money amount (currency implied from context).
                Note that a value of e.g. one million has to be given as 1000000 rather than as e.g. 1.
            </documentation>
        </annotation>
        <restriction base="opera:assetValue">
            <minInclusive value="0"/>
        </restriction>
    </simpleType>

    <simpleType name="nonPositiveAssetValue">
        <annotation>
            <documentation xml:lang="en">
                Non positive integer asset value money amount (currency implied from context).
                Note that a value of e.g. one million has to be given as -1000000 rather than as e.g. -1.
            </documentation>
        </annotation>
        <restriction base="opera:assetValue">
            <maxInclusive value="0"/>
        </restriction>
    </simpleType>

    <simpleType name="assetValue">
        <annotation>
            <documentation xml:lang="en">
                Integer asset value money amount (currency implied from context).
                Note that a value of e.g. one million has to be given as 1000000 rather than as e.g. 1.
            </documentation>
        </annotation>
        <restriction base="integer"/>
    </simpleType>

    <simpleType name="minMinusOneMaxOneRelativeValue">
        <annotation>
            <documentation xml:lang="en">
                Relative value, between -1 and 1 inclusive, such as e.g. a percentage with min -100% and max 100%.
                Note that a percentage value of e.g. 25% has to be given as 0.25 rather than as 25.
            </documentation>
        </annotation>
        <restriction base="opera:relativeValue">
            <minInclusive value="-1"/>
            <maxInclusive value="1"/>
        </restriction>
    </simpleType>

    <simpleType name="nonNegativeMaxOneRelativeValue">
        <annotation>
            <documentation xml:lang="en">
                Non negative relative value, such as e.g. a percentage, with a maximum of 1 (i.e. 100%).
                Note that a percentage value of e.g. 25% has to be given as 0.25 rather than as 25.
            </documentation>
        </annotation>
        <restriction base="opera:nonNegativeRelativeValue">
            <maxInclusive value="1"/>
        </restriction>
    </simpleType>

    <simpleType name="nonNegativeMaxOnePointOneRelativeValue">
        <annotation>
            <documentation xml:lang="en">
                Non negative relative value, such as e.g. a percentage, with a maximum of 1.1 (i.e. 110%).
                Note that a percentage value of e.g. 25% has to be given as 0.25 rather than as 25.
            </documentation>
        </annotation>
        <restriction base="opera:nonNegativeRelativeValue">
            <maxInclusive value="1.1"/>
        </restriction>
    </simpleType>

    <simpleType name="nonNegativeRelativeValue">
        <annotation>
            <documentation xml:lang="en">
                Non negative relative value such as e.g. a percentage.
                Note that a percentage value of e.g. 25% has to be given as 0.25 rather than as 25.
            </documentation>
        </annotation>
        <restriction base="opera:relativeValue">
            <minInclusive value="0"/>
        </restriction>
    </simpleType>

    <simpleType name="nonPositiveRelativeValue">
        <annotation>
            <documentation xml:lang="en">
                Non positive relative value such as e.g. a percentage.
                Note that a percentage value of e.g. -25% has to be given as -0.25 rather than as -25.
            </documentation>
        </annotation>
        <restriction base="opera:relativeValue">
            <maxInclusive value="0"/>
        </restriction>
    </simpleType>

    <simpleType name="relativeValue">
        <annotation>
            <documentation xml:lang="en">
                Relative value such as e.g. a percentage.
                Note that a percentage value of e.g. 25% has to be given as 0.25 rather than as 25.
            </documentation>
        </annotation>
        <restriction base="decimal"/>
    </simpleType>

    <simpleType name="nonNegativeMaxOneHundredDecimalValue">
        <restriction base="opera:nonNegativeDecimalValue">
            <maxInclusive value="100"/>
        </restriction>
    </simpleType>

    <simpleType name="nonNegativeDecimalValue">
        <restriction base="decimal">
            <minInclusive value="0"/>
        </restriction>
    </simpleType>

    <simpleType name="isoCurrencyCode">
        <annotation>
            <documentation xml:lang="en">
                Currency codes according to the ISO 4217 standard.
            </documentation>
        </annotation>
        <restriction base="token">
            <enumeration value="AED">
                <annotation>
                    <documentation xml:lang="en">United Arab Emirates Dirham</documentation>
                </annotation>
            </enumeration>
            <enumeration value="AOA">
                <annotation>
                    <documentation xml:lang="en">Angolan Kwanza</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ARS">
                <annotation>
                    <documentation xml:lang="en">Argentine Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="AUD">
                <annotation>
                    <documentation xml:lang="en">Australian Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="BAM">
                <annotation>
                    <documentation xml:lang="en">Bosnia &amp; Herzegovina Convertible Mark</documentation>
                </annotation>
            </enumeration>
            <enumeration value="BGN">
                <annotation>
                    <documentation xml:lang="en">Bulgarian Lev</documentation>
                </annotation>
            </enumeration>
            <enumeration value="BMD">
                <annotation>
                    <documentation xml:lang="en">Bermudian Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="BRL">
                <annotation>
                    <documentation xml:lang="en">Brazilian Real</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CAD">
                <annotation>
                    <documentation xml:lang="en">Canadian Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CHF">
                <annotation>
                    <documentation xml:lang="en">Swiss Franc</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CLP">
                <annotation>
                    <documentation xml:lang="en">Chilean Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CNY">
                <annotation>
                    <documentation xml:lang="en">Chinese Yuan</documentation>
                </annotation>
            </enumeration>
            <enumeration value="COP">
                <annotation>
                    <documentation xml:lang="en">Colombian Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CRC">
                <annotation>
                    <documentation xml:lang="en">Costa Rican Colon</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CUP">
                <annotation>
                    <documentation xml:lang="en">Cuban Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="CZK">
                <annotation>
                    <documentation xml:lang="en">Czech Koruna</documentation>
                </annotation>
            </enumeration>
            <enumeration value="DEM">
                <annotation>
                    <documentation xml:lang="en">Deutsche Mark</documentation>
                </annotation>
            </enumeration>
            <enumeration value="DKK">
                <annotation>
                    <documentation xml:lang="en">Danish Krone</documentation>
                </annotation>
            </enumeration>
            <enumeration value="DOP">
                <annotation>
                    <documentation xml:lang="en">Dominican Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="EGP">
                <annotation>
                    <documentation xml:lang="en">Egyptian Pound</documentation>
                </annotation>
            </enumeration>
            <enumeration value="EUR">
                <annotation>
                    <documentation xml:lang="en">Euro</documentation>
                </annotation>
            </enumeration>
            <enumeration value="FJD">
                <annotation>
                    <documentation xml:lang="en">Fijian Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="GBP">
                <annotation>
                    <documentation xml:lang="en">Pound Sterling</documentation>
                </annotation>
            </enumeration>
            <enumeration value="GEL">
                <annotation>
                    <documentation xml:lang="en">Georgian Lari</documentation>
                </annotation>
            </enumeration>
            <enumeration value="HKD">
                <annotation>
                    <documentation xml:lang="en">Hong Kong Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="HRK">
                <annotation>
                    <documentation xml:lang="en">Croatian Kuna</documentation>
                </annotation>
            </enumeration>
            <enumeration value="HUF">
                <annotation>
                    <documentation xml:lang="en">Hungarian Forint</documentation>
                </annotation>
            </enumeration>
            <enumeration value="IDR">
                <annotation>
                    <documentation xml:lang="en">Indonesian Rupiah</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ILS">
                <annotation>
                    <documentation xml:lang="en">Israeli New Shekel</documentation>
                </annotation>
            </enumeration>
            <enumeration value="INR">
                <annotation>
                    <documentation xml:lang="en">Indian Rupee</documentation>
                </annotation>
            </enumeration>
            <enumeration value="IQD">
                <annotation>
                    <documentation xml:lang="en">Iraqi Dinar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="IRR">
                <annotation>
                    <documentation xml:lang="en">Iranian Rial</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ISK">
                <annotation>
                    <documentation xml:lang="en">Icelandic Krona</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ITL">
                <annotation>
                    <documentation xml:lang="en">Italian Lira</documentation>
                </annotation>
            </enumeration>
            <enumeration value="JMD">
                <annotation>
                    <documentation xml:lang="en">Jamaican Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="JPY">
                <annotation>
                    <documentation xml:lang="en">Japanese Yen</documentation>
                </annotation>
            </enumeration>
            <enumeration value="KPW">
                <annotation>
                    <documentation xml:lang="en">North Korean Won</documentation>
                </annotation>
            </enumeration>
            <enumeration value="KRW">
                <annotation>
                    <documentation xml:lang="en">South Korean Won</documentation>
                </annotation>
            </enumeration>
            <enumeration value="KYD">
                <annotation>
                    <documentation xml:lang="en">Cayman Islands Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="KZT">
                <annotation>
                    <documentation xml:lang="en">Kazakhstani Tenge</documentation>
                </annotation>
            </enumeration>
            <enumeration value="LBP">
                <annotation>
                    <documentation xml:lang="en">Lebanese Pound</documentation>
                </annotation>
            </enumeration>
            <enumeration value="LKR">
                <annotation>
                    <documentation xml:lang="en">Sri Lankan Rupee</documentation>
                </annotation>
            </enumeration>
            <enumeration value="MAD">
                <annotation>
                    <documentation xml:lang="en">Moroccan Dirham</documentation>
                </annotation>
            </enumeration>
            <enumeration value="MNT">
                <annotation>
                    <documentation xml:lang="en">Mongolian Tugrik</documentation>
                </annotation>
            </enumeration>
            <enumeration value="MWK">
                <annotation>
                    <documentation xml:lang="en">Malawian Kwacha</documentation>
                </annotation>
            </enumeration>
            <enumeration value="MXN">
                <annotation>
                    <documentation xml:lang="en">Mexican Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="MYR">
                <annotation>
                    <documentation xml:lang="en">Malaysian Ringgit</documentation>
                </annotation>
            </enumeration>
            <enumeration value="NGN">
                <annotation>
                    <documentation xml:lang="en">Nigerian Naira</documentation>
                </annotation>
            </enumeration>
            <enumeration value="NOK">
                <annotation>
                    <documentation xml:lang="en">Norwegian Krone</documentation>
                </annotation>
            </enumeration>
            <enumeration value="NZD">
                <annotation>
                    <documentation xml:lang="en">New Zealand Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="PAB">
                <annotation>
                    <documentation xml:lang="en">Panamanian Balboa</documentation>
                </annotation>
            </enumeration>
            <enumeration value="PEN">
                <annotation>
                    <documentation xml:lang="en">Peruvian Nuevo Sol</documentation>
                </annotation>
            </enumeration>
            <enumeration value="PHP">
                <annotation>
                    <documentation xml:lang="en">Philippine Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="PKR">
                <annotation>
                    <documentation xml:lang="en">Pakistani Rupee</documentation>
                </annotation>
            </enumeration>
            <enumeration value="PLN">
                <annotation>
                    <documentation xml:lang="en">Polish Zloty</documentation>
                </annotation>
            </enumeration>
            <enumeration value="QAR">
                <annotation>
                    <documentation xml:lang="en">Qatari Riyal</documentation>
                </annotation>
            </enumeration>
            <enumeration value="RON">
                <annotation>
                    <documentation xml:lang="en">Romanian Leu</documentation>
                </annotation>
            </enumeration>
            <enumeration value="RSD">
                <annotation>
                    <documentation xml:lang="en">Serbian Dinar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="RUB">
                <annotation>
                    <documentation xml:lang="en">Russian Ruble</documentation>
                </annotation>
            </enumeration>
            <enumeration value="RUR">
                <annotation>
                    <documentation xml:lang="en">Old Russian Ruble</documentation>
                </annotation>
            </enumeration>
            <enumeration value="SAR">
                <annotation>
                    <documentation xml:lang="en">Saudi Riyal</documentation>
                </annotation>
            </enumeration>
            <enumeration value="SDG">
                <annotation>
                    <documentation xml:lang="en">Sudanese Pound</documentation>
                </annotation>
            </enumeration>
            <enumeration value="SEK">
                <annotation>
                    <documentation xml:lang="en">Swedish Krona</documentation>
                </annotation>
            </enumeration>
            <enumeration value="SGD">
                <annotation>
                    <documentation xml:lang="en">Singapore Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="SKK">
                <annotation>
                    <documentation xml:lang="en">Slovak Koruna</documentation>
                </annotation>
            </enumeration>
            <enumeration value="THB">
                <annotation>
                    <documentation xml:lang="en">Thai Baht</documentation>
                </annotation>
            </enumeration>
            <enumeration value="TRY">
                <annotation>
                    <documentation xml:lang="en">Turkish Lira</documentation>
                </annotation>
            </enumeration>
            <enumeration value="TWD">
                <annotation>
                    <documentation xml:lang="en">New Taiwan Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="UAH">
                <annotation>
                    <documentation xml:lang="en">Ukrainian Hryvnia</documentation>
                </annotation>
            </enumeration>
            <enumeration value="USD">
                <annotation>
                    <documentation xml:lang="en">United States Dollar</documentation>
                </annotation>
            </enumeration>
            <enumeration value="UYU">
                <annotation>
                    <documentation xml:lang="en">Uruguayan Peso</documentation>
                </annotation>
            </enumeration>
            <enumeration value="VEF">
                <annotation>
                    <documentation xml:lang="en">Venezuelan Bolivar Fuerte</documentation>
                </annotation>
            </enumeration>
            <enumeration value="VND">
                <annotation>
                    <documentation xml:lang="en">Vietnamese Dong</documentation>
                </annotation>
            </enumeration>
            <enumeration value="WST">
                <annotation>
                    <documentation xml:lang="en">Samoan Tala</documentation>
                </annotation>
            </enumeration>
            <enumeration value="XOF">
                <annotation>
                    <documentation xml:lang="en">West African CFA Franc</documentation>
                </annotation>
            </enumeration>
            <enumeration value="YER">
                <annotation>
                    <documentation xml:lang="en">Yemeni Riyal</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ZAR">
                <annotation>
                    <documentation xml:lang="en">South African Rand</documentation>
                </annotation>
            </enumeration>
            <enumeration value="ZMK">
                <annotation>
                    <documentation xml:lang="en">Zambian Kwacha</documentation>
                </annotation>
            </enumeration>
        </restriction>
    </simpleType>

    <simpleType name="investmentStrategy">
        <restriction base="token">
            <enumeration value="Activist"/>
            <enumeration value="Convertible Bond Arbitrage"/>
            <enumeration value="Credit Distressed"/>
            <enumeration value="Credit Lending"/>
            <enumeration value="Credit Long/Short"/>
            <enumeration value="Equity Long/Short"/>
            <enumeration value="Equity Market Neutral"/>
            <enumeration value="Event Driven"/>
            <enumeration value="Fixed Income Arbitrage"/>
            <enumeration value="Global Macro"/>
            <enumeration value="Leveraged Buyout"/>
            <enumeration value="Long Only"/>
            <enumeration value="Managed Futures (CTA)"/>
            <enumeration value="Real Assets"/>
            <enumeration value="Real Estate"/>
            <enumeration value="Risk Arbitrage"/>
            <enumeration value="Risk Premia"/>
            <enumeration value="Venture Capital"/>
            <enumeration value="Volatility Arbitrage"/>
            <enumeration value="Multiple"/>
            <enumeration value="Non Hedge Fund"/>
            <enumeration value="Other"/>
        </restriction>
    </simpleType>

    <simpleType name="investmentStyle">
        <restriction base="token">
            <enumeration value="Systematic"/>
            <enumeration value="Discretionary Top Down"/>
            <enumeration value="Discretionary Bottom Up"/>
            <enumeration value="Discretionary Unspecified"/>
            <enumeration value="Multiple"/>
            <enumeration value="Not Applicable"/>
        </restriction>
    </simpleType>

    <simpleType name="assetClass">
        <restriction base="token">
            <enumeration value="Equity"/>
            <enumeration value="Sovereign Interest Rate"/>
            <enumeration value="Credit"/>
            <enumeration value="Convertible Bond"/>
            <enumeration value="Currency"/>
            <enumeration value="Real Asset"/>
            <enumeration value="Commodity"/>
            <enumeration value="Insurance"/>
            <enumeration value="Digital Asset"/>
            <enumeration value="Multiple"/>
            <enumeration value="Other"/>
        </restriction>
    </simpleType>

    <simpleType name="instrumentType">
        <restriction base="token">
            <enumeration value="Securities"/>
            <enumeration value="Derivatives"/>
            <enumeration value="Physical Assets"/>
            <enumeration value="Securities &amp; Derivatives"/>
            <enumeration value="Derivatives &amp; Physical Assets"/>
            <enumeration value="Securities &amp; Physical Assets"/>
            <enumeration value="Securities, Derivatives &amp; Physical Assets"/>
        </restriction>
    </simpleType>

    <simpleType name="tradingStrategy">
        <restriction base="token">
            <enumeration value="Directional"/>
            <enumeration value="Relative Value"/>
            <enumeration value="Multiple"/>
            <enumeration value="Not Applicable"/>
        </restriction>
    </simpleType>

    <simpleType name="marketExposure">
        <restriction base="token">
            <enumeration value="Long Only"/>
            <enumeration value="Short Only"/>
            <enumeration value="Long Bias"/>
            <enumeration value="Variable Bias"/>
            <enumeration value="Short Bias"/>
            <enumeration value="Neutral"/>
            <enumeration value="Multiple"/>
        </restriction>
    </simpleType>

    <simpleType name="holdingPeriod">
        <restriction base="token">
            <enumeration value="More Than 24 Months"/>
            <enumeration value="12 to 24 Months"/>
            <enumeration value="9 to 12 Months"/>
            <enumeration value="6 to 9 Months"/>
            <enumeration value="3 to 6 Months"/>
            <enumeration value="1 to 3 Months"/>
            <enumeration value="1 Week to 1 Month"/>
            <enumeration value="Less Than 1 Week"/>
            <enumeration value="Multiple"/>
        </restriction>
    </simpleType>

    <simpleType name="valueAtRiskMethodology">
        <restriction base="token">
            <enumeration value="Historical Simulation"/>
            <enumeration value="Monte Carlo Simulation"/>
            <enumeration value="Parametric"/>
            <enumeration value="Other"/>
        </restriction>
    </simpleType>

    <simpleType name="aumCalculationMethod">
        <restriction base="token">
            <enumeration value="GAAP"/>
            <enumeration value="Backward Looking"/>
            <enumeration value="Forward Looking"/>
        </restriction>
    </simpleType>

    <simpleType name="counterpartyCount">
        <restriction base="token">
            <enumeration value="0"/>
            <enumeration value="1"/>
            <enumeration value="2"/>
            <enumeration value="3"/>
            <enumeration value="4"/>
            <enumeration value="5"/>
            <enumeration value="6 to 9"/>
            <enumeration value="10 to 15"/>
            <enumeration value="15+"/>
        </restriction>
    </simpleType>

    <simpleType name="counterpartyPercentage">
        <restriction base="token">
            <enumeration value="0%"/>
            <enumeration value="0% to 5%"/>
            <enumeration value="6% to 10%"/>
            <enumeration value="11% to 20%"/>
            <enumeration value="21% to 30%"/>
            <enumeration value="31% to 40%"/>
            <enumeration value="41% to 50%"/>
            <enumeration value="51% to 75%"/>
            <enumeration value="76% to 100%"/>
        </restriction>
    </simpleType>

    <simpleType name="counterpartyName">
        <restriction base="token">
            <enumeration value="ABN AMRO Bank"/>
            <enumeration value="Banco Itau"/>
            <enumeration value="Bank of America"/>
            <enumeration value="Bank of Butterfield"/>
            <enumeration value="Bank of Montreal"/>
            <enumeration value="Bank of New York Mellon"/>
            <enumeration value="Barclay Bank"/>
            <enumeration value="Barclays Capital Securities"/>
            <enumeration value="BlackRock Financial Management"/>
            <enumeration value="BMO Nesbitt Burns"/>
            <enumeration value="BNP Paribas"/>
            <enumeration value="Brown Brothers Harriman"/>
            <enumeration value="BTIG"/>
            <enumeration value="CACEIS Bank"/>
            <enumeration value="Caledonian Trust"/>
            <enumeration value="Cantor Fitzgerald"/>
            <enumeration value="Charles Schwab"/>
            <enumeration value="Citco Fund Services"/>
            <enumeration value="Citigroup Global Markets"/>
            <enumeration value="CME Group"/>
            <enumeration value="Convergex"/>
            <enumeration value="Credit Suisse First Boston"/>
            <enumeration value="Credit Suisse International"/>
            <enumeration value="Deutsche Bank"/>
            <enumeration value="Fidelity Prime Services"/>
            <enumeration value="First Republic Trust Company"/>
            <enumeration value="GlobeOp Financial Services"/>
            <enumeration value="Goldman Sachs"/>
            <enumeration value="Horizon Cash Management"/>
            <enumeration value="HSBC"/>
            <enumeration value="HSBC Private Bank"/>
            <enumeration value="ING Group"/>
            <enumeration value="Interactive Brokers"/>
            <enumeration value="Investec Prime Brokering"/>
            <enumeration value="Jefferies"/>
            <enumeration value="JP Morgan"/>
            <enumeration value="Julius Baer"/>
            <enumeration value="Kotak Mahindra"/>
            <enumeration value="LaSalle Bank"/>
            <enumeration value="Merlin"/>
            <enumeration value="Merrill Lynch International"/>
            <enumeration value="MF Global"/>
            <enumeration value="Mitsubishi UFJ Securities International"/>
            <enumeration value="Mizuho International"/>
            <enumeration value="Mizuho Trust"/>
            <enumeration value="Montague Place Custody Services"/>
            <enumeration value="Morgan Stanley"/>
            <enumeration value="National Bank Trust"/>
            <enumeration value="Natixis"/>
            <enumeration value="Newedge Group"/>
            <enumeration value="Nomura International"/>
            <enumeration value="Northern Trust Corporation"/>
            <enumeration value="Pictet &amp; Cie"/>
            <enumeration value="PNC Global Investment Servicing"/>
            <enumeration value="Rand Financial Services"/>
            <enumeration value="RBC Dexia Investor Services"/>
            <enumeration value="Rothschild Bank"/>
            <enumeration value="Royal Bank of Scotland"/>
            <enumeration value="Safra National Bank of New York"/>
            <enumeration value="Samsung Futures"/>
            <enumeration value="Scotia Capital"/>
            <enumeration value="SinoPac Securities Corporation"/>
            <enumeration value="Skandinaviska Enskilda Banken"/>
            <enumeration value="Societe Generale"/>
            <enumeration value="Standard Chartered Bank"/>
            <enumeration value="State Street"/>
            <enumeration value="Swedbank"/>
            <enumeration value="TD Bank"/>
            <enumeration value="UBS"/>
            <enumeration value="US Bank"/>
            <enumeration value="US Trust"/>
            <enumeration value="Wachovia"/>
            <enumeration value="Wells Fargo &amp; Company"/>
            <enumeration value="Counterparty A"/>
            <enumeration value="Counterparty B"/>
            <enumeration value="Counterparty C"/>
            <enumeration value="Counterparty D"/>
            <enumeration value="Counterparty E"/>
            <enumeration value="Counterparty F"/>
            <enumeration value="Counterparty G"/>
            <enumeration value="Counterparty H"/>
            <enumeration value="Counterparty I"/>
            <enumeration value="Counterparty J"/>
            <enumeration value="Counterparty K"/>
            <enumeration value="Counterparty L"/>
            <enumeration value="Counterparty M"/>
            <enumeration value="Counterparty N"/>
            <enumeration value="Counterparty O"/>
            <enumeration value="Counterparty P"/>
            <enumeration value="Counterparty Q"/>
            <enumeration value="Counterparty R"/>
            <enumeration value="Counterparty S"/>
            <enumeration value="Counterparty T"/>
            <enumeration value="Counterparty U"/>
            <enumeration value="Counterparty V"/>
            <enumeration value="Counterparty W"/>
            <enumeration value="Counterparty X"/>
            <enumeration value="Counterparty Y"/>
            <enumeration value="Counterparty Z"/>
        </restriction>
    </simpleType>

</schema>
