openapi: 3.0.1 info: version: 1.0.0 title: Authorization Tokens Accounts Investment Details API description: 'Use the `oauth` endpoint to generate the secure, time-limited JSON Web Tokens (JWTs) used to authorize access to APIs and components.

To request a token, click Authorize and enter the following credentials: * Username - Your Client ID. * Password - Your Client Secret.' servers: - url: https://www.us-api.morningstar.com/token description: PROD US - url: https://www.emea-api.morningstar.com/token description: PROD EMEA - url: https://www.apac-api.morningstar.com/token description: PROD APAC security: - BasicAuth: [] tags: - name: Investment Details paths: /direct-web-services/v1/investments: post: summary: Request investment details tags: - Investment Details description: "**Request Limits**\n\nTo ensure predictable performance and efficient processing, the following limits apply:\n\n- A **maximum of 250 investments** per request.\n\n- A **maximum of 3 data views** per request **except** when requesting Financials data. For Financials, pass the `equity-financials` view ID only.\n\n- Time series data is available for **up to 60 months**.\n\n- **Delta load** supported for Financials data. Specify a `deltaStartTime` in the request body.\n\n**Request Headers**\n \n- The `Prefer` request header is required.\n\n- Set the header to `Prefer: respond-async` to enable asynchronous request processing.\n\n**Response**\n\nThe server responds with `HTTP 202 Accepted` status and returns a job identifier in the response body.\n " parameters: - name: Prefer in: header description: 'Must be set to `respond-async` to indicate the client requires that the request is processed asynchronously. If omitted or set to another value, the server responds with an error message.' required: true schema: type: string enum: - respond-async operationId: postInvestments requestBody: $ref: '#/components/requestBodies/RequestInvestmentDetails' responses: '202': $ref: '#/components/responses/ResponseAccepted' '400': $ref: '#/components/responses/ResponseBadRequest' '413': $ref: '#/components/responses/ResponseRequestEntityTooLarge' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/result/{resultId}: get: summary: Retrieve investment details parameters: - name: resultId in: path required: true schema: type: string tags: - Investment Details description: Retrieve asynchronous request results. operationId: retrieveInvestmentDetails responses: '200': $ref: '#/components/responses/ResponseGetResults' '400': $ref: '#/components/responses/ResponseBadRequest' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/529-college-investment-package: get: summary: Get 529 College Investment Package view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: get529CollegeInvestmentPackagePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/Response529CollegeInvestmentPackage' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 93 /direct-web-services/v1/investments/{id}/active-share: get: summary: Get Active Share view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getActiveSharePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseActiveShare' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 65 /direct-web-services/v1/investments/{id}/annual-report-fees-and-financials-historical: get: summary: Get Annual Report Fees and Financials Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getAnnualReportFeesAndFinancialsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAnnualReportFeesAndFinancialsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 12 /direct-web-services/v1/investments/{id}/annual-report-fees-and-financials-most-recent: get: summary: Get Annual Report Fees and Financials Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getAnnualReportFeesAndFinancialsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAnnualReportFeesAndFinancialsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 11 /direct-web-services/v1/investments/{id}/annual-returns-historical: get: summary: Get Annual Returns Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getAnnualReturnsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAnnualReturnsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 55 /direct-web-services/v1/investments/{id}/annuity-policy-operational-data: get: summary: Get Annuity Policy Operational Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getAnnuityPolicyOperationalDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAnnuityPolicyOperationalData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 92 /direct-web-services/v1/investments/{id}/asset-allocation-breakdown: get: summary: Get Asset Allocation Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getAssetAllocationBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAssetAllocationBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 66 /direct-web-services/v1/investments/{id}/australian-tmd-data: get: summary: Get Australian TMD Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getAustralianTmdDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseAustralianTmdData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 172 /direct-web-services/v1/investments/{id}/basic-reference: get: summary: Get Basic Reference view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: startDate in: query schema: type: string format: yyyy-MM-dd - name: endDate in: query schema: type: string format: yyyy-MM-dd - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getBasicReferencePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseBasicReference' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 1 /direct-web-services/v1/investments/{id}/best-and-worst-rolling-returns: get: summary: Get Best and Worst Rolling Returns view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getBestAndWorstRollingReturnsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseBestAndWorstRollingReturns' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 56 /direct-web-services/v1/investments/{id}/country-and-regional-exposure-breakdown: get: summary: Get Country and Regional Exposure Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getCountryAndRegionalExposureBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseCountryAndRegionalExposureBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 68 /direct-web-services/v1/investments/{id}/currency-exposure-breakdown: get: summary: Get Currency Exposure Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getCurrencyExposureBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseCurrencyExposureBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 69 /direct-web-services/v1/investments/{id}/daily-returns-most-recent: get: summary: Get Daily Returns Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getDailyReturnsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseDailyReturnsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 52 /direct-web-services/v1/investments/{id}/derived-statistics-from-index-levels-time-series: get: summary: Get Derived Statistics From Index Levels Time Series view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getDerivedStatisticsFromIndexLevelsTimeSeriesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseDerivedStatisticsFromIndexLevelsTimeSeries' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/distributions-historical: get: summary: Get Distributions Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getDistributionsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseDistributionsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 45 /direct-web-services/v1/investments/{id}/distributions-most-recent: get: summary: Get Distributions Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getDistributionsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseDistributionsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 44 /direct-web-services/v1/investments/{id}/equity-portfolio-statistics: get: summary: Get Equity Portfolio Statistics view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEquityPortfolioStatistics tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEquityPortfolioStatistics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 74 /direct-web-services/v1/investments/{id}/esg-company-level-1-data-introductory-data: get: summary: Get ESG Company Level 1 Data Introductory Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel1DataIntroductoryDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel1DataIntroductoryData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 31 /direct-web-services/v1/investments/{id}/esg-company-level-1-data-low-carbon-transition-rating: get: summary: Get ESG Company Level 1 Data Low Carbon Transition Rating view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel1DataLowCarbonTransitionRatingPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel1DataLowCarbonTransitionRating' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 160 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-carbon-emissions: get: summary: Get ESG Company Level 2 Data Carbon Emissions view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataCarbonEmissionsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataCarbonEmissions' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 32 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-carbon-involvement: get: summary: Get ESG Company Level 2 Data Carbon Involvement view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataCarbonInvolvementPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataCarbonInvolvement' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 174 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-carbon-risk: get: summary: Get ESG Company Level 2 Data Carbon Risk view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataCarbonRiskPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataCarbonRisk' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 173 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-country-risk-rating: get: summary: Get ESG Company Level 2 Data Country Risk Rating view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataCountryRiskRatingPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataCountryRiskRating' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 36 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-esg-risk-rating: get: summary: Get ESG Company Level 2 Data ESG Risk Rating view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataEsgRiskRatingPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataEsgRiskRating' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 34 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-impact-metrics-sdgs-and-themes: get: summary: Get ESG Company Level 2 Data Impact Metrics SDGs and Themes view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataImpactMetricsSdgsAndThemesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataImpactMetricsSdgsAndThemes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 166 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-product-involvement: get: summary: Get ESG Company Level 2 Data Product Involvement view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataProductInvolvementPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataProductInvolvement' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 33 /direct-web-services/v1/investments/{id}/esg-company-level-2-data-sfdr-pai-corporate-voluntary: get: summary: Get ESG Company Level 2 Data SFDR PAI Corporate Voluntary view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevel2DataSfdrPaiCorporateVoluntaryPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevel2DataSfdrPaiCorporateVoluntary' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 163 /direct-web-services/v1/investments/{id}/esg-company-level-data-sfdr-pai: get: summary: Get ESG Company Level Data SFDR PAI view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgCompanyLevelDataSfdrPaiPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgCompanyLevelDataSfdrPai' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 222 /direct-web-services/v1/investments/{id}/esg-fund-level-carbon-emissions: get: summary: Get ESG Fund Level Carbon Emissions view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelCarbonEmissionsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelCarbonEmissions' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 153 /direct-web-services/v1/investments/{id}/esg-fund-level-carbon-involvement: get: summary: Get ESG Fund Level Carbon Involvement view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelCarbonInvolvementPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelCarbonInvolvement' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 154 /direct-web-services/v1/investments/{id}/esg-fund-level-carbon-risk: get: summary: Get ESG Fund Level Carbon Risk view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelCarbonRiskPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelCarbonRisk' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 152 /direct-web-services/v1/investments/{id}/esg-fund-level-esg-labels: get: summary: Get ESG Fund Level ESG Labels view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelEsgLabelsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelEsgLabels' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 168 /direct-web-services/v1/investments/{id}/esg-fund-level-eu-taxonomy: get: summary: Get ESG Fund Level EU Taxonomy view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelEuTaxonomyPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelEuTaxonomy' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 151 /direct-web-services/v1/investments/{id}/esg-fund-level-european-esg-template: get: summary: Get ESG Fund Level European ESG Template view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelEuropeanEsgTemplatePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelEuropeanEsgTemplate' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 142 /direct-web-services/v1/investments/{id}/esg-fund-level-firm-diversity-data-level-1: get: summary: Get ESG Fund Level Firm Diversity Data Level 1 view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelFirmDiversityDataLevel1Package tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelFirmDiversityDataLevel1' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/esg-fund-level-gender-and-diversity: get: summary: Get ESG Fund Level Gender and Diversity view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelGenderAndDiversityPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelGenderAndDiversity' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 26 /direct-web-services/v1/investments/{id}/esg-fund-level-impact-metrics: get: summary: Get ESG Fund Level Impact Metrics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelImpactMetricsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelImpactMetrics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 24 /direct-web-services/v1/investments/{id}/esg-fund-level-low-carbon-transition-rating: get: summary: Get ESG Fund Level Low Carbon Transition Rating view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelLowCarbonTransitionRatingPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelLowCarbonTransitionRating' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 179 /direct-web-services/v1/investments/{id}/esg-fund-level-physical-climate-risk-metrics: get: summary: Get ESG Fund Level Physical Climate Risk Metrics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelPhysicalClimateRiskMetricsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelPhysicalClimateRiskMetrics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 220 /direct-web-services/v1/investments/{id}/esg-fund-level-principal-adverse-indicators-pais: get: summary: Get ESG Fund Level Principal Adverse Indicators (PAIs) view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelPrincipalAdverseIndicatorsPaisPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelPrincipalAdverseIndicatorsPais' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 25 /direct-web-services/v1/investments/{id}/esg-fund-level-product-involvement: get: summary: Get ESG Fund Level Product Involvement view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelProductInvolvementPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelProductInvolvement' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 21 /direct-web-services/v1/investments/{id}/esg-fund-level-ratings-historical: get: summary: Get ESG Fund Level Ratings Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelRatingsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelRatingsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 20 /direct-web-services/v1/investments/{id}/esg-fund-level-ratings-most-recent: get: summary: Get ESG Fund Level Ratings Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelRatingsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelRatingsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 19 /direct-web-services/v1/investments/{id}/esg-fund-level-sustainable-attributes: get: summary: Get ESG Fund Level Sustainable Attributes view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEsgFundLevelSustainableAttributesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEsgFundLevelSustainableAttributes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 22 /direct-web-services/v1/investments/{id}/estimated-cash-flows-trailing-month-end-most-recent: get: summary: Get Estimated Cash Flows Trailing Month-End Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getEstimatedCashFlowsTrailingMonthEndMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEstimatedCashFlowsTrailingMonthEndMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 50 /direct-web-services/v1/investments/{id}/etf-corporate-action: get: summary: Get ETF Corporate Action view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEtfCorporateActionPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEtfCorporateAction' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 198 /direct-web-services/v1/investments/{id}/etf-managed-portfolio: get: summary: Get ETF Managed Portfolio view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEtfManagedPortfolioPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEtfManagedPortfolio' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 97 /direct-web-services/v1/investments/{id}/etf-trading-and-attributes: get: summary: Get ETF Trading and Attributes view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEtfTradingAndAttributesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEtfTradingAndAttributes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 224 /direct-web-services/v1/investments/{id}/eu-fund-level-sfdr-attributes-level-1: get: summary: Get EU Fund Level SFDR Attributes Level 1 view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEuFundLevelSfdrAttributesLevel1Package tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEuFundLevelSfdrAttributesLevel1' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/evestment-operation: get: summary: Get eVestment Operation view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getEvestmentOperationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseEvestmentOperation' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 185 /direct-web-services/v1/investments/{id}/factor-profile: get: summary: Get Factor Profile view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFactorProfilePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFactorProfile' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 91 /direct-web-services/v1/investments/{id}/fee-level-ranks: get: summary: Get Fee Level Ranks view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFeeLevelRanksPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFeeLevelRanks' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 63 /direct-web-services/v1/investments/{id}/fixed-income-portfolio-statistics-calculated-advanced-analytics: get: summary: Get Fixed Income Portfolio Statistics Calculated Advanced Analytics data view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFixedIncomePortfolioStatisticsCalculatedAdvancedAnalyticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 78 /direct-web-services/v1/investments/{id}/fixed-income-portfolio-statistics-calculated-standard-analytics: get: summary: Get Fixed Income Portfolio Statistics Calculated Standard Analytics data view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFixedIncomePortfolioStatisticsCalculatedStandardAnalyticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFixedIncomePortfolioStatisticsCalculatedStandardAnalytics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 77 /direct-web-services/v1/investments/{id}/fixed-income-portfolio-statistics-surveyed-analytics: get: summary: Get Fixed Income Portfolio Statistics Surveyed Analytics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFixedIncomePortfolioStatisticsSurveyedAnalyticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFixedIncomePortfolioStatisticsSurveyedAnalytics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 75 /direct-web-services/v1/investments/{id}/fund-attributes: get: summary: Get Fund Attributes view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFundAttributesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFundAttributes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 3 /direct-web-services/v1/investments/{id}/fund-votes: get: summary: Get Fund-Level Classification Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getFundVotesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseFundVotes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 15 /direct-web-services/v1/investments/{id}/gics-industry-and-subindustry: get: summary: Get GICS Industry and Subindustry view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getGicsIndustryAndSubindustryPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseGicsIndustryAndSubindustry' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 189 /direct-web-services/v1/investments/{id}/hfr-hedge-fund: get: summary: Get HFR Hedge Fund view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getHfrHedgeFundPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseHfrHedgeFund' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 183 /direct-web-services/v1/investments/{id}/index-levels-price: get: summary: Get Index Levels Price view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getIndexLevelsPricePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseIndexLevelsPrice' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/index-levels-price-time-series: get: summary: Get Index Levels Price Time Series view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getIndexLevelsPriceTimeSeriesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseIndexLevelsPriceTimeSeries' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/index-reference: get: summary: Get Index Reference view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getIndexReferencePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseIndexReference' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 257 /direct-web-services/v1/investments/{id}/india-sector: get: summary: Get India Sector view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getIndiaSectorPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseIndiaSector' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 188 /direct-web-services/v1/investments/{id}/investment-basic-details: get: summary: Get Investment Basic Details view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getInvestmentBasicDetailsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseInvestmentBasicDetails' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 2 /direct-web-services/v1/investments/{id}/investment-disclosures: get: summary: Get Investment Disclosures view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getInvestmentDisclosuresPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseInvestmentDisclosures' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 14 /direct-web-services/v1/investments/{id}/liquidity-analytics-ownership-breadth-and-vehicle-liquidity: get: summary: Get Liquidity Analytics Ownership Breadth and Vehicle Liquidity view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidityPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 261 /direct-web-services/v1/investments/{id}/manager-bio-and-details-historical: get: summary: Get Manager Bio and Details Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getManagerBioAndDetailsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseManagerBioAndDetailsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 7 /direct-web-services/v1/investments/{id}/manager-bio-and-details-most-recent: get: summary: Get Manager Bio and Details Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getManagerBioAndDetailsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseManagerBioAndDetailsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 6 /direct-web-services/v1/investments/{id}/manager-research-portfolio-analytics: get: summary: Get Manager Research Portfolio Analytics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getManagerResearchPortfolioAnalyticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseManagerResearchPortfolioAnalytics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 171 /direct-web-services/v1/investments/{id}/market-capital-breakdown: get: summary: Get Market Capital Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMarketCapitalBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMarketCapitalBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 73 /direct-web-services/v1/investments/{id}/mifid-cost-data: get: summary: Get MiFID Cost Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMifidCostDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMifidCostData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 143 /direct-web-services/v1/investments/{id}/mifid-target-market-data: get: summary: Get MiFID Target Market Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMifidTargetMarketDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMifidTargetMarketData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 144 /direct-web-services/v1/investments/{id}/money-market-attributes: get: summary: Get Money Market Attributes view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMoneyMarketAttributesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMoneyMarketAttributes' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 4 /direct-web-services/v1/investments/{id}/month-end-trailing-performance-month-end-and-quarter-end-most-recent: get: summary: Get Month-End Trailing Performance Month-End and Quarter-End Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 53 /direct-web-services/v1/investments/{id}/morningstar-category: get: summary: Get Morningstar Category view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getMorningstarCategoryPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarCategory' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 8 /direct-web-services/v1/investments/{id}/morningstar-equity-sectors-breakdown: get: summary: Get Morningstar Equity Sectors Breakdown view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getEquityMorningstarEquitySectorsBreakdown tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarEquitySectorsBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/morningstar-equity-style-box-breakdown: get: summary: Get Morningstar Equity Style Box Breakdown view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data suppoted. operationId: getEquityMorningstarEquityStyleBoxBreakdown tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarEquityStyleBoxBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' /direct-web-services/v1/investments/{id}/morningstar-essentials-base-package: get: summary: Get Morningstar Essentials Base Package view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getMorningstarEssentialsBasePackagePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarEssentialsBasePackage' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 226 /direct-web-services/v1/investments/{id}/morningstar-fixed-income-sectors-breakdown: get: summary: Get Morningstar Fixed Income Sectors Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMorningstarFixedIncomeSectorsBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarFixedIncomeSectorsBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 76 /direct-web-services/v1/investments/{id}/morningstar-medalist-rating-most-recent: get: summary: Get Morningstar Medalist Rating Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMorningstarMedalistRatingMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarMedalistRatingMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 155 /direct-web-services/v1/investments/{id}/morningstar-portfolio-risk-score: get: summary: Get Morningstar Portfolio Risk Score view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMorningstarPortfolioRiskScorePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarPortfolioRiskScore' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 80 /direct-web-services/v1/investments/{id}/morningstar-rating-historical: get: summary: Get Morningstar Rating Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMorningstarRatingHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarRatingHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 62 /direct-web-services/v1/investments/{id}/morningstar-rating-most-recent: get: summary: Get Morningstar Rating Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMorningstarRatingMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarRatingMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 61 /direct-web-services/v1/investments/{id}/morningstar-style-box: get: summary: Get Morningstar Style Box view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: startDate in: query schema: type: string format: yyyy-MM-dd - name: endDate in: query schema: type: string format: yyyy-MM-dd description: Most recent data supported. operationId: getMorningstarStyleBoxPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMorningstarStyleBox' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 70 /direct-web-services/v1/investments/{id}/msci-country-classification: get: summary: Get MSCI Country Classification view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getMsciCountryClassificationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseMsciCountryClassification' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 182 /direct-web-services/v1/investments/{id}/n-cen: get: summary: Get N-CEN view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getNCenPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseNCen' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 170 /direct-web-services/v1/investments/{id}/net-assets-day-end-and-month-end-most-recent-and-historical: get: summary: Get Net Assets Day-End and Month-End Most Recent and Historical data view. parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getNetAssetsDayEndAndMonthEndMostRecentAndHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseNetAssetsDayEndAndMonthEndMostRecentAndHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 49 /direct-web-services/v1/investments/{id}/net-assets-month-end-most-recent: get: summary: Get Net Assets Month-End Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getNetAssetsMonthEndMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseNetAssetsMonthEndMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 48 /direct-web-services/v1/investments/{id}/performance-attribution-data: get: summary: Get Performance Attribution Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPerformanceAttributionDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePerformanceAttributionData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 187 /direct-web-services/v1/investments/{id}/performance-ranks: get: summary: Get Performance Ranks view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPerformanceRanksPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePerformanceRanks' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 60 /direct-web-services/v1/investments/{id}/platform-and-super-fund-fee-and-features-data: get: summary: Get Platform and Super Fund Fee and Features Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getPlatformAndSuperFundFeeAndFeaturesDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePlatformAndSuperFundFeeAndFeaturesData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 943 /direct-web-services/v1/investments/{id}/policy-fees: get: summary: Get Policy Fees view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPolicyFeesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePolicyFees' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 10 /direct-web-services/v1/investments/{id}/portfolio-composition-and-vehicle-allocation: get: summary: Get Portfolio Composition and Vehicle Allocation view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPortfolioCompositionAndVehicleAllocationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePortfolioCompositionAndVehicleAllocation' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 260 /direct-web-services/v1/investments/{id}/portfolio-statistics-derived-from-index-constituents: get: summary: Get Portfolio Statistics Derived From Index Constituents view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getPortfolioStatisticsDerivedFromIndexConstituentsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePortfolioStatisticsDerivedFromIndexConstituents' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 158 /direct-web-services/v1/investments/{id}/pre-launch-funds: get: summary: Get Pre-Launch Funds view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: languageId in: query description: Supports both ISO 3-character codes (e.g., "ENG") and culture codes (e.g., "en-US") schema: type: string example: ENG description: Most recent data supported. operationId: getPreLaunchFundsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePreLaunchFunds' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 262 /direct-web-services/v1/investments/{id}/prices-historical: get: summary: Get Prices Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getPricesHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePricesHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 42 /direct-web-services/v1/investments/{id}/prices-most-recent: get: summary: Get Prices Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getPricesMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePricesMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 41 /direct-web-services/v1/investments/{id}/priip-kid: get: summary: Get PRIIP KID view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPriipKidPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePriipKid' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 150 /direct-web-services/v1/investments/{id}/private-capital-funds: get: summary: Get Private Capital Funds view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPrivateCapitalFundsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePrivateCapitalFunds' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 256 /direct-web-services/v1/investments/{id}/prospectus-fees: get: summary: Get Prospectus Fees view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getProspectusFeesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseProspectusFees' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 9 /direct-web-services/v1/investments/{id}/purchase-details: get: summary: Get Purchase Details view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getPurchaseDetailsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponsePurchaseDetails' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 13 /direct-web-services/v1/investments/{id}/return-index: get: summary: Get Return Index view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getReturnIndexPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseReturnIndex' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 57 /direct-web-services/v1/investments/{id}/returns-performance-current: get: summary: Get Returns Performance Current view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getReturnsPerformanceCurrentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseReturnsPerformanceCurrent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 252 /direct-web-services/v1/investments/{id}/rg-97-fee-components: get: summary: Get RG 97 Fee Components view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getRg97FeeComponentsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseRg97FeeComponents' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 169 /direct-web-services/v1/investments/{id}/risk-statistics: get: summary: Get Risk Statistics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getRiskStatisticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseRiskStatistics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 58 /direct-web-services/v1/investments/{id}/sandp-gics-classification-breakdown: get: summary: Get S&P GICS Classification Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getSandpGicsClassificationBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseSandpGicsClassificationBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 18 /direct-web-services/v1/investments/{id}/stable-value-fund-aggregated-statistics: get: summary: Get Stable Value Fund Aggregated Statistics view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundAggregatedStatisticsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundAggregatedStatistics' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 107 /direct-web-services/v1/investments/{id}/stable-value-fund-client-breakdown: get: summary: Get Stable Value Fund Client Breakdown view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundClientBreakdownPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundClientBreakdown' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 102 /direct-web-services/v1/investments/{id}/stable-value-fund-contract-allocation: get: summary: Get Stable Value Fund Contract Allocation view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundContractAllocationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundContractAllocation' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 103 /direct-web-services/v1/investments/{id}/stable-value-fund-portfolio-allocation: get: summary: Get Stable Value Fund Portfolio Allocation view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundPortfolioAllocationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundPortfolioAllocation' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 104 /direct-web-services/v1/investments/{id}/stable-value-fund-reported-flows: get: summary: Get Stable Value Fund Reported Flows view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundReportedFlowsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundReportedFlows' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 105 /direct-web-services/v1/investments/{id}/stable-value-fund-top-holdings: get: summary: Get Stable Value Fund Top Holdings view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStableValueFundTopHoldingsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStableValueFundTopHoldings' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 106 /direct-web-services/v1/investments/{id}/strategic-beta: get: summary: Get Strategic Beta view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStrategicBetaPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStrategicBeta' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 64 /direct-web-services/v1/investments/{id}/strategy-mapping: get: summary: Get Strategy Mapping view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getStrategyMappingPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseStrategyMapping' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 5 /direct-web-services/v1/investments/{id}/sub-asset-classification: get: summary: Get Sub-Asset Classification view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getSubAssetClassificationPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseSubAssetClassification' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 67 /direct-web-services/v1/investments/{id}/target-date-data: get: summary: Get Target Date Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getTargetDateDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseTargetDateData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 100 /direct-web-services/v1/investments/{id}/thematic-funds: get: summary: Get Thematic Funds view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getThematicFundsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseThematicFunds' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 90 /direct-web-services/v1/investments/{id}/ubs-separate-accounts: get: summary: Get UBS Separate Accounts view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getUbsSeparateAccountsPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseUbsSeparateAccounts' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 184 /direct-web-services/v1/investments/{id}/uk-sdr-core-package: get: summary: Get UK SDR Core Package view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getUkSdrCorePackagePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseUkSdrCorePackage' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 221 /direct-web-services/v1/investments/{id}/uk-sdr-enhanced-package: get: summary: Get UK SDR Enhanced Package view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getUkSdrEnhancedPackagePackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseUkSdrEnhancedPackage' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 225 /direct-web-services/v1/investments/{id}/us-separate-account-qualitative-data: get: summary: Get US Separate Account Qualitative Data view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getUsSeparateAccountQualitativeDataPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseUsSeparateAccountQualitativeData' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 96 /direct-web-services/v1/investments/{id}/wm-or-reuters-historical-exchange-rates: get: summary: Get WM or Reuters Historical Exchange Rates view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getWmOrReutersHistoricalExchangeRatesPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseWmOrReutersHistoricalExchangeRates' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 96 /direct-web-services/v1/investments/{id}/yields-historical: get: summary: Get Yields Historical view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON - name: currencyId in: query description: Currency identifier in ISO format (e.g., "USD", "EUR", "GBP") schema: type: string description: Most recent data supported. operationId: getYieldsHistoricalPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseYieldsHistorical' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 47 /direct-web-services/v1/investments/{id}/yields-most-recent: get: summary: Get Yields Most Recent view parameters: - name: id in: path description: "\nSpecifies the investment to query. \n\nMorningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe." required: true schema: type: string example: 0P00000046 examples: performanceId: summary: Morningstar Performance ID value: 0P00000046 isin: summary: ISIN value: US0042391096 - name: idType in: query description: 'Specifies the type of the value passed in the `id` parameter. Morningstar Performance ID is the default identifer for the API. Use the Universe API to retrieve Performance IDs for investments in your entitled universe.' schema: enum: - performanceId - isin - securityId - cusip - tradingSymbol - fundCode - msid type: string default: performanceId - name: baseCurrency in: query description: Base currency to use for investment lookup. Accepts 3‑character ISO 4217 currency codes. schema: type: string examples: baseCurrencyExample1: summary: US Dollar value: USD baseCurrencyExample2: summary: Swiss Franc value: CHF - name: domicile in: query description: Domicile to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: domicileExample1: summary: CAN (Canada) value: CAN domicileExample2: summary: JPN (Japan) value: JPN domicileExample3: summary: USE (United States) value: USA - name: exchangeCountry in: query description: Exchange country to use for investment lookup. Accepts 3-character ISO 3166-1 country codes. schema: type: string examples: exchangeCountryExample1: summary: CAN (Canada) value: CAN exchangeCountryExample2: summary: JPN (Japan) value: JPN exchangeCountryExample3: summary: USA (USA) value: USA - name: exchangeId in: query description: Exchange identifier to use for investment lookup. schema: type: string externalDocs: description: List of exchange IDs. url: https://developer.morningstar.com/content/hidden-from-navigation/DwsIdLookUpExchangeIds.xlsx examples: exchangeIdExample1: summary: NASDAQ - ALL Markets (NAS) value: EX$$$$XNAS exchangeIdExample2: summary: London Stock Exchange (LSE) value: EX$$$$XLON description: Most recent data supported. operationId: getYieldsMostRecentPackage tags: - Investment Details responses: '200': $ref: '#/components/responses/ResponseYieldsMostRecent' '400': $ref: '#/components/responses/ResponseBadRequest_3' '500': $ref: '#/components/responses/ResponseInternalServerError' x-cpqId: 46 components: schemas: OutputEtfCorporateAction: type: object properties: latestCapitalGain: type: number description: '' format: double nullable: true latestCapitalGainDate: type: string description: '' nullable: true latestCapitalGainDateLongTerm: type: string description: '' nullable: true latestCapitalGainDateMiddleTerm: type: string description: '' nullable: true latestCapitalGainDateShortTerm: type: string description: '' nullable: true latestCapitalGainLongTerm: type: number description: '' format: double nullable: true latestCapitalGainMiddleTerm: type: number description: '' format: double nullable: true latestCapitalGainNav: type: number description: '' format: double nullable: true latestCapitalGainShortTerm: type: number description: '' format: double nullable: true latestDividend: type: number description: '' format: double nullable: true latestDividendDate: type: string description: '' nullable: true latestDividendDeclarationDate: type: string description: '' nullable: true latestDividendNav: type: number description: '' format: double nullable: true latestDividendPayDate: type: string description: '' nullable: true latestDividendRecordDate: type: string description: '' nullable: true latestRoc: type: number description: '' format: double nullable: true latestRocDate: type: string description: '' nullable: true additionalProperties: false title: OutputEtfCorporateAction description: All fields are nullable. Empty or `null` value fields are not returned. OutputCompanyProfile: type: object properties: asOfDate: type: string description: The effective date of the company profile nullable: true languageCode: type: string description: 3-character ISO code denoting the language of text for the company profile nullable: true longDescription: type: string description: A complete and often lengthy business description of the company; often a paragraph or more (up to 800 characters) nullable: true additionalProperties: false title: OutputCompanyProfile ResponseStableValueFundPortfolioAllocation: type: object properties: stableValueFundPortfolioAllocation: $ref: '#/components/schemas/OutputStableValueFundPortfolioAllocation' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMergerAcquisition: type: object properties: acquirerCompanyName: type: string description: Name of the acquirer company nullable: true acquirerPerformanceId: type: string description: Morningstar Share Class Id of the acquirer company nullable: true cashPerShare: type: number description: Cash amount offered/paid to acquire target on a per share basis format: double nullable: true cashPerShareCurrency: type: string description: Currency of the cash amount offered/paid to acquire target on a per share basis nullable: true declareDate: type: string description: Date when the company announced the event nullable: true eventId: type: integer description: '' format: int64 nullable: true eventStatus: type: string description: 'Indicates status of the event: Announced; Approved; Rejected; Withdrawn; Postponed; Completed; Terminated; Other' nullable: true excludingDate: type: string description: Date when the event becomes effective nullable: true fractionShare: type: string description: 'Indicates fraction settlement: Cash; Disregard; Rounded; Other' nullable: true newShareRatio: type: number description: Number of new shares after the event format: double nullable: true oldShareRatio: type: number description: Number of old shares before the event format: double nullable: true payType: type: string description: 'Indicates the type of payment: Cash; Stock; Cash and Stock; Cash or Stock; Other' nullable: true percentAcquired: type: integer description: Percentage of the target's shares acquired in the transaction format: int32 nullable: true targetCompanyId: type: string description: Morningstar Company Id of the target company nullable: true targetCompanyName: type: string description: Name of the target company nullable: true targetPerformanceId: type: string description: Morningstar Share Class Id of the target company nullable: true totalTransactionCurrency: type: string description: Currency of the total value of the transaction paid by the acquirer nullable: true totalTransactionValue: type: number description: Total value of the transaction paid by the acquirer format: double nullable: true transactionType: type: string description: 'Indicates the type of transaction: offer or merger' nullable: true additionalProperties: false title: OutputMergerAcquisition ResponsePerformanceRanks: type: object properties: performanceRanks: $ref: '#/components/schemas/OutputPerformanceRanks' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCountryAndRegionalExposureBreakdown: type: object properties: muniAlabamaPercLongRescaled: type: number description: '' format: double nullable: true muniAlaskaPercLongRescaled: type: number description: '' format: double nullable: true muniArizonaPercLongRescaled: type: number description: '' format: double nullable: true muniArkansasPercLongRescaled: type: number description: '' format: double nullable: true muniCaliforniaPercLongRescaled: type: number description: '' format: double nullable: true muniColoradoPercLongRescaled: type: number description: '' format: double nullable: true muniConnecticutPercLongRescaled: type: number description: '' format: double nullable: true muniDelawarePercLongRescaled: type: number description: '' format: double nullable: true muniFloridaPercLongRescaled: type: number description: '' format: double nullable: true muniGeorgiaPercLongRescaled: type: number description: '' format: double nullable: true muniHawaiiPercLongRescaled: type: number description: '' format: double nullable: true muniIdahoPercLongRescaled: type: number description: '' format: double nullable: true muniIllinoisPercLongRescaled: type: number description: '' format: double nullable: true muniIndianaPercLongRescaled: type: number description: '' format: double nullable: true muniIowaPercLongRescaled: type: number description: '' format: double nullable: true muniKansasPercLongRescaled: type: number description: '' format: double nullable: true muniKentuckyPercLongRescaled: type: number description: '' format: double nullable: true muniLouisianaPercLongRescaled: type: number description: '' format: double nullable: true muniMainePercLongRescaled: type: number description: '' format: double nullable: true muniMarylandPercLongRescaled: type: number description: '' format: double nullable: true muniMassachusettsPercLongRescaled: type: number description: '' format: double nullable: true muniMichiganPercLongRescaled: type: number description: '' format: double nullable: true muniMinnesotaPercLongRescaled: type: number description: '' format: double nullable: true muniMississippiPercLongRescaled: type: number description: '' format: double nullable: true muniMissouriPercLongRescaled: type: number description: '' format: double nullable: true muniMontanaPercLongRescaled: type: number description: '' format: double nullable: true muniNebraskaPercLongRescaled: type: number description: '' format: double nullable: true muniNevadaPercLongRescaled: type: number description: '' format: double nullable: true muniNewHampshirePercLongRescaled: type: number description: '' format: double nullable: true muniNewJerseyPercLongRescaled: type: number description: '' format: double nullable: true muniNewMexicoPercLongRescaled: type: number description: '' format: double nullable: true muniNewYorkPercLongRescaled: type: number description: '' format: double nullable: true muniNorthCarolinaPercLongRescaled: type: number description: '' format: double nullable: true muniNorthDakotaPercLongRescaled: type: number description: '' format: double nullable: true muniOhioPercLongRescaled: type: number description: '' format: double nullable: true muniOklahomaPercLongRescaled: type: number description: '' format: double nullable: true muniOregonPercLongRescaled: type: number description: '' format: double nullable: true muniPennsylvaniaPercLongRescaled: type: number description: '' format: double nullable: true muniRhodeIslandPercLongRescaled: type: number description: '' format: double nullable: true muniSouthCarolinaPercLongRescaled: type: number description: '' format: double nullable: true muniSouthDakotaPercLongRescaled: type: number description: '' format: double nullable: true muniTennesseePercLongRescaled: type: number description: '' format: double nullable: true muniTexasPercLongRescaled: type: number description: '' format: double nullable: true muniUtahPercLongRescaled: type: number description: '' format: double nullable: true muniVermontPercLongRescaled: type: number description: '' format: double nullable: true muniVirginiaPercLongRescaled: type: number description: '' format: double nullable: true muniWashingtonPercLongRescaled: type: number description: '' format: double nullable: true muniWestVirginiaPercLongRescaled: type: number description: '' format: double nullable: true muniWisconsinPercLongRescaled: type: number description: '' format: double nullable: true muniWyomingPercLongRescaled: type: number description: '' format: double nullable: true muniStateRescalingFactorPercLong: type: number description: '' format: double nullable: true muniAmericanSamoaPercLongRescaled: type: number description: '' format: double nullable: true muniFederatedStatesOfMicronesiaPercLongRescaled: type: number description: '' format: double nullable: true muniGuamPercLongRescaled: type: number description: '' format: double nullable: true muniMarshallIslandsPercLongRescaled: type: number description: '' format: double nullable: true muniNorthernMarianaIslandsPercLongRescaled: type: number description: '' format: double nullable: true muniPuertoRicoPercLongRescaled: type: number description: '' format: double nullable: true muniPalauPercLongRescaled: type: number description: '' format: double nullable: true muniVirginIslandsPercLongRescaled: type: number description: '' format: double nullable: true muniDistrictOfColumbiaPercLongRescaled: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownNotClassifiedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownAmericasCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterEuropeCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterAsiaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownNotClassifiedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNorthAmericaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownLatinAmericaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnitedKingdomCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAfricaormiddleEastCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownJapanCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAustralasiaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNotClassifiedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedStatesCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownCanadaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownLatinAmericaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedKingdomCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEurozoneCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeExEuroCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownJapanCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAfricaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownMiddleEastCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAustralasiaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownNotClassifiedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownDevelopedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownEmergingCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownNotClassifiedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownAmericasCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterEuropeCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterAsiaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownNotClassifiedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNorthAmericaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownLatinAmericaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnitedKingdomCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeDevelopedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeEmergingCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAfricaormiddleEastCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownJapanCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAustralasiaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaDevelopedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaEmergingCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNotClassifiedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedStatesCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownCanadaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownLatinAmericaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedKingdomCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEurozoneCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeExEuroCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeEmergingCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownJapanCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAfricaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownMiddleEastCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAustralasiaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaDevelopedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaEmergingCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownNotClassifiedCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownDevelopedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownEmergingCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownNotClassifiedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicDevelopmentStatusBreakdownUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownAmericasCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterEuropeCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownGreaterAsiaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownNotClassifiedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicSuperRegionBreakdownUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNorthAmericaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownLatinAmericaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnitedKingdomCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeDevelopedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownEuropeEmergingCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAfricaormiddleEastCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownJapanCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAustralasiaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaDevelopedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownAsiaEmergingCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownNotClassifiedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicPrimaryRegionBreakdownUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedStatesCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownCanadaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownLatinAmericaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnitedKingdomCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEurozoneCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeExEuroCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownEuropeEmergingCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownJapanCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAfricaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownMiddleEastCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAustralasiaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaDevelopedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownAsiaEmergingCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownNotClassifiedCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncGeographicRegionBreakdownUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixedIncRegionDevelopedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionEmergingPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionNotClassifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionAfricaormiddleEastPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionAmericasPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionAustralasiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionGreaterAsiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionAsiaDevPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionAsiaEmrgPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionGreaterEuropePercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionEuropeDevPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionEuropeEmrgPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionJapanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionLatinAmericaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionNorthAmericaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true fixedIncRegionRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncRegionDevStatusRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncRegionDevelopedPercNet: type: number description: '' format: double nullable: true fixedIncRegionEmergingPercNet: type: number description: '' format: double nullable: true fixedIncRegionNotClassifiedPercNet: type: number description: '' format: double nullable: true fixedIncRegionAfricaormiddleEastPercNet: type: number description: '' format: double nullable: true fixedIncRegionAmericasPercNet: type: number description: '' format: double nullable: true fixedIncRegionAustralasiaPercNet: type: number description: '' format: double nullable: true fixedIncRegionGreaterAsiaPercNet: type: number description: '' format: double nullable: true fixedIncRegionAsiaDevPercNet: type: number description: '' format: double nullable: true fixedIncRegionAsiaEmrgPercNet: type: number description: '' format: double nullable: true fixedIncRegionGreaterEuropePercNet: type: number description: '' format: double nullable: true fixedIncRegionEuropeDevPercNet: type: number description: '' format: double nullable: true fixedIncRegionEuropeEmrgPercNet: type: number description: '' format: double nullable: true fixedIncRegionJapanPercNet: type: number description: '' format: double nullable: true fixedIncRegionLatinAmericaPercNet: type: number description: '' format: double nullable: true fixedIncRegionNorthAmericaPercNet: type: number description: '' format: double nullable: true fixedIncRegionUnitedKingdomPercNet: type: number description: '' format: double nullable: true fixedIncRegionDevelopedPercLong: type: number description: '' format: double nullable: true fixedIncRegionEmergingPercLong: type: number description: '' format: double nullable: true fixedIncRegionNotClassifiedPercLong: type: number description: '' format: double nullable: true fixedIncRegionAfricaormiddleEastPercLong: type: number description: '' format: double nullable: true fixedIncRegionAmericasPercLong: type: number description: '' format: double nullable: true fixedIncRegionAustralasiaPercLong: type: number description: '' format: double nullable: true fixedIncRegionGreaterAsiaPercLong: type: number description: '' format: double nullable: true fixedIncRegionAsiaDevPercLong: type: number description: '' format: double nullable: true fixedIncRegionAsiaEmrgPercLong: type: number description: '' format: double nullable: true fixedIncRegionGreaterEuropePercLong: type: number description: '' format: double nullable: true fixedIncRegionEuropeDevPercLong: type: number description: '' format: double nullable: true fixedIncRegionEuropeEmrgPercLong: type: number description: '' format: double nullable: true fixedIncRegionJapanPercLong: type: number description: '' format: double nullable: true fixedIncRegionLatinAmericaPercLong: type: number description: '' format: double nullable: true fixedIncRegionNorthAmericaPercLong: type: number description: '' format: double nullable: true fixedIncRegionUnitedKingdomPercLong: type: number description: '' format: double nullable: true fixedIncRegionDevelopedPercShort: type: number description: '' format: double nullable: true fixedIncRegionEmergingPercShort: type: number description: '' format: double nullable: true fixedIncRegionNotClassifiedPercShort: type: number description: '' format: double nullable: true fixedIncRegionAfricaormiddleEastPercShort: type: number description: '' format: double nullable: true fixedIncRegionAmericasPercShort: type: number description: '' format: double nullable: true fixedIncRegionAustralasiaPercShort: type: number description: '' format: double nullable: true fixedIncRegionGreaterAsiaPercShort: type: number description: '' format: double nullable: true fixedIncRegionAsiaDevPercShort: type: number description: '' format: double nullable: true fixedIncRegionAsiaEmrgPercShort: type: number description: '' format: double nullable: true fixedIncRegionGreaterEuropePercShort: type: number description: '' format: double nullable: true fixedIncRegionEuropeDevPercShort: type: number description: '' format: double nullable: true fixedIncRegionEuropeEmrgPercShort: type: number description: '' format: double nullable: true fixedIncRegionJapanPercShort: type: number description: '' format: double nullable: true fixedIncRegionLatinAmericaPercShort: type: number description: '' format: double nullable: true fixedIncRegionNorthAmericaPercShort: type: number description: '' format: double nullable: true fixedIncRegionUnitedKingdomPercShort: type: number description: '' format: double nullable: true equityRegionAfricaormiddleEastPercLongRescaled: type: number description: '' format: double nullable: true equityRegionAmericasPercLongRescaled: type: number description: '' format: double nullable: true equityRegionDevelopedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncCountryRescalingFactorLong: type: number description: '' format: double nullable: true equityRegionEmergingPercLongRescaled: type: number description: '' format: double nullable: true equityCountryRescalingFactorLong: type: number description: '' format: double nullable: true equityRegionDevStatusRescalingFactorLong: type: number description: '' format: double nullable: true equityRegionRescalingFactorLong: type: number description: '' format: double nullable: true equityRegionGreaterAsiaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionGreaterEuropePercLongRescaled: type: number description: '' format: double nullable: true equityRegionNorthAmericaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionNotClassifiedPercLongRescaled: type: number description: '' format: double nullable: true equityRegionLatinAmericaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true equityRegionCanadaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionUnitedStatesPercLongRescaled: type: number description: '' format: double nullable: true equityRegionEuropeEmrgPercLongRescaled: type: string description: '' nullable: true equityRegionEurozonePercLongRescaled: type: string description: '' nullable: true equityRegionEuropeExEuroPercLongRescaled: type: string description: '' nullable: true equityRegionJapanPercLongRescaled: type: string description: '' nullable: true equityRegionAustralasiaPercLongRescaled: type: string description: '' nullable: true equityRegionAsiaEmrgPercLongRescaled: type: string description: '' nullable: true equityRegionAsiaDevPercLongRescaled: type: string description: '' nullable: true equityRegionAfricaPercLongRescaled: type: string description: '' nullable: true equityRegionMiddleEastPercLongRescaled: type: string description: '' nullable: true equityRegionEuropeDevPercLongRescaled: type: string description: '' nullable: true equityCountryArgentinaPercLongRescaled: type: string description: '' nullable: true equityCountryBrazilPercLongRescaled: type: string description: '' nullable: true equityCountryCanadaPercLongRescaled: type: string description: '' nullable: true equityCountryChilePercLongRescaled: type: string description: '' nullable: true equityCountryMexicoPercLongRescaled: type: string description: '' nullable: true equityCountryUnitedStatesPercLongRescaled: type: string description: '' nullable: true equityCountryVenezuelaPercLongRescaled: type: string description: '' nullable: true equityCountryAustraliaPercLongRescaled: type: string description: '' nullable: true equityCountryChinaPercLongRescaled: type: string description: '' nullable: true equityCountryHongKongPercLongRescaled: type: string description: '' nullable: true equityCountryIndiaPercLongRescaled: type: string description: '' nullable: true equityCountryIndonesiaPercLongRescaled: type: string description: '' nullable: true equityCountryJapanPercLongRescaled: type: string description: '' nullable: true equityCountryMalaysiaPercLongRescaled: type: string description: '' nullable: true equityCountryNewZealandPercLongRescaled: type: string description: '' nullable: true equityCountryPakistanPercLongRescaled: type: string description: '' nullable: true equityCountryPhilippinesPercLongRescaled: type: string description: '' nullable: true equityCountrySingaporePercLongRescaled: type: string description: '' nullable: true equityCountryTaiwanPercLongRescaled: type: string description: '' nullable: true equityCountryThailandPercLongRescaled: type: string description: '' nullable: true equityCountryAustriaPercLongRescaled: type: string description: '' nullable: true equityCountryBelgiumPercLongRescaled: type: string description: '' nullable: true equityCountryCzechRepublicPercLongRescaled: type: string description: '' nullable: true equityCountryDenmarkPercLongRescaled: type: string description: '' nullable: true equityCountryFinlandPercLongRescaled: type: string description: '' nullable: true equityCountryFrancePercLongRescaled: type: string description: '' nullable: true equityCountryGermanyPercLongRescaled: type: string description: '' nullable: true equityCountryGreecePercLongRescaled: type: string description: '' nullable: true equityCountryHungaryPercLongRescaled: type: string description: '' nullable: true equityCountryIrelandPercLongRescaled: type: string description: '' nullable: true equityCountryIsraelPercLongRescaled: type: string description: '' nullable: true equityCountryItalyPercLongRescaled: type: string description: '' nullable: true equityCountryNetherlandsPercLongRescaled: type: string description: '' nullable: true equityCountryNorwayPercLongRescaled: type: string description: '' nullable: true equityCountryPolandPercLongRescaled: type: string description: '' nullable: true equityCountryPortugalPercLongRescaled: type: string description: '' nullable: true equityCountryRussiaPercLongRescaled: type: string description: '' nullable: true equityCountrySlovakiaPercLongRescaled: type: string description: '' nullable: true equityCountrySouthAfricaPercLongRescaled: type: string description: '' nullable: true equityCountrySouthKoreaPercLongRescaled: type: string description: '' nullable: true equityCountrySpainPercLongRescaled: type: string description: '' nullable: true equityCountrySwedenPercLongRescaled: type: string description: '' nullable: true equityCountrySwitzerlandPercLongRescaled: type: string description: '' nullable: true equityCountryTurkeyPercLongRescaled: type: string description: '' nullable: true equityCountryUnitedKingdomPercLongRescaled: type: string description: '' nullable: true equityCountryOtherCountriesPercLongRescaled: type: string description: '' nullable: true fixedIncCountryArgentinaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryBrazilPercLongRescaled: type: string description: '' nullable: true fixedIncCountryCanadaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryChilePercLongRescaled: type: string description: '' nullable: true fixedIncCountryMexicoPercLongRescaled: type: string description: '' nullable: true fixedIncCountryUnitedStatesPercLongRescaled: type: string description: '' nullable: true fixedIncCountryVenezuelaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryAustraliaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryChinaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryHongKongPercLongRescaled: type: string description: '' nullable: true fixedIncCountryIndiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryIndonesiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryJapanPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySouthKoreaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryMalaysiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryNewZealandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryPakistanPercLongRescaled: type: string description: '' nullable: true fixedIncCountryPhilippinesPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySingaporePercLongRescaled: type: string description: '' nullable: true fixedIncCountryTaiwanPercLongRescaled: type: string description: '' nullable: true fixedIncCountryThailandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryAustriaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryBelgiumPercLongRescaled: type: string description: '' nullable: true fixedIncCountryCzechRepublicPercLongRescaled: type: string description: '' nullable: true fixedIncCountryDenmarkPercLongRescaled: type: string description: '' nullable: true fixedIncCountryFinlandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryFrancePercLongRescaled: type: string description: '' nullable: true fixedIncCountryGermanyPercLongRescaled: type: string description: '' nullable: true fixedIncCountryGreecePercLongRescaled: type: string description: '' nullable: true fixedIncCountryHungaryPercLongRescaled: type: string description: '' nullable: true fixedIncCountryIrelandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryIsraelPercLongRescaled: type: string description: '' nullable: true fixedIncCountryItalyPercLongRescaled: type: string description: '' nullable: true fixedIncCountryNetherlandsPercLongRescaled: type: string description: '' nullable: true fixedIncCountryNorwayPercLongRescaled: type: string description: '' nullable: true fixedIncCountryPolandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryPortugalPercLongRescaled: type: string description: '' nullable: true fixedIncCountryRussiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySlovakiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySouthAfricaPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySpainPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySwedenPercLongRescaled: type: string description: '' nullable: true fixedIncCountrySwitzerlandPercLongRescaled: type: string description: '' nullable: true fixedIncCountryTurkeyPercLongRescaled: type: string description: '' nullable: true fixedIncCountryUnitedKingdomPercLongRescaled: type: string description: '' nullable: true fixedIncCountryOtherCountriesPercLongRescaled: type: string description: '' nullable: true equityCountryVietnamPercLongRescaled: type: string description: '' nullable: true equityCountryLithuaniaPercLongRescaled: type: string description: '' nullable: true equityCountryLatviaPercLongRescaled: type: string description: '' nullable: true equityCountryEstoniaPercLongRescaled: type: string description: '' nullable: true equityCountryPeruPercLongRescaled: type: string description: '' nullable: true fixedIncCountryVietnamPercLongRescaled: type: string description: '' nullable: true fixedIncCountryLithuaniaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryLatviaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryEstoniaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryPeruPercLongRescaled: type: string description: '' nullable: true equityCountryColombiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryColombiaPercLongRescaled: type: string description: '' nullable: true fixedIncCountryUnknownPercLongRescaled: type: string description: '' nullable: true equityCountryNonUsPercLongRescaled: type: string description: '' nullable: true fixedIncCountryNonUsPercLongRescaled: type: string description: '' nullable: true fixdIncCountryBrkdwnArubaorabwCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArubaorabwCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArubaorabwCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAfghanistanorafgCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAfghanistanorafgCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAfghanistanorafgCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAngolaoragoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAngolaoragoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAngolaoragoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAnguillaoraiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAnguillaoraiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAnguillaoraiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlandIslandsoralaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlandIslandsoralaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlandIslandsoralaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlbaniaoralbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlbaniaoralbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlbaniaoralbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAndorraorandCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAndorraorandCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAndorraorandCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedArabEmiratesorareCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedArabEmiratesorareCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedArabEmiratesorareCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArgentinaorargCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArgentinaorargCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArgentinaorargCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArmeniaorarmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArmeniaorarmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnArmeniaorarmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAmericanSamoaorasmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAmericanSamoaorasmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAmericanSamoaorasmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntarcticaorataCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntarcticaorataCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntarcticaorataCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchSouthernTerritoriesoratfCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchSouthernTerritoriesoratfCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchSouthernTerritoriesoratfCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntiguaAndBarbudaoratgCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntiguaAndBarbudaoratgCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAntiguaAndBarbudaoratgCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustraliaorausCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustraliaorausCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustraliaorausCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustriaorautCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustriaorautCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAustriaorautCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAzerbaijanorazeCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAzerbaijanorazeCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAzerbaijanorazeCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurundiorbdiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurundiorbdiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurundiorbdiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelgiumorbelCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelgiumorbelCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelgiumorbelCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBeninorbenCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBeninorbenCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBeninorbenCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBonaireStEustatiusSabaorbesCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBonaireStEustatiusSabaorbesCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBonaireStEustatiusSabaorbesCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurkinaFasoorbfaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurkinaFasoorbfaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBurkinaFasoorbfaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBangladeshorbgdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBangladeshorbgdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBangladeshorbgdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBulgariaorbgrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBulgariaorbgrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBulgariaorbgrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahrainorbhrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahrainorbhrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahrainorbhrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahamasorbhsCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahamasorbhsCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBahamasorbhsCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBosniaAndHerzegovinaorbihCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBosniaAndHerzegovinaorbihCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBosniaAndHerzegovinaorbihCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintBarthelemyorblmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintBarthelemyorblmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintBarthelemyorblmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelarusorblrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelarusorblrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelarusorblrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelizeorblzCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelizeorblzCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBelizeorblzCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBermudaorbmuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBermudaorbmuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBermudaorbmuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBoliviaorbolCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBoliviaorbolCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBoliviaorbolCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBrazilorbraCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBrazilorbraCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBrazilorbraCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBarbadosorbrbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBarbadosorbrbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBarbadosorbrbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBruneiorbrnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBruneiorbrnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBruneiorbrnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBhutanorbtnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBhutanorbtnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBhutanorbtnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBouvetIslandorbvtCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBouvetIslandorbvtCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBouvetIslandorbvtCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBotswanaorbwaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBotswanaorbwaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBotswanaorbwaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCentralAfricanRepublicorcafCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCentralAfricanRepublicorcafCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCentralAfricanRepublicorcafCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCanadaorcanCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCanadaorcanCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCanadaorcanCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCocosIslandsorcckCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCocosIslandsorcckCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCocosIslandsorcckCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwitzerlandorcheCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwitzerlandorcheCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwitzerlandorcheCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChileorchlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChileorchlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChileorchlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChinaorchnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChinaorchnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChinaorchnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCoteDIvoireorcivCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCoteDIvoireorcivCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCoteDIvoireorcivCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCameroonorcmrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCameroonorcmrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCameroonorcmrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoDemocraticRepublicorcodCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoDemocraticRepublicorcodCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoDemocraticRepublicorcodCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoorcogCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoorcogCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCongoorcogCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCookIslandsorcokCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCookIslandsorcokCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCookIslandsorcokCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnColombiaorcolCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnColombiaorcolCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnColombiaorcolCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnComorosorcomCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnComorosorcomCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnComorosorcomCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCapeVerdeorcpvCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCapeVerdeorcpvCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCapeVerdeorcpvCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCostaRicaorcriCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCostaRicaorcriCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCostaRicaorcriCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCubaorcubCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCubaorcubCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCubaorcubCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCuracaoorcuwCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCuracaoorcuwCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCuracaoorcuwCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChristmasIslandorcxrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChristmasIslandorcxrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChristmasIslandorcxrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCaymanIslandsorcymCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCaymanIslandsorcymCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCaymanIslandsorcymCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCyprusorcypCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCyprusorcypCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCyprusorcypCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCzechRepublicorczeCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCzechRepublicorczeCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCzechRepublicorczeCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGermanyordeuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGermanyordeuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGermanyordeuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDjiboutiordjiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDjiboutiordjiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDjiboutiordjiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicaordmaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicaordmaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicaordmaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDenmarkordnkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDenmarkordnkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDenmarkordnkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicanRepublicordomCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicanRepublicordomCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnDominicanRepublicordomCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlgeriaordzaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlgeriaordzaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnAlgeriaordzaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEcuadororecuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEcuadororecuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEcuadororecuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEgyptoregyCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEgyptoregyCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEgyptoregyCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEritreaoreriCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEritreaoreriCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEritreaoreriCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWesternSaharaoreshCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWesternSaharaoreshCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWesternSaharaoreshCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSpainorespCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSpainorespCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSpainorespCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEstoniaorestCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEstoniaorestCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEstoniaorestCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEthiopiaorethCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEthiopiaorethCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEthiopiaorethCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFinlandorfinCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFinlandorfinCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFinlandorfinCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFijiorfjiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFijiorfjiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFijiorfjiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFalklandIslandsorflkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFalklandIslandsorflkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFalklandIslandsorflkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFranceorfraCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFranceorfraCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFranceorfraCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFaroeIslandsorfroCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFaroeIslandsorfroCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFaroeIslandsorfroCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMicronesiaorfsmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMicronesiaorfsmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMicronesiaorfsmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGabonorgabCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGabonorgabCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGabonorgabCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedKingdomorgbrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedKingdomorgbrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedKingdomorgbrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGeorgiaorgeoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGeorgiaorgeoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGeorgiaorgeoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuernseyorggyCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuernseyorggyCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuernseyorggyCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGhanaorghaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGhanaorghaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGhanaorghaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGibraltarorgibCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGibraltarorgibCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGibraltarorgibCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaorginCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaorginCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaorginCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuadeloupeorglpCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuadeloupeorglpCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuadeloupeorglpCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGambiaorgmbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGambiaorgmbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGambiaorgmbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaBissauorgnbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaBissauorgnbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuineaBissauorgnbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEquatorialGuineaorgnqCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEquatorialGuineaorgnqCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnEquatorialGuineaorgnqCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreeceorgrcCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreeceorgrcCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreeceorgrcCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGrenadaorgrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGrenadaorgrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGrenadaorgrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreenlandorgrlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreenlandorgrlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGreenlandorgrlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuatemalaorgtmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuatemalaorgtmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuatemalaorgtmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchGuianaorgufCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchGuianaorgufCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchGuianaorgufCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuamorgumCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuamorgumCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuamorgumCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuyanaorguyCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuyanaorguyCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnGuyanaorguyCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHongKongorhkgCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHongKongorhkgCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHongKongorhkgCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHeardMcdonaldIslandsorhmdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHeardMcdonaldIslandsorhmdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHeardMcdonaldIslandsorhmdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHondurasorhndCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHondurasorhndCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHondurasorhndCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCroatiaorhrvCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCroatiaorhrvCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCroatiaorhrvCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHaitiorhtiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHaitiorhtiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHaitiorhtiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHungaryorhunCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHungaryorhunCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnHungaryorhunCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndonesiaoridnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndonesiaoridnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndonesiaoridnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsleOfManorimnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsleOfManorimnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsleOfManorimnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndiaorindCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndiaorindCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIndiaorindCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBritishIndianOceanTerritoryoriotCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBritishIndianOceanTerritoryoriotCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnBritishIndianOceanTerritoryoriotCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIrelandorirlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIrelandorirlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIrelandorirlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIranorirnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIranorirnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIranorirnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIraqorirqCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIraqorirqCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIraqorirqCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIcelandorislCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIcelandorislCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIcelandorislCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsraelorisrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsraelorisrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnIsraelorisrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnItalyoritaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnItalyoritaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnItalyoritaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJamaicaorjamCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJamaicaorjamCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJamaicaorjamCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJerseyorjeyCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJerseyorjeyCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJerseyorjeyCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJordanorjorCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJordanorjorCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJordanorjorCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJapanorjpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJapanorjpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnJapanorjpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKazakhstanorkazCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKazakhstanorkazCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKazakhstanorkazCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKenyaorkenCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKenyaorkenCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKenyaorkenCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKyrgyzstanorkgzCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKyrgyzstanorkgzCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKyrgyzstanorkgzCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCambodiaorkhmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCambodiaorkhmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnCambodiaorkhmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKiribatiorkirCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKiribatiorkirCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKiribatiorkirCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintKittsAndNevisorknaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintKittsAndNevisorknaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintKittsAndNevisorknaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaSouthorkorCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaSouthorkorCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaSouthorkorCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKuwaitorkwtCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKuwaitorkwtCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKuwaitorkwtCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLaosorlaoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLaosorlaoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLaosorlaoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLebanonorlbnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLebanonorlbnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLebanonorlbnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiberiaorlbrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiberiaorlbrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiberiaorlbrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLibyaorlbyCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLibyaorlbyCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLibyaorlbyCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintLuciaorlcaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintLuciaorlcaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintLuciaorlcaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiechtensteinorlieCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiechtensteinorlieCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLiechtensteinorlieCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSriLankaorlkaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSriLankaorlkaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSriLankaorlkaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLesothoorlsoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLesothoorlsoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLesothoorlsoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLithuaniaorltuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLithuaniaorltuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLithuaniaorltuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLuxembourgorluxCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLuxembourgorluxCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLuxembourgorluxCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLatviaorlvaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLatviaorlvaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLatviaorlvaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacaoormacCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacaoormacCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacaoormacCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintMartinormafCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintMartinormafCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaintMartinormafCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoroccoormarCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoroccoormarCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoroccoormarCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMonacoormcoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMonacoormcoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMonacoormcoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoldovaormdaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoldovaormdaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMoldovaormdaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMadagascarormdgCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMadagascarormdgCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMadagascarormdgCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaldivesormdvCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaldivesormdvCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaldivesormdvCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMexicoormexCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMexicoormexCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMexicoormexCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMarshallIslandsormhlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMarshallIslandsormhlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMarshallIslandsormhlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacedoniaormkdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacedoniaormkdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMacedoniaormkdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaliormliCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaliormliCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaliormliCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaltaormltCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaltaormltCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMaltaormltCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMyanmarormmrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMyanmarormmrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMyanmarormmrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontenegroormneCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontenegroormneCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontenegroormneCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMongoliaormngCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMongoliaormngCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMongoliaormngCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorthernMarianaIslandsormnpCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorthernMarianaIslandsormnpCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorthernMarianaIslandsormnpCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMozambiqueormozCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMozambiqueormozCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMozambiqueormozCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritaniaormrtCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritaniaormrtCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritaniaormrtCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontserratormsrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontserratormsrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMontserratormsrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMartiniqueormtqCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMartiniqueormtqCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMartiniqueormtqCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritiusormusCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritiusormusCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMauritiusormusCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalawiormwiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalawiormwiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalawiormwiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalaysiaormysCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalaysiaormysCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMalaysiaormysCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMayotteormytCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMayotteormytCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnMayotteormytCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNamibiaornamCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNamibiaornamCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNamibiaornamCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewCaledoniaornclCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewCaledoniaornclCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewCaledoniaornclCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigerornerCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigerornerCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigerornerCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorfolkIslandornfkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorfolkIslandornfkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorfolkIslandornfkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigeriaorngaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigeriaorngaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNigeriaorngaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNicaraguaornicCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNicaraguaornicCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNicaraguaornicCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNiueorniuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNiueorniuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNiueorniuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnLongherlandsornldCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNetherlandsornldCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnShortherlandsornldCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorwayornorCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorwayornorCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNorwayornorCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNepalornplCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNepalornplCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNepalornplCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNauruornruCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNauruornruCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNauruornruCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewZealandornzlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewZealandornzlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnNewZealandornzlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnOmanoromnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnOmanoromnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnOmanoromnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPakistanorpakCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPakistanorpakCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPakistanorpakCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPanamaorpanCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPanamaorpanCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPanamaorpanCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPitcairnorpcnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPitcairnorpcnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPitcairnorpcnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPeruorperCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPeruorperCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPeruorperCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPhilippinesorphlCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPhilippinesorphlCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPhilippinesorphlCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalauorplwCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalauorplwCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalauorplwCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPapuaNewGuineaorpngCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPapuaNewGuineaorpngCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPapuaNewGuineaorpngCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPolandorpolCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPolandorpolCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPolandorpolCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPuertoRicoorpriCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPuertoRicoorpriCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPuertoRicoorpriCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaNorthorprkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaNorthorprkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnKoreaNorthorprkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPortugalorprtCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPortugalorprtCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPortugalorprtCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnParaguayorpryCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnParaguayorpryCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnParaguayorpryCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalestinianTerritoryorpseCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalestinianTerritoryorpseCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnPalestinianTerritoryorpseCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchPolynesiaorpyfCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchPolynesiaorpyfCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnFrenchPolynesiaorpyfCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnQatarorqatCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnQatarorqatCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnQatarorqatCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnReunionorreuCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnReunionorreuCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnReunionorreuCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRomaniaorrouCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRomaniaorrouCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRomaniaorrouCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRussiaorrusCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRussiaorrusCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRussiaorrusCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRwandaorrwaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRwandaorrwaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnRwandaorrwaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaudiArabiaorsauCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaudiArabiaorsauCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaudiArabiaorsauCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSudanorsdnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSudanorsdnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSudanorsdnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSenegalorsenCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSenegalorsenCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSenegalorsenCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSingaporeorsgpCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSingaporeorsgpCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSingaporeorsgpCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthGeorgiaSouthSandwichorsgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthGeorgiaSouthSandwichorsgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthGeorgiaSouthSandwichorsgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStHelenaAscensionTristanDaCunhaorshnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStHelenaAscensionTristanDaCunhaorshnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStHelenaAscensionTristanDaCunhaorshnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSvalbardAndJanMayenorsjmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSvalbardAndJanMayenorsjmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSvalbardAndJanMayenorsjmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSolomonIslandsorslbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSolomonIslandsorslbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSolomonIslandsorslbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSierraLeoneorsleCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSierraLeoneorsleCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSierraLeoneorsleCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnElSalvadororslvCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnElSalvadororslvCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnElSalvadororslvCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSanMarinoorsmrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSanMarinoorsmrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSanMarinoorsmrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSomaliaorsomCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSomaliaorsomCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSomaliaorsomCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStPierreAndMiquelonorspmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStPierreAndMiquelonorspmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStPierreAndMiquelonorspmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSerbiaorsrbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSerbiaorsrbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSerbiaorsrbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthSudanorssdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthSudanorssdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthSudanorssdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaoTomeAndPrincipeorstpCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaoTomeAndPrincipeorstpCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSaoTomeAndPrincipeorstpCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSurinameorsurCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSurinameorsurCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSurinameorsurCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSlovakiaorsvkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSlovakiaorsvkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSlovakiaorsvkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSloveniaorsvnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSloveniaorsvnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSloveniaorsvnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwedenorsweCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwedenorsweCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwedenorsweCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwazilandorswzCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwazilandorswzCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSwazilandorswzCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSintMaartenorsxmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSintMaartenorsxmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSintMaartenorsxmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSeychellesorsycCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSeychellesorsycCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSeychellesorsycCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSyriaorsyrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSyriaorsyrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSyriaorsyrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurksAndCaicosortcaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurksAndCaicosortcaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurksAndCaicosortcaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChadortcdCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChadortcdCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnChadortcdCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTogoortgoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTogoortgoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTogoortgoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnThailandorthaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnThailandorthaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnThailandorthaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTajikistanortjkCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTajikistanortjkCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTajikistanortjkCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTokelauortklCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTokelauortklCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTokelauortklCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkmenistanortkmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkmenistanortkmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkmenistanortkmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTimorLEsteortlsCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTimorLEsteortlsCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTimorLEsteortlsCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTongaortonCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTongaortonCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTongaortonCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTrinidadAndTobagoorttoCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTrinidadAndTobagoorttoCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTrinidadAndTobagoorttoCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTunisiaortunCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTunisiaortunCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTunisiaortunCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkeyorturCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkeyorturCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTurkeyorturCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTuvaluortuvCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTuvaluortuvCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTuvaluortuvCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTaiwanortwnCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTaiwanortwnCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTaiwanortwnCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTanzaniaortzaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTanzaniaortzaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnTanzaniaortzaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUgandaorugaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUgandaorugaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUgandaorugaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUkraineorukrCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUkraineorukrCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUkraineorukrCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesMinororumiCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesMinororumiCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesMinororumiCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUruguayoruryCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUruguayoruryCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUruguayoruryCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesorusaCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesorusaCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnitedStatesorusaCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUzbekistanoruzbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUzbekistanoruzbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUzbekistanoruzbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVaticanCityorvatCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVaticanCityorvatCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVaticanCityorvatCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStVincentGrenadinesorvctCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStVincentGrenadinesorvctCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnStVincentGrenadinesorvctCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVenezuelaorvenCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVenezuelaorvenCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVenezuelaorvenCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsBritishorvgbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsBritishorvgbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsBritishorvgbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsUSOrvirCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsUSOrvirCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVirginIslandsUSOrvirCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVietNamorvnmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVietNamorvnmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVietNamorvnmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVanuatuorvutCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVanuatuorvutCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnVanuatuorvutCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWallisAndFutunaorwlfCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWallisAndFutunaorwlfCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnWallisAndFutunaorwlfCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSamoaorwsmCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSamoaorwsmCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSamoaorwsmCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnYemenoryemCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnYemenoryemCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnYemenoryemCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthAfricaorzafCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthAfricaorzafCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnSouthAfricaorzafCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZambiaorzmbCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZambiaorzmbCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZambiaorzmbCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZimbabweorzweCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZimbabweorzweCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnZimbabweorzweCalcShortFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCountryBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true revenueExposureByRegionDate: type: string description: '' nullable: true revenueExposureByRegionPercAfrica: type: string description: '' nullable: true revenueExposureByRegionPercAsiaDeveloped: type: string description: '' nullable: true revenueExposureByRegionPercAsiaEmerging: type: string description: '' nullable: true revenueExposureByRegionPercAustralasia: type: string description: '' nullable: true revenueExposureByRegionPercCanada: type: string description: '' nullable: true revenueExposureByRegionPercEuropeEmerging: type: string description: '' nullable: true revenueExposureByRegionPercEuropeExEur: type: string description: '' nullable: true revenueExposureByRegionPercEurozone: type: string description: '' nullable: true revenueExposureByRegionPercJapan: type: string description: '' nullable: true revenueExposureByRegionPercLatinam: type: string description: '' nullable: true revenueExposureByRegionPercMideast: type: string description: '' nullable: true revenueExposureByRegionPercUk: type: string description: '' nullable: true revenueExposureByRegionPercUs: type: string description: '' nullable: true revenueExposureByRegionPercUnclassified: type: string description: '' nullable: true revenueExposureByCountryDate: type: string description: '' nullable: true revenueExposureByCountryPercAfghanistan: type: string description: '' nullable: true revenueExposureByCountryPercLandIslands: type: string description: '' nullable: true revenueExposureByCountryPercAlbania: type: string description: '' nullable: true revenueExposureByCountryPercAlgeria: type: string description: '' nullable: true revenueExposureByCountryPercAmericanSamoa: type: string description: '' nullable: true revenueExposureByCountryPercAndorra: type: string description: '' nullable: true revenueExposureByCountryPercAngola: type: string description: '' nullable: true revenueExposureByCountryPercAnguilla: type: string description: '' nullable: true revenueExposureByCountryPercAntarctica: type: string description: '' nullable: true revenueExposureByCountryPercAntiguaAndBarbuda: type: string description: '' nullable: true revenueExposureByCountryPercArgentina: type: string description: '' nullable: true revenueExposureByCountryPercArmenia: type: string description: '' nullable: true revenueExposureByCountryPercAruba: type: string description: '' nullable: true revenueExposureByCountryPercAustralia: type: string description: '' nullable: true revenueExposureByCountryPercAustria: type: string description: '' nullable: true revenueExposureByCountryPercAzerbaijan: type: string description: '' nullable: true revenueExposureByCountryPercBahamas: type: string description: '' nullable: true revenueExposureByCountryPercBahrain: type: string description: '' nullable: true revenueExposureByCountryPercBangladesh: type: string description: '' nullable: true revenueExposureByCountryPercBarbados: type: string description: '' nullable: true revenueExposureByCountryPercBelarus: type: string description: '' nullable: true revenueExposureByCountryPercBelgium: type: string description: '' nullable: true revenueExposureByCountryPercBelize: type: string description: '' nullable: true revenueExposureByCountryPercBenin: type: string description: '' nullable: true revenueExposureByCountryPercBermuda: type: string description: '' nullable: true revenueExposureByCountryPercBhutan: type: string description: '' nullable: true revenueExposureByCountryPercBolivia: type: string description: '' nullable: true revenueExposureByCountryPercBonaireSintEustatiusAndSaba: type: string description: '' nullable: true revenueExposureByCountryPercBosniaAndHerzegovina: type: string description: '' nullable: true revenueExposureByCountryPercBotswana: type: string description: '' nullable: true revenueExposureByCountryPercBouvetIsland: type: string description: '' nullable: true revenueExposureByCountryPercBrazil: type: string description: '' nullable: true revenueExposureByCountryPercBritishIndianOceanTerritory: type: string description: '' nullable: true revenueExposureByCountryPercBritishVirginIslands: type: string description: '' nullable: true revenueExposureByCountryPercBruneiDarussalam: type: string description: '' nullable: true revenueExposureByCountryPercBulgaria: type: string description: '' nullable: true revenueExposureByCountryPercBurkinaFaso: type: string description: '' nullable: true revenueExposureByCountryPercBurundi: type: string description: '' nullable: true revenueExposureByCountryPercCambodia: type: string description: '' nullable: true revenueExposureByCountryPercCameroon: type: string description: '' nullable: true revenueExposureByCountryPercCanada: type: string description: '' nullable: true revenueExposureByCountryPercCapeVerde: type: string description: '' nullable: true revenueExposureByCountryPercCaymanIslands: type: string description: '' nullable: true revenueExposureByCountryPercCentralAfricanRepublic: type: string description: '' nullable: true revenueExposureByCountryPercChad: type: string description: '' nullable: true revenueExposureByCountryPercChile: type: string description: '' nullable: true revenueExposureByCountryPercChina: type: string description: '' nullable: true revenueExposureByCountryPercChristmasIsland: type: string description: '' nullable: true revenueExposureByCountryPercCocosKeelingIslands: type: string description: '' nullable: true revenueExposureByCountryPercColombia: type: string description: '' nullable: true revenueExposureByCountryPercComoros: type: string description: '' nullable: true revenueExposureByCountryPercCongo: type: string description: '' nullable: true revenueExposureByCountryPercCongoTheDemocraticRepublicOfThe: type: string description: '' nullable: true revenueExposureByCountryPercCookIslands: type: string description: '' nullable: true revenueExposureByCountryPercCostaRica: type: string description: '' nullable: true revenueExposureByCountryPercCTeDIvoire: type: string description: '' nullable: true revenueExposureByCountryPercCroatia: type: string description: '' nullable: true revenueExposureByCountryPercCuba: type: string description: '' nullable: true revenueExposureByCountryPercCuraAo: type: string description: '' nullable: true revenueExposureByCountryPercCyprus: type: string description: '' nullable: true revenueExposureByCountryPercCzechRepublic: type: string description: '' nullable: true revenueExposureByCountryPercDenmark: type: string description: '' nullable: true revenueExposureByCountryPercDjibouti: type: string description: '' nullable: true revenueExposureByCountryPercDominica: type: string description: '' nullable: true revenueExposureByCountryPercDominicanRepublic: type: string description: '' nullable: true revenueExposureByCountryPercEcuador: type: string description: '' nullable: true revenueExposureByCountryPercEgypt: type: string description: '' nullable: true revenueExposureByCountryPercElSalvador: type: string description: '' nullable: true revenueExposureByCountryPercEquatorialGuinea: type: string description: '' nullable: true revenueExposureByCountryPercEritrea: type: string description: '' nullable: true revenueExposureByCountryPercEstonia: type: string description: '' nullable: true revenueExposureByCountryPercEthiopia: type: string description: '' nullable: true revenueExposureByCountryPercFalklandIslandsMalvinas: type: string description: '' nullable: true revenueExposureByCountryPercFaroeIslands: type: string description: '' nullable: true revenueExposureByCountryPercFiji: type: string description: '' nullable: true revenueExposureByCountryPercFinland: type: string description: '' nullable: true revenueExposureByCountryPercFrance: type: string description: '' nullable: true revenueExposureByCountryPercFrenchGuiana: type: string description: '' nullable: true revenueExposureByCountryPercFrenchPolynesia: type: string description: '' nullable: true revenueExposureByCountryPercFrenchSouthernTerritories: type: string description: '' nullable: true revenueExposureByCountryPercGabon: type: string description: '' nullable: true revenueExposureByCountryPercGambia: type: string description: '' nullable: true revenueExposureByCountryPercGeorgia: type: string description: '' nullable: true revenueExposureByCountryPercGermany: type: string description: '' nullable: true revenueExposureByCountryPercGhana: type: string description: '' nullable: true revenueExposureByCountryPercGibraltar: type: string description: '' nullable: true revenueExposureByCountryPercGreece: type: string description: '' nullable: true revenueExposureByCountryPercGreenland: type: string description: '' nullable: true revenueExposureByCountryPercGrenada: type: string description: '' nullable: true revenueExposureByCountryPercGuadeloupe: type: string description: '' nullable: true revenueExposureByCountryPercGuam: type: string description: '' nullable: true revenueExposureByCountryPercGuatemala: type: string description: '' nullable: true revenueExposureByCountryPercGuernsey: type: string description: '' nullable: true revenueExposureByCountryPercGuinea: type: string description: '' nullable: true revenueExposureByCountryPercGuineaBissau: type: string description: '' nullable: true revenueExposureByCountryPercGuyana: type: string description: '' nullable: true revenueExposureByCountryPercHaiti: type: string description: '' nullable: true revenueExposureByCountryPercHeardIslandAndMcdonaldIslands: type: string description: '' nullable: true revenueExposureByCountryPercHolySeeVaticanCityState: type: string description: '' nullable: true revenueExposureByCountryPercHonduras: type: string description: '' nullable: true revenueExposureByCountryPercHongKong: type: string description: '' nullable: true revenueExposureByCountryPercHungary: type: string description: '' nullable: true revenueExposureByCountryPercIceland: type: string description: '' nullable: true revenueExposureByCountryPercIndia: type: string description: '' nullable: true revenueExposureByCountryPercIndonesia: type: string description: '' nullable: true revenueExposureByCountryPercIranIslamicRepublicOf: type: string description: '' nullable: true revenueExposureByCountryPercIraq: type: string description: '' nullable: true revenueExposureByCountryPercIreland: type: string description: '' nullable: true revenueExposureByCountryPercIsleOfMan: type: string description: '' nullable: true revenueExposureByCountryPercIsrael: type: string description: '' nullable: true revenueExposureByCountryPercItaly: type: string description: '' nullable: true revenueExposureByCountryPercJamaica: type: string description: '' nullable: true revenueExposureByCountryPercJapan: type: string description: '' nullable: true revenueExposureByCountryPercJersey: type: string description: '' nullable: true revenueExposureByCountryPercJordan: type: string description: '' nullable: true revenueExposureByCountryPercKazakhstan: type: string description: '' nullable: true revenueExposureByCountryPercKenya: type: string description: '' nullable: true revenueExposureByCountryPercKiribati: type: string description: '' nullable: true revenueExposureByCountryPercKuwait: type: string description: '' nullable: true revenueExposureByCountryPercKyrgyzstan: type: string description: '' nullable: true revenueExposureByCountryPercLaos: type: string description: '' nullable: true revenueExposureByCountryPercLatvia: type: string description: '' nullable: true revenueExposureByCountryPercLebanon: type: string description: '' nullable: true revenueExposureByCountryPercLesotho: type: string description: '' nullable: true revenueExposureByCountryPercLiberia: type: string description: '' nullable: true revenueExposureByCountryPercLibyanArabJamahiriya: type: string description: '' nullable: true revenueExposureByCountryPercLiechtenstein: type: string description: '' nullable: true revenueExposureByCountryPercLithuania: type: string description: '' nullable: true revenueExposureByCountryPercLuxembourg: type: string description: '' nullable: true revenueExposureByCountryPercMacao: type: string description: '' nullable: true revenueExposureByCountryPercMacedoniaTheFormerYugoslavRepublicOf: type: string description: '' nullable: true revenueExposureByCountryPercMadagascar: type: string description: '' nullable: true revenueExposureByCountryPercMalawi: type: string description: '' nullable: true revenueExposureByCountryPercMalaysia: type: string description: '' nullable: true revenueExposureByCountryPercMaldives: type: string description: '' nullable: true revenueExposureByCountryPercMali: type: string description: '' nullable: true revenueExposureByCountryPercMalta: type: string description: '' nullable: true revenueExposureByCountryPercMarshallIslands: type: string description: '' nullable: true revenueExposureByCountryPercMartinique: type: string description: '' nullable: true revenueExposureByCountryPercMauritania: type: string description: '' nullable: true revenueExposureByCountryPercMauritius: type: string description: '' nullable: true revenueExposureByCountryPercMayotte: type: string description: '' nullable: true revenueExposureByCountryPercMexico: type: string description: '' nullable: true revenueExposureByCountryPercMicronesiaFederatedStatesOf: type: string description: '' nullable: true revenueExposureByCountryPercMoldovaRepublicOf: type: string description: '' nullable: true revenueExposureByCountryPercMonaco: type: string description: '' nullable: true revenueExposureByCountryPercMongolia: type: string description: '' nullable: true revenueExposureByCountryPercMontenegro: type: string description: '' nullable: true revenueExposureByCountryPercMontserrat: type: string description: '' nullable: true revenueExposureByCountryPercMorocco: type: string description: '' nullable: true revenueExposureByCountryPercMozambique: type: string description: '' nullable: true revenueExposureByCountryPercMyanmar: type: string description: '' nullable: true revenueExposureByCountryPercNamibia: type: string description: '' nullable: true revenueExposureByCountryPercNauru: type: string description: '' nullable: true revenueExposureByCountryPercNepal: type: string description: '' nullable: true revenueExposureByCountryPercNetherlands: type: string description: '' nullable: true revenueExposureByCountryPercNewCaledonia: type: string description: '' nullable: true revenueExposureByCountryPercNewZealand: type: string description: '' nullable: true revenueExposureByCountryPercNicaragua: type: string description: '' nullable: true revenueExposureByCountryPercNiger: type: string description: '' nullable: true revenueExposureByCountryPercNigeria: type: string description: '' nullable: true revenueExposureByCountryPercNiue: type: string description: '' nullable: true revenueExposureByCountryPercNorfolkIsland: type: string description: '' nullable: true revenueExposureByCountryPercNorthKorea: type: string description: '' nullable: true revenueExposureByCountryPercNorthernMarianaIslands: type: string description: '' nullable: true revenueExposureByCountryPercNorway: type: string description: '' nullable: true revenueExposureByCountryPercOccupiedPalestinianTerritory: type: string description: '' nullable: true revenueExposureByCountryPercOman: type: string description: '' nullable: true revenueExposureByCountryPercPakistan: type: string description: '' nullable: true revenueExposureByCountryPercPalau: type: string description: '' nullable: true revenueExposureByCountryPercPanama: type: string description: '' nullable: true revenueExposureByCountryPercPapuaNewGuinea: type: string description: '' nullable: true revenueExposureByCountryPercParaguay: type: string description: '' nullable: true revenueExposureByCountryPercPeru: type: string description: '' nullable: true revenueExposureByCountryPercPhilippines: type: string description: '' nullable: true revenueExposureByCountryPercPitcairn: type: string description: '' nullable: true revenueExposureByCountryPercPoland: type: string description: '' nullable: true revenueExposureByCountryPercPortugal: type: string description: '' nullable: true revenueExposureByCountryPercPuertoRico: type: string description: '' nullable: true revenueExposureByCountryPercQatar: type: string description: '' nullable: true revenueExposureByCountryPercRUnion: type: string description: '' nullable: true revenueExposureByCountryPercRomania: type: string description: '' nullable: true revenueExposureByCountryPercRussia: type: string description: '' nullable: true revenueExposureByCountryPercRwanda: type: string description: '' nullable: true revenueExposureByCountryPercSamoa: type: string description: '' nullable: true revenueExposureByCountryPercSanMarino: type: string description: '' nullable: true revenueExposureByCountryPercSaoTomeAndPrincipe: type: string description: '' nullable: true revenueExposureByCountryPercSaudiArabia: type: string description: '' nullable: true revenueExposureByCountryPercSenegal: type: string description: '' nullable: true revenueExposureByCountryPercSerbia: type: string description: '' nullable: true revenueExposureByCountryPercSeychelles: type: string description: '' nullable: true revenueExposureByCountryPercSierraLeone: type: string description: '' nullable: true revenueExposureByCountryPercSingapore: type: string description: '' nullable: true revenueExposureByCountryPercSintMaarten: type: string description: '' nullable: true revenueExposureByCountryPercSlovakia: type: string description: '' nullable: true revenueExposureByCountryPercSlovenia: type: string description: '' nullable: true revenueExposureByCountryPercSolomonIslands: type: string description: '' nullable: true revenueExposureByCountryPercSomalia: type: string description: '' nullable: true revenueExposureByCountryPercSouthAfrica: type: string description: '' nullable: true revenueExposureByCountryPercSouthGeorgiaAndTheSouthSandwichIslands: type: string description: '' nullable: true revenueExposureByCountryPercSouthKorea: type: string description: '' nullable: true revenueExposureByCountryPercSpain: type: string description: '' nullable: true revenueExposureByCountryPercSriLanka: type: string description: '' nullable: true revenueExposureByCountryPercStHelena: type: string description: '' nullable: true revenueExposureByCountryPercStKittsAndNevis: type: string description: '' nullable: true revenueExposureByCountryPercStLucia: type: string description: '' nullable: true revenueExposureByCountryPercStPierreAndMiquelon: type: string description: '' nullable: true revenueExposureByCountryPercStVincentAndTheGrenadines: type: string description: '' nullable: true revenueExposureByCountryPercSudan: type: string description: '' nullable: true revenueExposureByCountryPercSuriname: type: string description: '' nullable: true revenueExposureByCountryPercSvalbardAndJanMayen: type: string description: '' nullable: true revenueExposureByCountryPercSwaziland: type: string description: '' nullable: true revenueExposureByCountryPercSweden: type: string description: '' nullable: true revenueExposureByCountryPercSwitzerland: type: string description: '' nullable: true revenueExposureByCountryPercSyrianArabRepublic: type: string description: '' nullable: true revenueExposureByCountryPercTaiwan: type: string description: '' nullable: true revenueExposureByCountryPercTajikistan: type: string description: '' nullable: true revenueExposureByCountryPercTanzaniaUnitedRepublicOf: type: string description: '' nullable: true revenueExposureByCountryPercThailand: type: string description: '' nullable: true revenueExposureByCountryPercTimorLeste: type: string description: '' nullable: true revenueExposureByCountryPercTogo: type: string description: '' nullable: true revenueExposureByCountryPercTokelau: type: string description: '' nullable: true revenueExposureByCountryPercTonga: type: string description: '' nullable: true revenueExposureByCountryPercTrinidadAndTobago: type: string description: '' nullable: true revenueExposureByCountryPercTunisia: type: string description: '' nullable: true revenueExposureByCountryPercTurkey: type: string description: '' nullable: true revenueExposureByCountryPercTurkmenistan: type: string description: '' nullable: true revenueExposureByCountryPercTurksAndCaicosIslands: type: string description: '' nullable: true revenueExposureByCountryPercTuvalu: type: string description: '' nullable: true revenueExposureByCountryPercUganda: type: string description: '' nullable: true revenueExposureByCountryPercUkraine: type: string description: '' nullable: true revenueExposureByCountryPercUnitedArabEmirates: type: string description: '' nullable: true revenueExposureByCountryPercUnitedKingdom: type: string description: '' nullable: true revenueExposureByCountryPercUnitedStates: type: string description: '' nullable: true revenueExposureByCountryPercUruguay: type: string description: '' nullable: true revenueExposureByCountryPercUsVirginIslands: type: string description: '' nullable: true revenueExposureByCountryPercUzbekistan: type: string description: '' nullable: true revenueExposureByCountryPercVanuatu: type: string description: '' nullable: true revenueExposureByCountryPercVenezuela: type: string description: '' nullable: true revenueExposureByCountryPercVietnam: type: string description: '' nullable: true revenueExposureByCountryPercWallisAndFutunaIslands: type: string description: '' nullable: true revenueExposureByCountryPercWestBankOfGaza: type: string description: '' nullable: true revenueExposureByCountryPercWesternSahara: type: string description: '' nullable: true revenueExposureByCountryPercYemen: type: string description: '' nullable: true revenueExposureByCountryPercZambia: type: string description: '' nullable: true revenueExposureByCountryPercZimbabwe: type: string description: '' nullable: true revenueExposureByCountryPercOthers: type: string description: '' nullable: true muniAlabamaPercNet: type: string description: '' nullable: true muniAlaskaPercNet: type: string description: '' nullable: true muniArizonaPercNet: type: string description: '' nullable: true muniArkansasPercNet: type: string description: '' nullable: true muniCaliforniaPercNet: type: string description: '' nullable: true muniColoradoPercNet: type: string description: '' nullable: true muniConnecticutPercNet: type: string description: '' nullable: true muniDelawarePercNet: type: string description: '' nullable: true muniFloridaPercNet: type: string description: '' nullable: true muniGeorgiaPercNet: type: string description: '' nullable: true muniHawaiiPercNet: type: string description: '' nullable: true muniIdahoPercNet: type: string description: '' nullable: true muniIllinoisPercNet: type: string description: '' nullable: true muniIndianaPercNet: type: string description: '' nullable: true muniIowaPercNet: type: string description: '' nullable: true muniKansasPercNet: type: string description: '' nullable: true muniKentuckyPercNet: type: string description: '' nullable: true muniLouisianaPercNet: type: string description: '' nullable: true muniMainePercNet: type: string description: '' nullable: true muniMarylandPercNet: type: string description: '' nullable: true muniMassachusettsPercNet: type: string description: '' nullable: true muniMichiganPercNet: type: string description: '' nullable: true muniMinnesotaPercNet: type: string description: '' nullable: true muniMississippiPercNet: type: string description: '' nullable: true muniMissouriPercNet: type: string description: '' nullable: true muniMontanaPercNet: type: string description: '' nullable: true muniNebraskaPercNet: type: string description: '' nullable: true muniNevadaPercNet: type: string description: '' nullable: true muniNewHampshirePercNet: type: string description: '' nullable: true muniNewJerseyPercNet: type: string description: '' nullable: true muniNewMexicoPercNet: type: string description: '' nullable: true muniNewYorkPercNet: type: string description: '' nullable: true muniNorthCarolinaPercNet: type: string description: '' nullable: true muniNorthDakotaPercNet: type: string description: '' nullable: true muniOhioPercNet: type: string description: '' nullable: true muniOklahomaPercNet: type: string description: '' nullable: true muniOregonPercNet: type: string description: '' nullable: true muniPennsylvaniaPercNet: type: string description: '' nullable: true muniRhodeIslandPercNet: type: string description: '' nullable: true muniSouthCarolinaPercNet: type: string description: '' nullable: true muniSouthDakotaPercNet: type: string description: '' nullable: true muniTennesseePercNet: type: string description: '' nullable: true muniTexasPercNet: type: string description: '' nullable: true muniUtahPercNet: type: string description: '' nullable: true muniVermontPercNet: type: string description: '' nullable: true muniVirginiaPercNet: type: string description: '' nullable: true muniWashingtonPercNet: type: string description: '' nullable: true muniWestVirginiaPercNet: type: string description: '' nullable: true muniWisconsinPercNet: type: string description: '' nullable: true muniWyomingPercNet: type: string description: '' nullable: true muniAmericanSamoaPercNet: type: string description: '' nullable: true muniFederatedStatesOfMicronesiaPercNet: type: string description: '' nullable: true muniGuamPercNet: type: string description: '' nullable: true muniMarshallIslandsPercNet: type: string description: '' nullable: true muniNorthernMarianaIslandsPercNet: type: string description: '' nullable: true muniPuertoRicoPercNet: type: string description: '' nullable: true muniPalauPercNet: type: string description: '' nullable: true muniVirginIslandsPercNet: type: string description: '' nullable: true muniDistrictOfColumbiaPercNet: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercNet: type: string description: '' nullable: true equityRegionAmericasPercNet: type: string description: '' nullable: true equityRegionDevelopedPercNet: type: string description: '' nullable: true equityRegionEmergingPercNet: type: string description: '' nullable: true equityRegionGreaterAsiaPercNet: type: string description: '' nullable: true equityRegionGreaterEuropePercNet: type: string description: '' nullable: true equityRegionNorthAmericaPercNet: type: string description: '' nullable: true equityRegionNotClassifiedPercNet: type: string description: '' nullable: true equityRegionLatinAmericaPercNet: type: string description: '' nullable: true equityRegionUnitedKingdomPercNet: type: string description: '' nullable: true equityRegionCanadaPercNet: type: string description: '' nullable: true equityRegionUnitedStatesPercNet: type: string description: '' nullable: true equityRegionEuropeEmrgPercNet: type: string description: '' nullable: true equityRegionEurozonePercNet: type: string description: '' nullable: true equityRegionEuropeExEuroPercNet: type: string description: '' nullable: true equityRegionJapanPercNet: type: string description: '' nullable: true equityRegionAustralasiaPercNet: type: string description: '' nullable: true equityRegionAsiaEmrgPercNet: type: string description: '' nullable: true equityRegionAsiaDevPercNet: type: string description: '' nullable: true equityRegionAfricaPercNet: type: string description: '' nullable: true equityRegionMiddleEastPercNet: type: string description: '' nullable: true equityRegionEuropeDevPercNet: type: string description: '' nullable: true equityCountryArgentinaPercNet: type: string description: '' nullable: true equityCountryBrazilPercNet: type: string description: '' nullable: true equityCountryCanadaPercNet: type: string description: '' nullable: true equityCountryChilePercNet: type: string description: '' nullable: true equityCountryMexicoPercNet: type: string description: '' nullable: true equityCountryUnitedStatesPercNet: type: string description: '' nullable: true equityCountryVenezuelaPercNet: type: string description: '' nullable: true equityCountryAustraliaPercNet: type: string description: '' nullable: true equityCountryChinaPercNet: type: string description: '' nullable: true equityCountryHongKongPercNet: type: string description: '' nullable: true equityCountryIndiaPercNet: type: string description: '' nullable: true equityCountryIndonesiaPercNet: type: string description: '' nullable: true equityCountryJapanPercNet: type: string description: '' nullable: true equityCountryMalaysiaPercNet: type: string description: '' nullable: true equityCountryNewZealandPercNet: type: string description: '' nullable: true equityCountryPakistanPercNet: type: string description: '' nullable: true equityCountryPhilippinesPercNet: type: string description: '' nullable: true equityCountrySingaporePercNet: type: string description: '' nullable: true equityCountryTaiwanPercNet: type: string description: '' nullable: true equityCountryThailandPercNet: type: string description: '' nullable: true equityCountryAustriaPercNet: type: string description: '' nullable: true equityCountryBelgiumPercNet: type: string description: '' nullable: true equityCountryCzechRepublicPercNet: type: string description: '' nullable: true equityCountryDenmarkPercNet: type: string description: '' nullable: true equityCountryFinlandPercNet: type: string description: '' nullable: true equityCountryFrancePercNet: type: string description: '' nullable: true equityCountryGermanyPercNet: type: string description: '' nullable: true equityCountryGreecePercNet: type: string description: '' nullable: true equityCountryHungaryPercNet: type: string description: '' nullable: true equityCountryIrelandPercNet: type: string description: '' nullable: true equityCountryIsraelPercNet: type: string description: '' nullable: true equityCountryItalyPercNet: type: string description: '' nullable: true equityCountryNetherlandsPercNet: type: string description: '' nullable: true equityCountryNorwayPercNet: type: string description: '' nullable: true equityCountryPolandPercNet: type: string description: '' nullable: true equityCountryPortugalPercNet: type: string description: '' nullable: true equityCountryRussiaPercNet: type: string description: '' nullable: true equityCountrySlovakiaPercNet: type: string description: '' nullable: true equityCountrySouthAfricaPercNet: type: string description: '' nullable: true equityCountrySouthKoreaPercNet: type: string description: '' nullable: true equityCountrySpainPercNet: type: string description: '' nullable: true equityCountrySwedenPercNet: type: string description: '' nullable: true equityCountrySwitzerlandPercNet: type: string description: '' nullable: true equityCountryTurkeyPercNet: type: string description: '' nullable: true equityCountryUnitedKingdomPercNet: type: string description: '' nullable: true equityCountryOtherCountriesPercNet: type: string description: '' nullable: true fixedIncCountryArgentinaPercNet: type: string description: '' nullable: true fixedIncCountryBrazilPercNet: type: string description: '' nullable: true fixedIncCountryCanadaPercNet: type: string description: '' nullable: true fixedIncCountryChilePercNet: type: string description: '' nullable: true fixedIncCountryMexicoPercNet: type: string description: '' nullable: true fixedIncCountryUnitedStatesPercNet: type: string description: '' nullable: true fixedIncCountryVenezuelaPercNet: type: string description: '' nullable: true fixedIncCountryAustraliaPercNet: type: string description: '' nullable: true fixedIncCountryChinaPercNet: type: string description: '' nullable: true fixedIncCountryHongKongPercNet: type: string description: '' nullable: true fixedIncCountryIndiaPercNet: type: string description: '' nullable: true fixedIncCountryIndonesiaPercNet: type: string description: '' nullable: true fixedIncCountryJapanPercNet: type: string description: '' nullable: true fixedIncCountrySouthKoreaPercNet: type: string description: '' nullable: true fixedIncCountryMalaysiaPercNet: type: string description: '' nullable: true fixedIncCountryNewZealandPercNet: type: string description: '' nullable: true fixedIncCountryPakistanPercNet: type: string description: '' nullable: true fixedIncCountryPhilippinesPercNet: type: string description: '' nullable: true fixedIncCountrySingaporePercNet: type: string description: '' nullable: true fixedIncCountryTaiwanPercNet: type: string description: '' nullable: true fixedIncCountryThailandPercNet: type: string description: '' nullable: true fixedIncCountryAustriaPercNet: type: string description: '' nullable: true fixedIncCountryBelgiumPercNet: type: string description: '' nullable: true fixedIncCountryCzechRepublicPercNet: type: string description: '' nullable: true fixedIncCountryDenmarkPercNet: type: string description: '' nullable: true fixedIncCountryFinlandPercNet: type: string description: '' nullable: true fixedIncCountryFrancePercNet: type: string description: '' nullable: true fixedIncCountryGermanyPercNet: type: string description: '' nullable: true fixedIncCountryGreecePercNet: type: string description: '' nullable: true fixedIncCountryHungaryPercNet: type: string description: '' nullable: true fixedIncCountryIrelandPercNet: type: string description: '' nullable: true fixedIncCountryIsraelPercNet: type: string description: '' nullable: true fixedIncCountryItalyPercNet: type: string description: '' nullable: true fixedIncCountryNetherlandsPercNet: type: string description: '' nullable: true fixedIncCountryNorwayPercNet: type: string description: '' nullable: true fixedIncCountryPolandPercNet: type: string description: '' nullable: true fixedIncCountryPortugalPercNet: type: string description: '' nullable: true fixedIncCountryRussiaPercNet: type: string description: '' nullable: true fixedIncCountrySlovakiaPercNet: type: string description: '' nullable: true fixedIncCountrySouthAfricaPercNet: type: string description: '' nullable: true fixedIncCountrySpainPercNet: type: string description: '' nullable: true fixedIncCountrySwedenPercNet: type: string description: '' nullable: true fixedIncCountrySwitzerlandPercNet: type: string description: '' nullable: true fixedIncCountryTurkeyPercNet: type: string description: '' nullable: true fixedIncCountryUnitedKingdomPercNet: type: string description: '' nullable: true fixedIncCountryOtherCountriesPercNet: type: string description: '' nullable: true equityCountryVietnamPercNet: type: string description: '' nullable: true equityCountryLithuaniaPercNet: type: string description: '' nullable: true equityCountryLatviaPercNet: type: string description: '' nullable: true equityCountryEstoniaPercNet: type: string description: '' nullable: true equityCountryPeruPercNet: type: string description: '' nullable: true fixedIncCountryVietnamPercNet: type: string description: '' nullable: true fixedIncCountryLithuaniaPercNet: type: string description: '' nullable: true fixedIncCountryLatviaPercNet: type: string description: '' nullable: true fixedIncCountryEstoniaPercNet: type: string description: '' nullable: true fixedIncCountryPeruPercNet: type: string description: '' nullable: true equityCountryColombiaPercNet: type: string description: '' nullable: true fixedIncCountryColombiaPercNet: type: string description: '' nullable: true equityCountryNonUsPercNet: type: string description: '' nullable: true fixedIncCountryNonUsPercNet: type: string description: '' nullable: true fixedIncCountryUnknownPercNet: type: string description: '' nullable: true muniAlabamaPercShort: type: string description: '' nullable: true muniAlaskaPercShort: type: string description: '' nullable: true muniArizonaPercShort: type: string description: '' nullable: true muniArkansasPercShort: type: string description: '' nullable: true muniCaliforniaPercShort: type: string description: '' nullable: true muniColoradoPercShort: type: string description: '' nullable: true muniConnecticutPercShort: type: string description: '' nullable: true muniDelawarePercShort: type: string description: '' nullable: true muniFloridaPercShort: type: string description: '' nullable: true muniGeorgiaPercShort: type: string description: '' nullable: true muniHawaiiPercShort: type: string description: '' nullable: true muniIdahoPercShort: type: string description: '' nullable: true muniIllinoisPercShort: type: string description: '' nullable: true muniIndianaPercShort: type: string description: '' nullable: true muniIowaPercShort: type: string description: '' nullable: true muniKansasPercShort: type: string description: '' nullable: true muniKentuckyPercShort: type: string description: '' nullable: true muniLouisianaPercShort: type: string description: '' nullable: true muniMainePercShort: type: string description: '' nullable: true muniMarylandPercShort: type: string description: '' nullable: true muniMassachusettsPercShort: type: string description: '' nullable: true muniMichiganPercShort: type: string description: '' nullable: true muniMinnesotaPercShort: type: string description: '' nullable: true muniMississippiPercShort: type: string description: '' nullable: true muniMissouriPercShort: type: string description: '' nullable: true muniMontanaPercShort: type: string description: '' nullable: true muniNebraskaPercShort: type: string description: '' nullable: true muniNevadaPercShort: type: string description: '' nullable: true muniNewHampshirePercShort: type: string description: '' nullable: true muniNewJerseyPercShort: type: string description: '' nullable: true muniNewMexicoPercShort: type: string description: '' nullable: true muniNewYorkPercShort: type: string description: '' nullable: true muniNorthCarolinaPercShort: type: string description: '' nullable: true muniNorthDakotaPercShort: type: string description: '' nullable: true muniOhioPercShort: type: string description: '' nullable: true muniOklahomaPercShort: type: string description: '' nullable: true muniOregonPercShort: type: string description: '' nullable: true muniPennsylvaniaPercShort: type: string description: '' nullable: true muniRhodeIslandPercShort: type: string description: '' nullable: true muniSouthCarolinaPercShort: type: string description: '' nullable: true muniSouthDakotaPercShort: type: string description: '' nullable: true muniTennesseePercShort: type: string description: '' nullable: true muniTexasPercShort: type: string description: '' nullable: true muniUtahPercShort: type: string description: '' nullable: true muniVermontPercShort: type: string description: '' nullable: true muniVirginiaPercShort: type: string description: '' nullable: true muniWashingtonPercShort: type: string description: '' nullable: true muniWestVirginiaPercShort: type: string description: '' nullable: true muniWisconsinPercShort: type: string description: '' nullable: true muniWyomingPercShort: type: string description: '' nullable: true muniAmericanSamoaPercShort: type: string description: '' nullable: true muniFederatedStatesOfMicronesiaPercShort: type: string description: '' nullable: true muniGuamPercShort: type: string description: '' nullable: true muniMarshallIslandsPercShort: type: string description: '' nullable: true muniNorthernMarianaIslandsPercShort: type: string description: '' nullable: true muniPuertoRicoPercShort: type: string description: '' nullable: true muniPalauPercShort: type: string description: '' nullable: true muniVirginIslandsPercShort: type: string description: '' nullable: true muniDistrictOfColumbiaPercShort: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercShort: type: string description: '' nullable: true equityRegionAmericasPercShort: type: string description: '' nullable: true equityRegionDevelopedPercShort: type: string description: '' nullable: true equityRegionEmergingPercShort: type: string description: '' nullable: true equityRegionGreaterAsiaPercShort: type: string description: '' nullable: true equityRegionGreaterEuropePercShort: type: string description: '' nullable: true equityRegionNorthAmericaPercShort: type: string description: '' nullable: true equityRegionNotClassifiedPercShort: type: string description: '' nullable: true equityRegionLatinAmericaPercShort: type: string description: '' nullable: true equityRegionUnitedKingdomPercShort: type: string description: '' nullable: true equityRegionCanadaPercShort: type: string description: '' nullable: true equityRegionUnitedStatesPercShort: type: string description: '' nullable: true equityRegionEuropeEmrgPercShort: type: string description: '' nullable: true equityRegionEurozonePercShort: type: string description: '' nullable: true equityRegionEuropeExEuroPercShort: type: string description: '' nullable: true equityRegionJapanPercShort: type: string description: '' nullable: true equityRegionAustralasiaPercShort: type: string description: '' nullable: true equityRegionAsiaEmrgPercShort: type: string description: '' nullable: true equityRegionAsiaDevPercShort: type: string description: '' nullable: true equityRegionAfricaPercShort: type: string description: '' nullable: true equityRegionMiddleEastPercShort: type: string description: '' nullable: true equityRegionEuropeDevPercShort: type: string description: '' nullable: true equityCountryArgentinaPercShort: type: string description: '' nullable: true equityCountryBrazilPercShort: type: string description: '' nullable: true equityCountryCanadaPercShort: type: string description: '' nullable: true equityCountryChilePercShort: type: string description: '' nullable: true equityCountryMexicoPercShort: type: string description: '' nullable: true equityCountryUnitedStatesPercShort: type: string description: '' nullable: true equityCountryVenezuelaPercShort: type: string description: '' nullable: true equityCountryAustraliaPercShort: type: string description: '' nullable: true equityCountryChinaPercShort: type: string description: '' nullable: true equityCountryHongKongPercShort: type: string description: '' nullable: true equityCountryIndiaPercShort: type: string description: '' nullable: true equityCountryIndonesiaPercShort: type: string description: '' nullable: true equityCountryJapanPercShort: type: string description: '' nullable: true equityCountryMalaysiaPercShort: type: string description: '' nullable: true equityCountryNewZealandPercShort: type: string description: '' nullable: true equityCountryPakistanPercShort: type: string description: '' nullable: true equityCountryPhilippinesPercShort: type: string description: '' nullable: true equityCountrySingaporePercShort: type: string description: '' nullable: true equityCountryTaiwanPercShort: type: string description: '' nullable: true equityCountryThailandPercShort: type: string description: '' nullable: true equityCountryAustriaPercShort: type: string description: '' nullable: true equityCountryBelgiumPercShort: type: string description: '' nullable: true equityCountryCzechRepublicPercShort: type: string description: '' nullable: true equityCountryDenmarkPercShort: type: string description: '' nullable: true equityCountryFinlandPercShort: type: string description: '' nullable: true equityCountryFrancePercShort: type: string description: '' nullable: true equityCountryGermanyPercShort: type: string description: '' nullable: true equityCountryGreecePercShort: type: string description: '' nullable: true equityCountryHungaryPercShort: type: string description: '' nullable: true equityCountryIrelandPercShort: type: string description: '' nullable: true equityCountryIsraelPercShort: type: string description: '' nullable: true equityCountryItalyPercShort: type: string description: '' nullable: true equityCountryNetherlandsPercShort: type: string description: '' nullable: true equityCountryNorwayPercShort: type: string description: '' nullable: true equityCountryPolandPercShort: type: string description: '' nullable: true equityCountryPortugalPercShort: type: string description: '' nullable: true equityCountryRussiaPercShort: type: string description: '' nullable: true equityCountrySlovakiaPercShort: type: string description: '' nullable: true equityCountrySouthAfricaPercShort: type: string description: '' nullable: true equityCountrySouthKoreaPercShort: type: string description: '' nullable: true equityCountrySpainPercShort: type: string description: '' nullable: true equityCountrySwedenPercShort: type: string description: '' nullable: true equityCountrySwitzerlandPercShort: type: string description: '' nullable: true equityCountryTurkeyPercShort: type: string description: '' nullable: true equityCountryUnitedKingdomPercShort: type: string description: '' nullable: true equityCountryOtherCountriesPercShort: type: string description: '' nullable: true fixedIncCountryArgentinaPercShort: type: string description: '' nullable: true fixedIncCountryBrazilPercShort: type: string description: '' nullable: true fixedIncCountryCanadaPercShort: type: string description: '' nullable: true fixedIncCountryChilePercShort: type: string description: '' nullable: true fixedIncCountryMexicoPercShort: type: string description: '' nullable: true fixedIncCountryUnitedStatesPercShort: type: string description: '' nullable: true fixedIncCountryVenezuelaPercShort: type: string description: '' nullable: true fixedIncCountryAustraliaPercShort: type: string description: '' nullable: true fixedIncCountryChinaPercShort: type: string description: '' nullable: true fixedIncCountryHongKongPercShort: type: string description: '' nullable: true fixedIncCountryIndiaPercShort: type: string description: '' nullable: true fixedIncCountryIndonesiaPercShort: type: string description: '' nullable: true fixedIncCountryJapanPercShort: type: string description: '' nullable: true fixedIncCountrySouthKoreaPercShort: type: string description: '' nullable: true fixedIncCountryMalaysiaPercShort: type: string description: '' nullable: true fixedIncCountryNewZealandPercShort: type: string description: '' nullable: true fixedIncCountryPakistanPercShort: type: string description: '' nullable: true fixedIncCountryPhilippinesPercShort: type: string description: '' nullable: true fixedIncCountrySingaporePercShort: type: string description: '' nullable: true fixedIncCountryTaiwanPercShort: type: string description: '' nullable: true fixedIncCountryThailandPercShort: type: string description: '' nullable: true fixedIncCountryAustriaPercShort: type: string description: '' nullable: true fixedIncCountryBelgiumPercShort: type: string description: '' nullable: true fixedIncCountryCzechRepublicPercShort: type: string description: '' nullable: true fixedIncCountryDenmarkPercShort: type: string description: '' nullable: true fixedIncCountryFinlandPercShort: type: string description: '' nullable: true fixedIncCountryFrancePercShort: type: string description: '' nullable: true fixedIncCountryGermanyPercShort: type: string description: '' nullable: true fixedIncCountryGreecePercShort: type: string description: '' nullable: true fixedIncCountryHungaryPercShort: type: string description: '' nullable: true fixedIncCountryIrelandPercShort: type: string description: '' nullable: true fixedIncCountryIsraelPercShort: type: string description: '' nullable: true fixedIncCountryItalyPercShort: type: string description: '' nullable: true fixedIncCountryNetherlandsPercShort: type: string description: '' nullable: true fixedIncCountryNorwayPercShort: type: string description: '' nullable: true fixedIncCountryPolandPercShort: type: string description: '' nullable: true fixedIncCountryPortugalPercShort: type: string description: '' nullable: true fixedIncCountryRussiaPercShort: type: string description: '' nullable: true fixedIncCountrySlovakiaPercShort: type: string description: '' nullable: true fixedIncCountrySouthAfricaPercShort: type: string description: '' nullable: true fixedIncCountrySpainPercShort: type: string description: '' nullable: true fixedIncCountrySwedenPercShort: type: string description: '' nullable: true fixedIncCountrySwitzerlandPercShort: type: string description: '' nullable: true fixedIncCountryTurkeyPercShort: type: string description: '' nullable: true fixedIncCountryUnitedKingdomPercShort: type: string description: '' nullable: true fixedIncCountryOtherCountriesPercShort: type: string description: '' nullable: true equityCountryVietnamPercShort: type: string description: '' nullable: true equityCountryLithuaniaPercShort: type: string description: '' nullable: true equityCountryLatviaPercShort: type: string description: '' nullable: true equityCountryEstoniaPercShort: type: string description: '' nullable: true equityCountryPeruPercShort: type: string description: '' nullable: true fixedIncCountryVietnamPercShort: type: string description: '' nullable: true fixedIncCountryLithuaniaPercShort: type: string description: '' nullable: true fixedIncCountryLatviaPercShort: type: string description: '' nullable: true fixedIncCountryEstoniaPercShort: type: string description: '' nullable: true fixedIncCountryPeruPercShort: type: string description: '' nullable: true equityCountryColombiaPercShort: type: string description: '' nullable: true fixedIncCountryColombiaPercShort: type: string description: '' nullable: true equityCountryNonUsPercShort: type: string description: '' nullable: true fixedIncCountryNonUsPercShort: type: string description: '' nullable: true fixedIncCountryUnknownPercShort: type: string description: '' nullable: true muniAlabamaPercLong: type: string description: '' nullable: true muniAlaskaPercLong: type: string description: '' nullable: true muniArizonaPercLong: type: string description: '' nullable: true muniArkansasPercLong: type: string description: '' nullable: true muniCaliforniaPercLong: type: string description: '' nullable: true muniColoradoPercLong: type: string description: '' nullable: true muniConnecticutPercLong: type: string description: '' nullable: true muniDelawarePercLong: type: string description: '' nullable: true muniFloridaPercLong: type: string description: '' nullable: true muniGeorgiaPercLong: type: string description: '' nullable: true muniHawaiiPercLong: type: string description: '' nullable: true muniIdahoPercLong: type: string description: '' nullable: true muniIllinoisPercLong: type: string description: '' nullable: true muniIndianaPercLong: type: string description: '' nullable: true muniIowaPercLong: type: string description: '' nullable: true muniKansasPercLong: type: string description: '' nullable: true muniKentuckyPercLong: type: string description: '' nullable: true muniLouisianaPercLong: type: string description: '' nullable: true muniMainePercLong: type: string description: '' nullable: true muniMarylandPercLong: type: string description: '' nullable: true muniMassachusettsPercLong: type: string description: '' nullable: true muniMichiganPercLong: type: string description: '' nullable: true muniMinnesotaPercLong: type: string description: '' nullable: true muniMississippiPercLong: type: string description: '' nullable: true muniMissouriPercLong: type: string description: '' nullable: true muniMontanaPercLong: type: string description: '' nullable: true muniNebraskaPercLong: type: string description: '' nullable: true muniNevadaPercLong: type: string description: '' nullable: true muniNewHampshirePercLong: type: string description: '' nullable: true muniNewJerseyPercLong: type: string description: '' nullable: true muniNewMexicoPercLong: type: string description: '' nullable: true muniNewYorkPercLong: type: string description: '' nullable: true muniNorthCarolinaPercLong: type: string description: '' nullable: true muniNorthDakotaPercLong: type: string description: '' nullable: true muniOhioPercLong: type: string description: '' nullable: true muniOklahomaPercLong: type: string description: '' nullable: true muniOregonPercLong: type: string description: '' nullable: true muniPennsylvaniaPercLong: type: string description: '' nullable: true muniRhodeIslandPercLong: type: string description: '' nullable: true muniSouthCarolinaPercLong: type: string description: '' nullable: true muniSouthDakotaPercLong: type: string description: '' nullable: true muniTennesseePercLong: type: string description: '' nullable: true muniTexasPercLong: type: string description: '' nullable: true muniUtahPercLong: type: string description: '' nullable: true muniVermontPercLong: type: string description: '' nullable: true muniVirginiaPercLong: type: string description: '' nullable: true muniWashingtonPercLong: type: string description: '' nullable: true muniWestVirginiaPercLong: type: string description: '' nullable: true muniWisconsinPercLong: type: string description: '' nullable: true muniWyomingPercLong: type: string description: '' nullable: true muniAmericanSamoaPercLong: type: string description: '' nullable: true muniFederatedStatesOfMicronesiaPercLong: type: string description: '' nullable: true muniGuamPercLong: type: string description: '' nullable: true muniMarshallIslandsPercLong: type: string description: '' nullable: true muniNorthernMarianaIslandsPercLong: type: string description: '' nullable: true muniPuertoRicoPercLong: type: string description: '' nullable: true muniPalauPercLong: type: string description: '' nullable: true muniVirginIslandsPercLong: type: string description: '' nullable: true muniDistrictOfColumbiaPercLong: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercLong: type: string description: '' nullable: true equityRegionAmericasPercLong: type: string description: '' nullable: true equityRegionDevelopedPercLong: type: string description: '' nullable: true equityRegionEmergingPercLong: type: string description: '' nullable: true equityRegionGreaterAsiaPercLong: type: string description: '' nullable: true equityRegionGreaterEuropePercLong: type: string description: '' nullable: true equityRegionNorthAmericaPercLong: type: string description: '' nullable: true equityRegionNotClassifiedPercLong: type: string description: '' nullable: true equityRegionLatinAmericaPercLong: type: string description: '' nullable: true equityRegionUnitedKingdomPercLong: type: string description: '' nullable: true equityRegionCanadaPercLong: type: string description: '' nullable: true equityRegionUnitedStatesPercLong: type: string description: '' nullable: true equityRegionEuropeEmrgPercLong: type: string description: '' nullable: true equityRegionEurozonePercLong: type: string description: '' nullable: true equityRegionEuropeExEuroPercLong: type: string description: '' nullable: true equityRegionJapanPercLong: type: string description: '' nullable: true equityRegionAustralasiaPercLong: type: string description: '' nullable: true equityRegionAsiaEmrgPercLong: type: string description: '' nullable: true equityRegionAsiaDevPercLong: type: string description: '' nullable: true equityRegionAfricaPercLong: type: string description: '' nullable: true equityRegionMiddleEastPercLong: type: string description: '' nullable: true equityRegionEuropeDevPercLong: type: string description: '' nullable: true equityCountryArgentinaPercLong: type: string description: '' nullable: true equityCountryBrazilPercLong: type: string description: '' nullable: true equityCountryCanadaPercLong: type: string description: '' nullable: true equityCountryChilePercLong: type: string description: '' nullable: true equityCountryMexicoPercLong: type: string description: '' nullable: true equityCountryUnitedStatesPercLong: type: string description: '' nullable: true equityCountryVenezuelaPercLong: type: string description: '' nullable: true equityCountryAustraliaPercLong: type: string description: '' nullable: true equityCountryChinaPercLong: type: string description: '' nullable: true equityCountryHongKongPercLong: type: string description: '' nullable: true equityCountryIndiaPercLong: type: string description: '' nullable: true equityCountryIndonesiaPercLong: type: string description: '' nullable: true equityCountryJapanPercLong: type: string description: '' nullable: true equityCountryMalaysiaPercLong: type: string description: '' nullable: true equityCountryNewZealandPercLong: type: string description: '' nullable: true equityCountryPakistanPercLong: type: string description: '' nullable: true equityCountryPhilippinesPercLong: type: string description: '' nullable: true equityCountrySingaporePercLong: type: string description: '' nullable: true equityCountryTaiwanPercLong: type: string description: '' nullable: true equityCountryThailandPercLong: type: string description: '' nullable: true equityCountryAustriaPercLong: type: string description: '' nullable: true equityCountryBelgiumPercLong: type: string description: '' nullable: true equityCountryCzechRepublicPercLong: type: string description: '' nullable: true equityCountryDenmarkPercLong: type: string description: '' nullable: true equityCountryFinlandPercLong: type: string description: '' nullable: true equityCountryFrancePercLong: type: string description: '' nullable: true equityCountryGermanyPercLong: type: string description: '' nullable: true equityCountryGreecePercLong: type: string description: '' nullable: true equityCountryHungaryPercLong: type: string description: '' nullable: true equityCountryIrelandPercLong: type: string description: '' nullable: true equityCountryIsraelPercLong: type: string description: '' nullable: true equityCountryItalyPercLong: type: string description: '' nullable: true equityCountryNetherlandsPercLong: type: string description: '' nullable: true equityCountryNorwayPercLong: type: string description: '' nullable: true equityCountryPolandPercLong: type: string description: '' nullable: true equityCountryPortugalPercLong: type: string description: '' nullable: true equityCountryRussiaPercLong: type: string description: '' nullable: true equityCountrySlovakiaPercLong: type: string description: '' nullable: true equityCountrySouthAfricaPercLong: type: string description: '' nullable: true equityCountrySouthKoreaPercLong: type: string description: '' nullable: true equityCountrySpainPercLong: type: string description: '' nullable: true equityCountrySwedenPercLong: type: string description: '' nullable: true equityCountrySwitzerlandPercLong: type: string description: '' nullable: true equityCountryTurkeyPercLong: type: string description: '' nullable: true equityCountryUnitedKingdomPercLong: type: string description: '' nullable: true equityCountryOtherCountriesPercLong: type: string description: '' nullable: true fixedIncCountryArgentinaPercLong: type: string description: '' nullable: true fixedIncCountryBrazilPercLong: type: string description: '' nullable: true fixedIncCountryCanadaPercLong: type: string description: '' nullable: true fixedIncCountryChilePercLong: type: string description: '' nullable: true fixedIncCountryMexicoPercLong: type: string description: '' nullable: true fixedIncCountryUnitedStatesPercLong: type: string description: '' nullable: true fixedIncCountryVenezuelaPercLong: type: string description: '' nullable: true fixedIncCountryAustraliaPercLong: type: string description: '' nullable: true fixedIncCountryChinaPercLong: type: string description: '' nullable: true fixedIncCountryHongKongPercLong: type: string description: '' nullable: true fixedIncCountryIndiaPercLong: type: string description: '' nullable: true fixedIncCountryIndonesiaPercLong: type: string description: '' nullable: true fixedIncCountryJapanPercLong: type: string description: '' nullable: true fixedIncCountrySouthKoreaPercLong: type: string description: '' nullable: true fixedIncCountryMalaysiaPercLong: type: string description: '' nullable: true fixedIncCountryNewZealandPercLong: type: string description: '' nullable: true fixedIncCountryPakistanPercLong: type: string description: '' nullable: true fixedIncCountryPhilippinesPercLong: type: string description: '' nullable: true fixedIncCountrySingaporePercLong: type: string description: '' nullable: true fixedIncCountryTaiwanPercLong: type: string description: '' nullable: true fixedIncCountryThailandPercLong: type: string description: '' nullable: true fixedIncCountryAustriaPercLong: type: string description: '' nullable: true fixedIncCountryBelgiumPercLong: type: string description: '' nullable: true fixedIncCountryCzechRepublicPercLong: type: string description: '' nullable: true fixedIncCountryDenmarkPercLong: type: string description: '' nullable: true fixedIncCountryFinlandPercLong: type: string description: '' nullable: true fixedIncCountryFrancePercLong: type: string description: '' nullable: true fixedIncCountryGermanyPercLong: type: string description: '' nullable: true fixedIncCountryGreecePercLong: type: string description: '' nullable: true fixedIncCountryHungaryPercLong: type: string description: '' nullable: true fixedIncCountryIrelandPercLong: type: string description: '' nullable: true fixedIncCountryIsraelPercLong: type: string description: '' nullable: true fixedIncCountryItalyPercLong: type: string description: '' nullable: true fixedIncCountryNetherlandsPercLong: type: string description: '' nullable: true fixedIncCountryNorwayPercLong: type: string description: '' nullable: true fixedIncCountryPolandPercLong: type: string description: '' nullable: true fixedIncCountryPortugalPercLong: type: string description: '' nullable: true fixedIncCountryRussiaPercLong: type: string description: '' nullable: true fixedIncCountrySlovakiaPercLong: type: string description: '' nullable: true fixedIncCountrySouthAfricaPercLong: type: string description: '' nullable: true fixedIncCountrySpainPercLong: type: string description: '' nullable: true fixedIncCountrySwedenPercLong: type: string description: '' nullable: true fixedIncCountrySwitzerlandPercLong: type: string description: '' nullable: true fixedIncCountryTurkeyPercLong: type: string description: '' nullable: true fixedIncCountryUnitedKingdomPercLong: type: string description: '' nullable: true fixedIncCountryOtherCountriesPercLong: type: string description: '' nullable: true equityCountryVietnamPercLong: type: string description: '' nullable: true equityCountryLithuaniaPercLong: type: string description: '' nullable: true equityCountryLatviaPercLong: type: string description: '' nullable: true equityCountryEstoniaPercLong: type: string description: '' nullable: true equityCountryPeruPercLong: type: string description: '' nullable: true fixedIncCountryVietnamPercLong: type: string description: '' nullable: true fixedIncCountryLithuaniaPercLong: type: string description: '' nullable: true fixedIncCountryLatviaPercLong: type: string description: '' nullable: true fixedIncCountryEstoniaPercLong: type: string description: '' nullable: true fixedIncCountryPeruPercLong: type: string description: '' nullable: true equityCountryColombiaPercLong: type: string description: '' nullable: true fixedIncCountryColombiaPercLong: type: string description: '' nullable: true equityCountryNonUsPercLong: type: string description: '' nullable: true fixedIncCountryNonUsPercLong: type: string description: '' nullable: true fixedIncCountryUnknownPercLong: type: string description: '' nullable: true additionalProperties: false title: OutputCountryAndRegionalExposureBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. ResponsePerformanceAttributionData: type: object properties: performanceAttributionData: $ref: '#/components/schemas/OutputPerformanceAttributionData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEntityReferenceEntityNameChange: type: object properties: effectiveDate: type: string description: Effective date is the date on which the company name comes into existence as approved by the firm. nullable: true changeFrom: type: string description: The English translation of the foreign legal name if/when applicable nullable: true changeTo: type: string description: The English translation of the foreign legal name if/when applicable nullable: true additionalProperties: false title: OutputEntityReferenceEntityNameChange OutputIdentifiers: type: object properties: performanceId: type: string nullable: true securityId: type: string nullable: true cusip: type: string nullable: true isin: type: string nullable: true sedol: type: string nullable: true tradingSymbol: type: string nullable: true fundCode: type: string nullable: true msid: type: string nullable: true ticker: type: string nullable: true additionalProperties: false title: OutputIdentifiers ResponseFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics: type: object properties: fixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics: $ref: '#/components/schemas/OutputFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewParametersEquityOwnershipSummary: title: InputViewParametersEquityOwnershipSummary type: object required: - ownerTypeGroup properties: ownerTypeGroup: type: string enum: - 13GDCompany - 13GDPerson - 13GDOwner - 13FCompany - Institution - MutualFundAdvisor - MutualFund - Person - ScheduleD x-enumDescriptions: 13GDCompany: Collected for US entities, though some shares may be held that are listed elsewhere. Shares held by owners making a one-time purchase of more than 5% of the voting class of a company's shares outstanding. 13GD owners are not required to indicate when their ownership stake drops below 5% but must report when ownership changes more than 1% since the initial filing. Form 13GD are filed on the SEC by both the purchaser and the issuer of the security. 13GDPerson: U.S. specific, an individual who filed Schedule 13G because they own more than 5% of a company's shares as a passive investor. 13GDOwner: U.S. specific, a generic category for any owner disclosed under Schedule 13G, regardless of whether they are a person or entity. 13FCompany: U.S. specific, though some shares may be held that are listed elsewhere. Shares held by U.S. institutional investment managers that manage over $100 million primarily in equities, shares of closed-end investment companies, and shares of exchange-traded funds. Their holdings are collected from 13-F filings filed with the SEC. 13F owners must file the number of shares held and fair market value of securities listed, as of the end of the most recent calendar quarter, per SEC requirements. Institution: Broad category for institutional ownership not otherwise classified. MutualFundAdvisor: Ownership held by entities managing mutual funds. MutualFund: Collected globally. Shares held by individual funds. These are collected from the portfolio data provided for over 125,000 funds that feature equity holdings. The file includes the most recent fund holdings that are no longer subject to suppression. Person: Individual ownership not tied to institutional or fund structures. ScheduleD: Schedule D refers to ownership data collected from Schedule D announcements, primarily released by insurance companies in the U.S. ResponseMsciCountryClassification: type: object properties: msciCountryClassification: $ref: '#/components/schemas/OutputMsciCountryClassification' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputSegmentsEnhanced: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isActiveSegment: $ref: '#/components/schemas/CodeMappingBoolean' isAdjustedSegment: $ref: '#/components/schemas/CodeMappingBoolean' isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isCalculatedSegment: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' isPrimarySegment: $ref: '#/components/schemas/CodeMappingBoolean' reitSegmentName: type: string description: The standard segment name of REITs' revenue breakdown. nullable: true segmentDescription: type: string description: The brief information related to the business activity of the company at segment level nullable: true segmentFileDate: type: string description: The date of the company's filings where segment value was collected nullable: true segmentHierarchyLevel: type: integer description: 'A number that represents where the segment name belongs in its parent-child structure: 1 denotes the segment name is a parent item; 2 denotes the segment name is a child item. Parent-child structure is defined as (i) sum of all child item values equals to parent item value and (ii) segment name with level number = 2 is a child item of preceding segment name with level number = 1.' format: int32 nullable: true segmentId: type: string description: An auto-generated id assigned to each individual reported company's segment name. When data type is reported; each segment name will have a unique segment id that will be consistent across all report periods. When data type is standardized (applies only to geographic segment); the segment id will be the same with the linked reported geographic segment name before applying the Morningstar Country-Region Taxonomy Methodology. nullable: true segmentIsSubTotal: $ref: '#/components/schemas/CodeMappingInt' segmentNameNativeLanguage: type: string description: Name of the business; geographic segments and different types of revenue breakdown in the native and/or local language if other than English nullable: true segmentPercentage: type: number description: The calculated percentage of each segment value relative to the company's total segment value format: double nullable: true segmentName: type: string description: '' nullable: true segmentSequentialOrder: type: integer description: 'A sequential number generated when data is collected to represent the order of the as reported segment name: Order number should be ascending with the purpose of maintaining the appropriate parent-child relationship that is determined by level number.' format: int32 nullable: true segmentValue: type: number description: The value or amount of the segment data point for each segment format: double nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true segmentDataPoint: type: string description: '' nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true segmentType: type: string description: '' nullable: true additionalProperties: false title: OutputSegmentsEnhanced OutputProfitabilityPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true analystNormalizedEps: type: number description: The data point represents earnings per share adjusted for income/expenses that are considered irregular; unusual or non-recurring. The adjustment values are usually reported in the notes to financial statements; management; discussion and analysis or as Non-Gaap metrics. This is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' ebitdaPerShare: type: number description: 'The per share value of earnings before interest; tax; depreciation and amortization expenses (EBITDA). EBITDA: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses. This can be used to measure a company''s profitability. This is calculated using EBIT + Depreciation; Amortization and Depletion.' format: double nullable: true ebitdarPerShare: type: number description: 'The per share value of earnings before interest; tax; depreciation; amortization and rent expenses (EBITDAR). EBITDAR: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses. This can be used to measure a company''s profitability. This is calculated using EBITDA + Rent Expenses + Rent and Landing Fees.' format: double nullable: true ebitPerShare: type: number description: 'The per share value of earnings before interest and tax (EBIT). EBIT: This data point represents the earnings the company generated before paying the interest and tax expenses. This can be used to measure a company''s profitability. This is calculated by using the summation of Pretax Income and Net Interest Income/Expenses.' format: double nullable: true normalizedEbitdaPerShare: type: number description: 'The per share value of normalized earnings before interest; tax; depreciation and amortization expenses (EBITDA). Normalized EBITDA: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to fairly measure a company''s profitability. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization plus/minus any unusual Items.' format: double nullable: true normalizedEbitdarPerShare: type: number description: 'The per share value of normalized earnings before interest; tax; depreciation; amortization and rent expenses (EBITDAR). Normalized EBITDAR: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company''s profitability. This is calculated using Earnings Before Interest; Tax; Depreciation; Amortization and Rent expenses plus/minus any unusual Items.' format: double nullable: true normalizedEbitPerShare: type: number description: 'The per share value of normalized earnings before interest and tax (EBIT). Normalized EBIT: This represents earnings before interest and taxes adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company''s profitability. This is calculated by using Earnings before Interest and Tax plus/minus any tax affected unusual items.' format: double nullable: true normalizedEps: type: number description: This data point represents earnings per share adjusted for irregular and/or non-recurring items based on CPMS (Computerized Portfolio Management Services) methodology standards. This is an analyst-screened datapoint. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputProfitabilityPerShare OutputWmOrReutersHistoricalExchangeRates: type: object properties: exchangeRateDate: type: string description: '' nullable: true exchangeRate: type: number description: '' format: double nullable: true currencyCode: type: string description: '' nullable: true additionalProperties: false title: OutputWmOrReutersHistoricalExchangeRates description: All fields are nullable. Empty or `null` value fields are not returned. OutputDebtMaturitySchedule: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true capitalLeaseDueBeyondValue: type: number description: The value of capital lease obligations that needs to be paid after 5 years format: double nullable: true capitalLeaseDueInYear1Value: type: number description: The value of capital lease obligations that needs to be paid within a year format: double nullable: true capitalLeaseDueInYear2Value: type: number description: The value of capital lease obligations that needs to be paid within two years format: double nullable: true capitalLeaseDueInYear3Value: type: number description: The value of capital lease obligations that needs to be paid within three years format: double nullable: true capitalLeaseDueInYear4Value: type: number description: The value of capital lease obligations that needs to be paid within four years format: double nullable: true capitalLeaseDueInYear5Value: type: number description: The value of capital lease obligations that needs to be paid within five years format: double nullable: true capitalLeaseInterestsChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the company's capital lease obligations format: double nullable: true capitalLeaseObligationMaturityScheduleTotalValue: type: number description: The total value of capital lease obligations from the maturity schedule derived by summing all short term and long term capital lease obligations format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' debtDueBeyondValue: type: number description: The value of debts owed by the company that needs to be paid after 5 years format: double nullable: true debtDueInYear1Value: type: number description: The value of debts owed by the company that needs to be paid within a year format: double nullable: true debtDueInYear2Value: type: number description: The value of debts owed by the company that needs to be paid within two years format: double nullable: true debtDueInYear3Value: type: number description: The value of debts owed by the company that needs to be paid within three years format: double nullable: true debtDueInYear4Value: type: number description: The value of debts owed by the company that needs to be paid within four years format: double nullable: true debtDueInYear5Value: type: number description: The value of debts owed by the company that needs to be paid within five years format: double nullable: true debtInterestsChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the debt owed by the company format: double nullable: true debtMaturityScheduleFileDate: type: string description: The date of the company's filings where debt maturity schedule value was collected nullable: true debtMaturityScheduleTotalValue: type: number description: The total value of debt from the maturity schedule derived by summing all short term and long term debt owed by the company format: double nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' operatingLeaseDueBeyondValue: type: number description: The value of operating lease obligations that needs to be paid after 5 years format: double nullable: true operatingLeaseDueInYear1Value: type: number description: The value of operating lease obligations that needs to be paid within a year format: double nullable: true operatingLeaseDueInYear2Value: type: number description: The value of operating lease obligations that needs to be paid within two years format: double nullable: true operatingLeaseDueInYear3Value: type: number description: The value of operating lease obligations that needs to be paid within three years format: double nullable: true operatingLeaseDueInYear4Value: type: number description: The value of operating lease obligations that needs to be paid within four years format: double nullable: true operatingLeaseDueInYear5Value: type: number description: The value of operating lease obligations that needs to be paid within five years format: double nullable: true operatingLeaseInterestsChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the company's operating lease obligations format: double nullable: true operatingLeaseObligationMaturityScheduleTotalValue: type: number description: The total value of operating lease obligations from the maturity schedule derived by summing all short term and long term operating lease obligations format: double nullable: true otherContractualObligationsDueBeyondValue: type: number description: The value of other contractual obligations that needs to be paid after 5 years format: double nullable: true otherContractualObligationsDueInYear1Value: type: number description: The value of other contractual obligations that needs to be paid within a year format: double nullable: true otherContractualObligationsDueInYear2Value: type: number description: The value of other contractual obligations that needs to be paid within two years format: double nullable: true otherContractualObligationsDueInYear3Value: type: number description: The value of other contractual obligations that needs to be paid within three years format: double nullable: true otherContractualObligationsDueInYear4Value: type: number description: The value of other contractual obligations that needs to be paid within four years format: double nullable: true otherContractualObligationsDueInYear5Value: type: number description: The value of other contractual obligations that needs to be paid within five years format: double nullable: true otherContractualObligationsInterestChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the company's other contractual obligations format: double nullable: true otherContractualObligationsMaturityScheduleTotalValue: type: number description: The total value of other contractual obligations from the maturity schedule derived by summing all short term and long term other contractual obligations. Other contractual obligations include all liabilities excluding its debt and lease (capital & operating) commitments provided in the contractual obligations/commitments table disclosure. format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int32 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' totalContractualObligationsDueBeyondValue: type: number description: The value of total contractual obligations that need to be paid after 5 years format: double nullable: true totalContractualObligationsDueInYear1Value: type: number description: The value of total contractual obligations that need to be paid within a year format: double nullable: true totalContractualObligationsDueInYear2Value: type: number description: The value of total contractual obligations that need to be paid within two years format: double nullable: true totalContractualObligationsDueInYear3Value: type: number description: The value of total contractual obligations that need to be paid within three years format: double nullable: true totalContractualObligationsDueInYear4Value: type: number description: The value of total contractual obligations that need to be paid within four years format: double nullable: true totalContractualObligationsDueInYear5Value: type: number description: The value of total contractual obligations that need to be paid within five years format: double nullable: true totalContractualObligationsInterestsChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the company's total contractual obligations format: double nullable: true totalContractualObligationsValue: type: number description: The total value of contractual obligations from the maturity schedule derived by summing all short term and long term debt maturities; operating lease and capital lease liabilities; and other contractual obligations format: double nullable: true totalLeaseLiabilityBeyondValue: type: number description: The value of operating and capital lease liabilities that need to be paid after 5 years format: double nullable: true totalLeaseLiabilityDueInYear1Value: type: number description: The value of operating and capital lease liabilities that need to be paid within a year format: double nullable: true totalLeaseLiabilityDueInYear2Value: type: number description: The value of operating and capital lease liabilities that need to be paid within two years format: double nullable: true totalLeaseLiabilityDueInYear3Value: type: number description: The value of operating and capital lease liabilities that need to be paid within three years format: double nullable: true totalLeaseLiabilityDueInYear4Value: type: number description: The value of operating and capital lease liabilities that need to be paid within four years format: double nullable: true totalLeaseLiabilityDueInYear5Value: type: number description: The value of operating and capital lease liabilities that need to be paid within five years format: double nullable: true totalLeaseLiabilityInterestChargesAndOtherAdjustmentsValue: type: number description: Interest charges and any other adjustments related to the company's operating and capital lease liabilities format: double nullable: true totalLeaseLiabilityValue: type: number description: The total value of lease liabilities from the maturity schedule derived by summing all short term and long term operating lease liabilities and capital lease liabilities format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputDebtMaturitySchedule ResponseManagerResearchPortfolioAnalytics: type: object properties: managerResearchPortfolioAnalytics: $ref: '#/components/schemas/OutputManagerResearchPortfolioAnalytics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputShareClassInformation: type: object properties: commonShareSubType: type: string description: Refers to the type of securities that can be found within the equity database. For the vast majority; this value will populate as null for regular common shares. For a minority of share classes; this will populate as either Participating Preferred; Closed-End Fund; Foreign Share; or Foreign Participated Preferred which reflects our limited coverage of these types of securities within our equity database. nullable: true conversionRatio: type: number description: The relationship between the chosen share class and the primary share class format: double nullable: true cusip: type: string description: '' nullable: true directInvest: $ref: '#/components/schemas/CodeMappingBoolean' dividendReinvest: $ref: '#/components/schemas/CodeMappingBoolean' drRatio: type: number description: The number of underlying common shares backing each depositary receipt (DR) traded. format: double nullable: true exchangeCode: type: string description: A symbol for the stock exchange name; usually consisting of 3 to 5 characters; examples include NYSE; NAS; LSE; OTCBB ($$$ is used for private/unlisted securities) nullable: true exchangeSubMarketGlobalId: type: string description: Indicates a different marketplace or the different market tiers within a stock exchange. nullable: true investmentId: type: string description: Morningstar Issuer Id/ Investment Id nullable: true investmentName: type: string description: Morningstar standard investment name nullable: true investmentPrimaryIssuer: $ref: '#/components/schemas/CodeMappingString' shareClassDescription: type: string description: '' nullable: true investmentStatus: type: integer description: '0: obsolete1: active9: other' format: int32 nullable: true investmentType: type: string description: 'The abbreviation for investment type classifications: Equity (EQ); Depositary Receipt (DR); Preferred Equity (PE); Unlisted Equity (UE)' nullable: true ipoDate: type: string description: The initial day that the share begins trading on a public exchange nullable: true ipoOfferPrice: type: number description: Indicates the price at which an issuer sells its shares under an initial public offering (IPO). The offer price is set by the issuer and its underwriters. format: double nullable: true ipoOfferPriceRange: type: string description: The estimated offer price range (low-high) for a new IPO. The field should be used until the final IPO price becomes available; as populated in the data field IPO Offer Price. nullable: true isDr: type: boolean description: 'Indicates if the share class is a depositary receipt: TRUE denotes it is an ADR or GDR; otherwise FALSE' nullable: true isin: type: string description: '' nullable: true isMainShare: $ref: '#/components/schemas/CodeMappingBoolean' isPrimaryPerformanceId: $ref: '#/components/schemas/CodeMappingBoolean' marketSymbol: type: string description: An arrangement of characters representing a particular security listed on an exchange or traded publicly generated and maintained by market data (also known as Realtime). For example; Morningstar's market symbol is 126.1.MORN where 126 refers to Realtime exchange code for NASDAQ; 1 refers to security type equity; and the last set of characters refers to company's actual symbol. nullable: true parValue: type: number description: Nominal value of a security determined by the issuing company format: double nullable: true performanceStatus: $ref: '#/components/schemas/CodeMappingString' securityType: type: string description: 'Indicates security type classification at the share class level: Common Stock (ST00000001); Preferred Stock (ST00000002); Industry (ST00000003); Index (ST00000004); ETF (ST00000005); Closed-end Fund (ST00000006); Investment Trusts (ST00000007); Note (ST00000009); Warrant (ST00000008); Units (ST000000A1); Rights (ST000000B1); Unlisted Common (ST000000C1); Unlisted Preferred (ST000000C2)' nullable: true sedol: type: string description: The stock exchange daily official list (SEDOL) is a seven-character identification code assigned by the London Stock Exchange. For securities issued in the UK the Sedol may be converted to an ISIN. nullable: true segmentMicCode: type: string description: 'Indicates the Exchange ISO Market Segment Identifier Code (MIC). Reference: https://www.iso20022.org/market-identifier-codes ($$$ is used for private/unlisted securities)' nullable: true symbol: type: string description: 'An arrangement of characters (often letters) representing a particular security listed on an exchange or otherwise traded publicly: Note that Morningstar''s multi-share class symbols will often contain a period within the symbol; e.g. BRK.B for Berkshire Hathaway Class B' nullable: true tradingCurrency: type: string description: 3 Character ISO code of the currency that the exchange price is denominated in; i.e. the trading currency of the security nullable: true tradingStatus: $ref: '#/components/schemas/CodeMappingString' underlyingDrIssuerId: type: string description: '' nullable: true additionalProperties: false title: OutputShareClassInformation OutputDelistInformation: type: object properties: delistingDate: type: string description: The effective date on which a security was delisted from an exchange nullable: true additionalProperties: false title: OutputDelistInformation OutputEsgCompanyLevel2DataProductInvolvement: type: object properties: compProdInvAbortionOperations: $ref: '#/components/schemas/CodeMappingString' compProdInvAbortionProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvAdultEntertainmentDistribution: $ref: '#/components/schemas/CodeMappingString' compProdInvAdultEntertainmentProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvAlcoholicBeveragesProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvAlcoholicBeveragesRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvAlcoholicBeveragesRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvAnimalTestingNonPharmaceuticalProducts: $ref: '#/components/schemas/CodeMappingString' compProdInvAnimalTestingPharmaceuticalProducts: $ref: '#/components/schemas/CodeMappingString' compProdInvContraceptivesProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvControversialWeaponsNonTailorMadeOrNonEssential: $ref: '#/components/schemas/CodeMappingString' compProdInvControversialWeaponsTailorMadeAndEssential: $ref: '#/components/schemas/CodeMappingString' compProdInvFurAndSpecialityLeatherRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvFurAndSpecialtyLeatherProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvGamblingOperations: $ref: '#/components/schemas/CodeMappingString' compProdInvGamblingSpecializedEquipment: $ref: '#/components/schemas/CodeMappingString' compProdInvGamblingSupportingProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvGeneticallyModifiedPlantsAndSeedsDevelopment: $ref: '#/components/schemas/CodeMappingString' compProdInvGeneticallyModifiedPlantsAndSeedsGrowth: $ref: '#/components/schemas/CodeMappingString' compProdInvHumanEmbryonicStemCellAndFetalTissueTechnologyDevelopment: $ref: '#/components/schemas/CodeMappingString' compProdInvHumanEmbryonicStemCellAndFetalTissueUseOfFetalCellLines: $ref: '#/components/schemas/CodeMappingString' compProdInvHumanEmbryonicStemCellAndFetalTissueUseOfHumanEmbryonicStemCells: $ref: '#/components/schemas/CodeMappingString' compProdInvMilitaryContractingNonWeaponRelatedProductsAndororServices: $ref: '#/components/schemas/CodeMappingString' compProdInvMilitaryContractingWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvMilitaryContractingWeaponsRelatedProductsAndororServices: $ref: '#/components/schemas/CodeMappingString' compProdInvNuclearDistribution: $ref: '#/components/schemas/CodeMappingString' compProdInvNuclearProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvNuclearSupportingProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPalmOilProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercAdultEntertainmentDistribution: $ref: '#/components/schemas/CodeMappingString' compProdInvPercAdultEntertainmentProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercAlcoholicBeveragesProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercAlcoholicBeveragesRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercAlcoholicBeveragesRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercArcticOilAndGasExploration: $ref: '#/components/schemas/CodeMappingString' compProdInvPercCannabisMedicalProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercCannabisMedicalRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercCannabisRecreationalProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercCannabisRecreationalRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercFurAndSpecialityLeatherRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercFurAndSpecialtyLeatherProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercGamblingOperations: $ref: '#/components/schemas/CodeMappingString' compProdInvPercGamblingSpecializedEquipment: $ref: '#/components/schemas/CodeMappingString' compProdInvPercGamblingSupportingProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercGeneticallyModifiedPlantsAndSeedsDevelopment: $ref: '#/components/schemas/CodeMappingString' compProdInvPercGeneticallyModifiedPlantsAndSeedsGrowth: $ref: '#/components/schemas/CodeMappingString' compProdInvPercMilitaryContractingNonWeaponRelatedProductsAndororServices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercMilitaryContractingWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvPercMilitaryContractingWeaponsRelatedProductsAndororServices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercNuclearDistribution: $ref: '#/components/schemas/CodeMappingString' compProdInvPercNuclearProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercNuclearSupportingProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercOilAndGasGeneration: $ref: '#/components/schemas/CodeMappingString' compProdInvPercOilAndGasProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercOilAndGasProductsAndServices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercOilSandsExtraction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPalmOilProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPesticidesProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPesticidesRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPorkProductsProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPorkProductsRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPorkProductsRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercPredatoryLendingOperations: $ref: '#/components/schemas/CodeMappingString' compProdInvPercShaleEnergyExtraction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsCivilianCustomersAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsCivilianCustomersNonAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsKeyComponents: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsMilitaryorlawEnforcementCustomers: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsRetailordistributionAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvPercSmallArmsRetailordistributionNonAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvPercThermalCoalExtraction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercThermalCoalPowerGeneration: $ref: '#/components/schemas/CodeMappingString' compProdInvPercTobaccoProductsProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPercTobaccoProductsRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPercTobaccoProductsRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPercWhaleMeatProcessing: $ref: '#/components/schemas/CodeMappingString' compProdInvPesticidesProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPesticidesRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPorkProductsProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvPorkProductsRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvPorkProductsRetail: $ref: '#/components/schemas/CodeMappingString' compProdInvPredatoryLendingOperations: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsCivilianCustomersAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsCivilianCustomersNonAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsKeyComponents: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsMilitaryorlawEnforcementCustomers: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsRetailordistributionAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvSmallArmsRetailordistributionNonAssaultWeapons: $ref: '#/components/schemas/CodeMappingString' compProdInvThermalCoalExtraction: $ref: '#/components/schemas/CodeMappingString' compProdInvThermalCoalPowerGeneration: $ref: '#/components/schemas/CodeMappingString' compProdInvTobaccoProductsProduction: $ref: '#/components/schemas/CodeMappingString' compProdInvTobaccoProductsRelatedProductsorservices: $ref: '#/components/schemas/CodeMappingString' compProdInvTobaccoProductsRetail: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEsgCompanyLevel2DataProductInvolvement description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgFundLevelPhysicalClimateRiskMetrics: type: object properties: physicalClimateRiskMetricsEffectiveDate: type: string description: '' nullable: true physicalClimateRiskMetricsPortfolioEffectiveDate: type: string description: '' nullable: true physicalClimateRiskMetricsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' physicalClimateRiskMetricsPercOfPortfolioEligible: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfPortfolioCovered: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true physicalClimateRiskMetricsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true physicalClimateRiskMetricsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true physicalClimateRiskMetricsPercOfPortfolioCoveredWithNegativeCashFlow: type: number description: '' format: double nullable: true physicalClimateRiskTotalLossRatioDiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskTotalLossRatioDiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskTotalLossRatioUndiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskTotalLossRatioUndiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskDirectLossRatioDiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskDirectLossRatioDiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskDirectLossRatioUndiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskDirectLossRatioUndiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskIndirectLossRatioDiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskIndirectLossRatioDiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskIndirectLossRatioUndiscounted2050Rcp26: type: number description: '' format: double nullable: true physicalClimateRiskIndirectLossRatioUndiscounted2050Rcp85: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Usd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Eur: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Gbp: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Nzd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Aud: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Chf: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Hkd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85Sgd: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerNzdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerAudMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerChfMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerHkdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerSgdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerUsdMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerEurMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerGbpMil: type: number description: '' format: double nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerSgdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerUsdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerEurMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerGbpMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerNzdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerAudMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerChfMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerHkdMil: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerSgdMil: type: string description: '' nullable: true physicalClimateRiskTotalLossRatioDiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskTotalLossRatioDiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskTotalLossRatioUndiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskTotalLossRatioUndiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskDirectLossRatioDiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskDirectLossRatioDiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskDirectLossRatioUndiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskDirectLossRatioUndiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskIndirectLossRatioDiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskIndirectLossRatioDiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskIndirectLossRatioUndiscounted2050Rcp26CatAvg: type: string description: '' nullable: true physicalClimateRiskIndirectLossRatioUndiscounted2050Rcp85CatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossDiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedTotalLossUndiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossDiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedDirectLossUndiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossDiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedIndirectLossUndiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossDiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedRevenueLossUndiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesDiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp26PerSgdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerUsdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerEurMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerGbpMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerNzdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerAudMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerChfMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerHkdMilCatAvg: type: string description: '' nullable: true physicalClimateRiskExpectedAssetDamagesUndiscounted2050Rcp85PerSgdMilCatAvg: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelPhysicalClimateRiskMetrics description: All fields are nullable. Empty or `null` value fields are not returned. OutputCurrencyExposureBreakdown: type: object properties: currencyExposureWeightWithoutHedgingArgentinePesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPhilippinePesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingHongKongDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingAustralianDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPoundSterlingPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingIndianRupeePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBahtPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRupiahPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingJapaneseYenPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBrazilianRealPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRussianRublePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingLithuanianLitasPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCanadianDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSingaporeDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMalaysianRinggitPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChileanPesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthAfricanRandPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMexicanPesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChineseYuanRenminbiPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthKoreanWonPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewIsraeliSheqelPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCzechKorunaPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwedishKronaPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTaiwanDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDanishKronePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwissFrancPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTurkishLiraPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDongPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingUsDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewZealandDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEstonianKroonPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingVenezuelanBolivarFuertePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNorwegianKronePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEuroPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingZlotyPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPakistanRupeePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingForintPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingArgentinePesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPhilippinePesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingHongKongDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingAustralianDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPoundSterlingPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingIndianRupeePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBahtPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRupiahPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingJapaneseYenPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBrazilianRealPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRussianRublePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingLithuanianLitasPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCanadianDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSingaporeDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMalaysianRinggitPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChileanPesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthAfricanRandPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMexicanPesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChineseYuanRenminbiPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthKoreanWonPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewIsraeliSheqelPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCzechKorunaPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwedishKronaPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTaiwanDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDanishKronePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwissFrancPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTurkishLiraPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDongPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingUsDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewZealandDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEstonianKroonPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingVenezuelanBolivarFuertePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNorwegianKronePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEuroPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingZlotyPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPakistanRupeePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingForintPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPhilippinePesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingHongKongDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPoundSterlingPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingIndianRupeePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRupiahPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingJapaneseYenPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRussianRublePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingLithuanianLitasPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSingaporeDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMalaysianRinggitPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthAfricanRandPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMexicanPesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthKoreanWonPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewIsraeliSheqelPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwedishKronaPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTaiwanDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwissFrancPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTurkishLiraPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingUsDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewZealandDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingVenezuelanBolivarFuertePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNorwegianKronePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingZlotyPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPakistanRupeePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingArgentinePesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPhilippinePesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingAustralianDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPoundSterlingPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBahtPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRupiahPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBrazilianRealPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRussianRublePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCanadianDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSingaporeDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChileanPesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthAfricanRandPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChineseYuanRenminbiPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthKoreanWonPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCzechKorunaPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwedishKronaPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDanishKronePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwissFrancPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDongPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingUsDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEstonianKroonPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingVenezuelanBolivarFuertePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEuroPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingZlotyPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingForintPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingArgentinePesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingHongKongDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingAustralianDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingIndianRupeePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBahtPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingJapaneseYenPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBrazilianRealPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingLithuanianLitasPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCanadianDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMalaysianRinggitPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChileanPesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingMexicanPesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChineseYuanRenminbiPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewIsraeliSheqelPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCzechKorunaPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTaiwanDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDanishKronePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewTurkishLiraPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDongPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNewZealandDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEstonianKroonPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingNorwegianKronePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEuroPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPakistanRupeePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingForintPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPhilippinePesoPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingHongKongDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingPoundSterlingPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingIndianRupeePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRupiahPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingJapaneseYenPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingRussianRublePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingLithuanianLitasPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSingaporeDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMalaysianRinggitPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthAfricanRandPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMexicanPesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSouthKoreanWonPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewIsraeliSheqelPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwedishKronaPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTaiwanDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingSwissFrancPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTurkishLiraPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingUsDollarPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewZealandDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingVenezuelanBolivarFuertePercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNorwegianKronePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingZlotyPercNet: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPakistanRupeePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingArgentinePesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPhilippinePesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingAustralianDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPoundSterlingPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBahtPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRupiahPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingBrazilianRealPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingRussianRublePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCanadianDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSingaporeDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChileanPesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthAfricanRandPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingChineseYuanRenminbiPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSouthKoreanWonPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingCzechKorunaPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwedishKronaPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDanishKronePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingSwissFrancPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingDongPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingUsDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEstonianKroonPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingVenezuelanBolivarFuertePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingEuroPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingZlotyPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingForintPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingArgentinePesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingHongKongDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingAustralianDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingIndianRupeePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBahtPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingJapaneseYenPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingBrazilianRealPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingLithuanianLitasPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCanadianDollarPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMalaysianRinggitPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChileanPesoPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingMexicanPesoPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingChineseYuanRenminbiPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewIsraeliSheqelPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingCzechKorunaPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTaiwanDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDanishKronePercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewTurkishLiraPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingDongPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNewZealandDollarPercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEstonianKroonPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingNorwegianKronePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingEuroPercShort: type: number description: '' format: double nullable: true currencyExposureWeightWithoutHedgingPakistanRupeePercLong: type: number description: '' format: double nullable: true currencyExposureWeightWithHedgingForintPercShort: type: number description: '' format: double nullable: true fixdIncCurrencyEconDevelopmentBreakdownDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyEconDevelopmentBreakdownEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyEconDevelopmentBreakdownNotClassifiedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyEconDevelopmentBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownNorthAmericaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownLatinAmericaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownCaribbeanCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownEuropeEurozoneCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownEuropeExEuroCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownEuropeEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownAfricaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownMiddleEastCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownAsiaDevelopedCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownAsiaEmergingCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownAustralasiaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownOceaniaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyRegionBreakdownUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncG7CurrencyBreakdownUsdUnitedStatesCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncG7CurrencyBreakdownCadCanadaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncG7CurrencyBreakdownEurEuropeanUnionCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncG7CurrencyBreakdownGbpUnitedKingdomCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncG7CurrencyBreakdownJpyJapanCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAedUnitedArabEmiratesCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAfnAfghanistanCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAllAlbaniaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAmdArmeniaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAngCuracaoCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownAoaAngolaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCurrencyBreakdownArsArgentinaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAudAustraliaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAwgArubaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAznAzerbaijanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBamBosniaAndHerzegovinaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBbdBarbadosCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBdtBangladeshCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBgnBulgariaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBhdBahrainCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBifBurundiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBmdBermudaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBndBruneiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBobBoliviaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBovBoliviaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBrlBrazilCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBsdBahamasCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBtnBhutanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBwpBotswanaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBynBelarusCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBzdBelizeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCadCanadaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCdfDemocraticRepublicOfCongoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCheLiechtensteinCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChfSwitzerlandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChwWirFrancCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClfUnidadDeFomentoFundsCodeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClpChileCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnhChinaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnyChinaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCopColombiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCouUnidadDeValorRealUvrFundsCodeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCrcCostaRicaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCucCubaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCupCubaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCveCapeVerdeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCzkCzechRepublicCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDjfDjiboutiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDkkDenmarkCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDopDominicanRepublicCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDzdAlgeriaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEgpEgyptCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownErnEritreaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEtbEthiopiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEurEuropeanUnionCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFjdFijiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFkpFalklandIslandsCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGbpUnitedKingdomCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGelGeorgiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGhsGhanaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGipGibraltarCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGmdGambiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGnfGuineaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGtqGuatemalaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGydGuyanaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHkdHongKongCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHnlHondurasCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHrkCroatiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHtgHaitiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHufHungariaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIdrIndonesiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIlsIsraelCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownInrIndiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIqdIraqCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIrrIranCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIskIcelandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJmdJamaicaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJodJordanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJpyJapanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKesKenyaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKgsKyrgyzstanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKhrCambodiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKmfComorosCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKpwNorthKoreaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKrwSouthKoreaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKwdKuwaitCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKydCaymanIslandsCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKztKazakhstanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLakLaosCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLbpLebanonCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLkrSriLankaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLrdLiberiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLslLesothoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLydLibyaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMadMoroccoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMdlMoldovaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMgaMadagascarCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMkdNorthMacedoniaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMmkMyanmarCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMntMongoliaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMopMacaoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMruMauritaniaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMurMauritiusCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMvrMaldivesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMwkMalawiCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxnMexicoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxvMexicanUnidadDeInversionUdiFundsCodeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMyrMalaysiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMznMozambiqueCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNadNamibiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNgnNigeriaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNioNicaraguaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNokNorwayCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNprNepalCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNzdNewZealandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownOmrOmanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPabPanamaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPenPeruCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPgkPapuaNewGuineaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPhpPhilippinesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPkrPakistanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPlnPolandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPygParaguayCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownQarQatarCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRonRomaniaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRsdSerbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRubRussiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRwfRwandaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSarSaudiArabiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSbdSolomonIslandsCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownScrSeychellesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSdgSudanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSekSwedenCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSgdSingaporeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownShpSaintHelenaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSllSierraLeoneCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSosSomaliaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSrdSurinamCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSspSouthSudanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownStnSOTomAndPrNcipeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSvcElSalvadorCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSypSyriaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSzlSwazilandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownThbThailandCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTjsTajikistanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTmtTurkmenistanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTndTunisiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTopTongaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTryTurkeyCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTtdTrinidadAndTobagoCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTwdTaiwanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTzsTanzaniaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUahUkraineCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUgxUgandaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsdUnitedStatesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsnUnitedStatesDollarNextDayFundsCodeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyiUruguayPesoEnUnidadesIndexadasUruiuruiFundsCodeCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyuUruguayCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUywUnidadPrevisional14CalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUzsUzbekistanCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVesVenezuelaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVndVietnamCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVuvVanuatuCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownWstSamoaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXafEconomicAndMonetaryCommunityOfCentralAfricanStatesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXagSilverOneTroyOunceCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXauGoldOneTroyOunceCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXcdOrganizationOfEasternCaribbeanStatesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXdrSpecialDrawingRightsCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXofWestAfricanEconomicAndMonetaryUnionCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpdPalladiumOneTroyOunceCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpfFrenchPacificTerritoriesCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXptPlatinumOneTroyOunceCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXsuSucreCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXuaAfricanDevelopmentBankMembersCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownYerYemenCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZarSouthAfricaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZmwZambiaCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZwlZimbabweCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownDevelopedCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownEmergingCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownNotClassifiedCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownNorthAmericaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownLatinAmericaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownCaribbeanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeEurozoneCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeExEuroCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeEmergingCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAfricaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownMiddleEastCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAsiaDevelopedCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAsiaEmergingCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAustralasiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownOceaniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownUsdUnitedStatesCalcLongFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownCadCanadaCalcLongFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownEurEuropeanUnionCalcLongFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownGbpUnitedKingdomCalcLongFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownJpyJapanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAedUnitedArabEmiratesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAfnAfghanistanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAllAlbaniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAmdArmeniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAngCuracaoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAoaAngolaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownArsArgentinaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAudAustraliaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAwgArubaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAznAzerbaijanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBamBosniaAndHerzegovinaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBbdBarbadosCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBdtBangladeshCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBgnBulgariaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBhdBahrainCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBifBurundiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBmdBermudaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBndBruneiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBobBoliviaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBovBoliviaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBrlBrazilCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBsdBahamasCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBtnBhutanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBwpBotswanaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBynBelarusCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBzdBelizeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCadCanadaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCdfDemocraticRepublicOfCongoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCheLiechtensteinCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChfSwitzerlandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChwWirFrancCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClfUnidadDeFomentoFundsCodeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClpChileCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnhChinaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnyChinaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCopColombiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCouUnidadDeValorRealUvrFundsCodeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCrcCostaRicaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCucCubaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCupCubaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCveCapeVerdeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCzkCzechRepublicCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDjfDjiboutiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDkkDenmarkCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDopDominicanRepublicCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDzdAlgeriaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEgpEgyptCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownErnEritreaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEtbEthiopiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEurEuropeanUnionCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFjdFijiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFkpFalklandIslandsCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGbpUnitedKingdomCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGelGeorgiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGhsGhanaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGipGibraltarCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGmdGambiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGnfGuineaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGtqGuatemalaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGydGuyanaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHkdHongKongCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHnlHondurasCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHrkCroatiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHtgHaitiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHufHungariaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIdrIndonesiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIlsIsraelCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownInrIndiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIqdIraqCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIrrIranCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIskIcelandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJmdJamaicaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJodJordanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJpyJapanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKesKenyaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKgsKyrgyzstanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKhrCambodiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKmfComorosCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKpwNorthKoreaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKrwSouthKoreaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKwdKuwaitCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKydCaymanIslandsCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKztKazakhstanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLakLaosCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLbpLebanonCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLkrSriLankaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLrdLiberiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLslLesothoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLydLibyaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMadMoroccoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMdlMoldovaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMgaMadagascarCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMkdNorthMacedoniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMmkMyanmarCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMntMongoliaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMopMacaoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMruMauritaniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMurMauritiusCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMvrMaldivesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMwkMalawiCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxnMexicoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxvMexicanUnidadDeInversionUdiFundsCodeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMyrMalaysiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMznMozambiqueCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNadNamibiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNgnNigeriaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNioNicaraguaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNokNorwayCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNprNepalCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNzdNewZealandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownOmrOmanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPabPanamaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPenPeruCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPgkPapuaNewGuineaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPhpPhilippinesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPkrPakistanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPlnPolandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPygParaguayCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownQarQatarCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRonRomaniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRsdSerbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRubRussiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRwfRwandaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSarSaudiArabiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSbdSolomonIslandsCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownScrSeychellesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSdgSudanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSekSwedenCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSgdSingaporeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownShpSaintHelenaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSllSierraLeoneCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSosSomaliaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSrdSurinamCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSspSouthSudanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownStnSOTomAndPrNcipeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSvcElSalvadorCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSypSyriaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSzlSwazilandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownThbThailandCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTjsTajikistanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTmtTurkmenistanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTndTunisiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTopTongaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTryTurkeyCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTtdTrinidadAndTobagoCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTwdTaiwanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTzsTanzaniaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUahUkraineCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUgxUgandaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsdUnitedStatesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsnUnitedStatesDollarNextDayFundsCodeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyiUruguayPesoEnUnidadesIndexadasUruiuruiFundsCodeCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyuUruguayCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUywUnidadPrevisional14CalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUzsUzbekistanCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVesVenezuelaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVndVietnamCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVuvVanuatuCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownWstSamoaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXafEconomicAndMolongaryCommunityOfCentralAfricanStatesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXagSilverOneTroyOunceCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXauGoldOneTroyOunceCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXcdOrganizationOfEasternCaribbeanStatesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXdrSpecialDrawingRightsCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXofWestAfricanEconomicAndMonetaryUnionCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpdPalladiumOneTroyOunceCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpfFrenchPacificTerritoriesCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXptPlatinumOneTroyOunceCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXsuSucreCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXuaAfricanDevelopmentBankMembersCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownYerYemenCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZarSouthAfricaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZmwZambiaCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZwlZimbabweCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownDevelopedCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownEmergingCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownNotClassifiedCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyEconDevelopmentBreakdownUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownNorthAmericaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownLatinAmericaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownCaribbeanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeEurozoneCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeExEuroCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownEuropeEmergingCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAfricaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownMiddleEastCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAsiaDevelopedCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAsiaEmergingCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownAustralasiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownOceaniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyRegionBreakdownUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownUsdUnitedStatesCalcShortFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownCadCanadaCalcShortFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownEurEuropeanUnionCalcShortFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownGbpUnitedKingdomCalcShortFiperc: type: string description: '' nullable: true fixdIncG7CurrencyBreakdownJpyJapanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAedUnitedArabEmiratesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAfnAfghanistanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAllAlbaniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAmdArmeniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAngCuracaoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAoaAngolaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownArsArgentinaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAudAustraliaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAwgArubaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownAznAzerbaijanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBamBosniaAndHerzegovinaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBbdBarbadosCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBdtBangladeshCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBgnBulgariaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBhdBahrainCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBifBurundiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBmdBermudaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBndBruneiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBobBoliviaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBovBoliviaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBrlBrazilCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBsdBahamasCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBtnBhutanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBwpBotswanaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBynBelarusCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownBzdBelizeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCadCanadaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCdfDemocraticRepublicOfCongoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCheLiechtensteinCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChfSwitzerlandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownChwWirFrancCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClfUnidadDeFomentoFundsCodeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownClpChileCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnhChinaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCnyChinaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCopColombiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCouUnidadDeValorRealUvrFundsCodeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCrcCostaRicaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCucCubaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCupCubaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCveCapeVerdeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownCzkCzechRepublicCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDjfDjiboutiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDkkDenmarkCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDopDominicanRepublicCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownDzdAlgeriaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEgpEgyptCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownErnEritreaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEtbEthiopiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownEurEuropeanUnionCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFjdFijiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownFkpFalklandIslandsCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGbpUnitedKingdomCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGelGeorgiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGhsGhanaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGipGibraltarCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGmdGambiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGnfGuineaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGtqGuatemalaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownGydGuyanaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHkdHongKongCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHnlHondurasCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHrkCroatiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHtgHaitiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownHufHungariaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIdrIndonesiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIlsIsraelCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownInrIndiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIqdIraqCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIrrIranCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownIskIcelandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJmdJamaicaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJodJordanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownJpyJapanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKesKenyaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKgsKyrgyzstanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKhrCambodiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKmfComorosCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKpwNorthKoreaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKrwSouthKoreaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKwdKuwaitCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKydCaymanIslandsCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownKztKazakhstanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLakLaosCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLbpLebanonCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLkrSriLankaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLrdLiberiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLslLesothoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownLydLibyaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMadMoroccoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMdlMoldovaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMgaMadagascarCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMkdNorthMacedoniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMmkMyanmarCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMntMongoliaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMopMacaoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMruMauritaniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMurMauritiusCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMvrMaldivesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMwkMalawiCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxnMexicoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMxvMexicanUnidadDeInversionUdiFundsCodeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMyrMalaysiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownMznMozambiqueCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNadNamibiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNgnNigeriaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNioNicaraguaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNokNorwayCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNprNepalCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownNzdNewZealandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownOmrOmanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPabPanamaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPenPeruCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPgkPapuaNewGuineaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPhpPhilippinesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPkrPakistanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPlnPolandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownPygParaguayCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownQarQatarCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRonRomaniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRsdSerbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRubRussiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownRwfRwandaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSarSaudiArabiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSbdSolomonIslandsCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownScrSeychellesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSdgSudanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSekSwedenCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSgdSingaporeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownShpSaintHelenaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSllSierraLeoneCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSosSomaliaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSrdSurinamCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSspSouthSudanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownStnSOTomAndPrNcipeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSvcElSalvadorCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSypSyriaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownSzlSwazilandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownThbThailandCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTjsTajikistanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTmtTurkmenistanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTndTunisiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTopTongaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTryTurkeyCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTtdTrinidadAndTobagoCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTwdTaiwanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownTzsTanzaniaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUahUkraineCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUgxUgandaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsdUnitedStatesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUsnUnitedStatesDollarNextDayFundsCodeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyiUruguayPesoEnUnidadesIndexadasUruiuruiFundsCodeCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUyuUruguayCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUywUnidadPrevisional14CalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUzsUzbekistanCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVesVenezuelaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVndVietnamCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownVuvVanuatuCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownWstSamoaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXafEconomicAndMoshortaryCommunityOfCentralAfricanStatesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXagSilverOneTroyOunceCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXauGoldOneTroyOunceCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXcdOrganizationOfEasternCaribbeanStatesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXdrSpecialDrawingRightsCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXofWestAfricanEconomicAndMonetaryUnionCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpdPalladiumOneTroyOunceCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXpfFrenchPacificTerritoriesCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXptPlatinumOneTroyOunceCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXsuSucreCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownXuaAfricanDevelopmentBankMembersCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownYerYemenCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZarSouthAfricaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZmwZambiaCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownZwlZimbabweCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrencyBreakdownUnknownCalcShortFiperc: type: string description: '' nullable: true surveyedCurrencyArgentinePesoPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyAustralianDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyEuroPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyBrazilianRealPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyCanadianDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencySwissFrancPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyChileanPesoPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyChineseYuanRenminbiPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyCzechKorunaPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyDanishKronePercLongRescaled: type: string description: '' nullable: true surveyedCurrencyPoundSterlingPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyHongKongDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyForintPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyIndianRupeePercLongRescaled: type: string description: '' nullable: true surveyedCurrencyRupiahPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyNewIsraeliSheqelPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyJapaneseYenPercLongRescaled: type: string description: '' nullable: true surveyedCurrencySouthKoreanWonPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyMexicanPesoPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyMalaysianRinggitPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyNorwegianKronePercLongRescaled: type: string description: '' nullable: true surveyedCurrencyNewZealandDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyPakistanRupeePercLongRescaled: type: string description: '' nullable: true surveyedCurrencyPhilippinePesoPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyZlotyPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyRussianRublePercLongRescaled: type: string description: '' nullable: true surveyedCurrencySingaporeDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencySlovakKorunaPercLongRescaled: type: string description: '' nullable: true surveyedCurrencySwedishKronaPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyBahtPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyNewTurkishLiraPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyNewTaiwanDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyUsDollarPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyVenezuelanBolivarFuertePercLongRescaled: type: string description: '' nullable: true surveyedCurrencyDongPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyLithuanianLitasPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyEstonianKroonPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyOtherPercLongRescaled: type: string description: '' nullable: true surveyedCurrencyRescalingFactorLong: type: string description: '' nullable: true surveyedCurrencySouthAfricanRandPercLongRescaled: type: string description: '' nullable: true surveyedCurrencySouthAfricanRandPercNet: type: string description: '' nullable: true surveyedCurrencyArgentinePesoPercNet: type: string description: '' nullable: true surveyedCurrencyAustralianDollarPercNet: type: string description: '' nullable: true surveyedCurrencyEuroPercNet: type: string description: '' nullable: true surveyedCurrencyBrazilianRealPercNet: type: string description: '' nullable: true surveyedCurrencyCanadianDollarPercNet: type: string description: '' nullable: true surveyedCurrencySwissFrancPercNet: type: string description: '' nullable: true surveyedCurrencyChileanPesoPercNet: type: string description: '' nullable: true surveyedCurrencyChineseYuanRenminbiPercNet: type: string description: '' nullable: true surveyedCurrencyCzechKorunaPercNet: type: string description: '' nullable: true surveyedCurrencyDanishKronePercNet: type: string description: '' nullable: true surveyedCurrencyPoundSterlingPercNet: type: string description: '' nullable: true surveyedCurrencyHongKongDollarPercNet: type: string description: '' nullable: true surveyedCurrencyForintPercNet: type: string description: '' nullable: true surveyedCurrencyIndianRupeePercNet: type: string description: '' nullable: true surveyedCurrencyRupiahPercNet: type: string description: '' nullable: true surveyedCurrencyNewIsraeliSheqelPercNet: type: string description: '' nullable: true surveyedCurrencyJapaneseYenPercNet: type: string description: '' nullable: true surveyedCurrencySouthKoreanWonPercNet: type: string description: '' nullable: true surveyedCurrencyMexicanPesoPercNet: type: string description: '' nullable: true surveyedCurrencyMalaysianRinggitPercNet: type: string description: '' nullable: true surveyedCurrencyNorwegianKronePercNet: type: string description: '' nullable: true surveyedCurrencyNewZealandDollarPercNet: type: string description: '' nullable: true surveyedCurrencyPakistanRupeePercNet: type: string description: '' nullable: true surveyedCurrencyPhilippinePesoPercNet: type: string description: '' nullable: true surveyedCurrencyZlotyPercNet: type: string description: '' nullable: true surveyedCurrencyRussianRublePercNet: type: string description: '' nullable: true surveyedCurrencySingaporeDollarPercNet: type: string description: '' nullable: true surveyedCurrencySlovakKorunaPercNet: type: string description: '' nullable: true surveyedCurrencySwedishKronaPercNet: type: string description: '' nullable: true surveyedCurrencyBahtPercNet: type: string description: '' nullable: true surveyedCurrencyNewTurkishLiraPercNet: type: string description: '' nullable: true surveyedCurrencyNewTaiwanDollarPercNet: type: string description: '' nullable: true surveyedCurrencyUsDollarPercNet: type: string description: '' nullable: true surveyedCurrencyVenezuelanBolivarFuertePercNet: type: string description: '' nullable: true surveyedCurrencyDongPercNet: type: string description: '' nullable: true surveyedCurrencyLithuanianLitasPercNet: type: string description: '' nullable: true surveyedCurrencyEstonianKroonPercNet: type: string description: '' nullable: true surveyedCurrencyOtherPercNet: type: string description: '' nullable: true surveyedCurrencySouthAfricanRandPercShort: type: string description: '' nullable: true surveyedCurrencyArgentinePesoPercShort: type: string description: '' nullable: true surveyedCurrencyAustralianDollarPercShort: type: string description: '' nullable: true surveyedCurrencyEuroPercShort: type: string description: '' nullable: true surveyedCurrencyBrazilianRealPercShort: type: string description: '' nullable: true surveyedCurrencyCanadianDollarPercShort: type: string description: '' nullable: true surveyedCurrencySwissFrancPercShort: type: string description: '' nullable: true surveyedCurrencyChileanPesoPercShort: type: string description: '' nullable: true surveyedCurrencyChineseYuanRenminbiPercShort: type: string description: '' nullable: true surveyedCurrencyCzechKorunaPercShort: type: string description: '' nullable: true surveyedCurrencyDanishKronePercShort: type: string description: '' nullable: true surveyedCurrencyPoundSterlingPercShort: type: string description: '' nullable: true surveyedCurrencyHongKongDollarPercShort: type: string description: '' nullable: true surveyedCurrencyForintPercShort: type: string description: '' nullable: true surveyedCurrencyIndianRupeePercShort: type: string description: '' nullable: true surveyedCurrencyRupiahPercShort: type: string description: '' nullable: true surveyedCurrencyNewIsraeliSheqelPercShort: type: string description: '' nullable: true surveyedCurrencyJapaneseYenPercShort: type: string description: '' nullable: true surveyedCurrencySouthKoreanWonPercShort: type: string description: '' nullable: true surveyedCurrencyMexicanPesoPercShort: type: string description: '' nullable: true surveyedCurrencyMalaysianRinggitPercShort: type: string description: '' nullable: true surveyedCurrencyNorwegianKronePercShort: type: string description: '' nullable: true surveyedCurrencyNewZealandDollarPercShort: type: string description: '' nullable: true surveyedCurrencyPakistanRupeePercShort: type: string description: '' nullable: true surveyedCurrencyPhilippinePesoPercShort: type: string description: '' nullable: true surveyedCurrencyZlotyPercShort: type: string description: '' nullable: true surveyedCurrencyRussianRublePercShort: type: string description: '' nullable: true surveyedCurrencySingaporeDollarPercShort: type: string description: '' nullable: true surveyedCurrencySlovakKorunaPercShort: type: string description: '' nullable: true surveyedCurrencySwedishKronaPercShort: type: string description: '' nullable: true surveyedCurrencyBahtPercShort: type: string description: '' nullable: true surveyedCurrencyNewTurkishLiraPercShort: type: string description: '' nullable: true surveyedCurrencyNewTaiwanDollarPercShort: type: string description: '' nullable: true surveyedCurrencyUsDollarPercShort: type: string description: '' nullable: true surveyedCurrencyVenezuelanBolivarFuertePercShort: type: string description: '' nullable: true surveyedCurrencyDongPercShort: type: string description: '' nullable: true surveyedCurrencyLithuanianLitasPercShort: type: string description: '' nullable: true surveyedCurrencyEstonianKroonPercShort: type: string description: '' nullable: true surveyedCurrencyOtherPercShort: type: string description: '' nullable: true surveyedCurrencySouthAfricanRandPercLong: type: string description: '' nullable: true surveyedCurrencyArgentinePesoPercLong: type: string description: '' nullable: true surveyedCurrencyAustralianDollarPercLong: type: string description: '' nullable: true surveyedCurrencyEuroPercLong: type: string description: '' nullable: true surveyedCurrencyBrazilianRealPercLong: type: string description: '' nullable: true surveyedCurrencyCanadianDollarPercLong: type: string description: '' nullable: true surveyedCurrencySwissFrancPercLong: type: string description: '' nullable: true surveyedCurrencyChileanPesoPercLong: type: string description: '' nullable: true surveyedCurrencyChineseYuanRenminbiPercLong: type: string description: '' nullable: true surveyedCurrencyCzechKorunaPercLong: type: string description: '' nullable: true surveyedCurrencyDanishKronePercLong: type: string description: '' nullable: true surveyedCurrencyPoundSterlingPercLong: type: string description: '' nullable: true surveyedCurrencyHongKongDollarPercLong: type: string description: '' nullable: true surveyedCurrencyForintPercLong: type: string description: '' nullable: true surveyedCurrencyIndianRupeePercLong: type: string description: '' nullable: true surveyedCurrencyRupiahPercLong: type: string description: '' nullable: true surveyedCurrencyNewIsraeliSheqelPercLong: type: string description: '' nullable: true surveyedCurrencyJapaneseYenPercLong: type: string description: '' nullable: true surveyedCurrencySouthKoreanWonPercLong: type: string description: '' nullable: true surveyedCurrencyMexicanPesoPercLong: type: string description: '' nullable: true surveyedCurrencyMalaysianRinggitPercLong: type: string description: '' nullable: true surveyedCurrencyNorwegianKronePercLong: type: string description: '' nullable: true surveyedCurrencyNewZealandDollarPercLong: type: string description: '' nullable: true surveyedCurrencyPakistanRupeePercLong: type: string description: '' nullable: true surveyedCurrencyPhilippinePesoPercLong: type: string description: '' nullable: true surveyedCurrencyZlotyPercLong: type: string description: '' nullable: true surveyedCurrencyRussianRublePercLong: type: string description: '' nullable: true surveyedCurrencySingaporeDollarPercLong: type: string description: '' nullable: true surveyedCurrencySlovakKorunaPercLong: type: string description: '' nullable: true surveyedCurrencySwedishKronaPercLong: type: string description: '' nullable: true surveyedCurrencyBahtPercLong: type: string description: '' nullable: true surveyedCurrencyNewTurkishLiraPercLong: type: string description: '' nullable: true surveyedCurrencyNewTaiwanDollarPercLong: type: string description: '' nullable: true surveyedCurrencyUsDollarPercLong: type: string description: '' nullable: true surveyedCurrencyVenezuelanBolivarFuertePercLong: type: string description: '' nullable: true surveyedCurrencyDongPercLong: type: string description: '' nullable: true surveyedCurrencyLithuanianLitasPercLong: type: string description: '' nullable: true surveyedCurrencyEstonianKroonPercLong: type: string description: '' nullable: true surveyedCurrencyOtherPercLong: type: string description: '' nullable: true additionalProperties: false title: OutputCurrencyExposureBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputExecutiveOfficersCompensation: type: object properties: compensationYear: type: integer description: '' format: int64 nullable: true personId: type: string description: '' nullable: true reportedYear: type: integer description: '' format: int32 nullable: true reportDate: type: string description: '' nullable: true reportSource: type: string description: '' nullable: true currencyCode: type: string description: '' nullable: true reportedTitle: type: string description: '' nullable: true bonus: type: number description: '' format: double nullable: true restrictedStockAward: type: number description: '' format: double nullable: true optionAwards: type: number description: '' format: double nullable: true nonEquityIncentiveCompensation: type: number description: '' format: double nullable: true changeInPensionValue: type: number description: '' format: double nullable: true allOtherCompensation: type: string description: '' nullable: true totalCompensation: type: number description: '' format: double nullable: true maximumPerformanceSharePotential: type: string description: '' nullable: true isRestated: $ref: '#/components/schemas/CodeMappingBoolean' salary: type: number description: '' format: double nullable: true transactionId: type: string description: '' nullable: true fiscalYearEndDate: type: string description: '' nullable: true additionalProperties: false title: OutputExecutiveOfficersCompensation ResponseMoneyMarketAttributes: type: object properties: moneyMarketAttributes: $ref: '#/components/schemas/OutputMoneyMarketAttributes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCapitalRepayment: type: object properties: excludingDate: type: string description: Date when the event becomes effective; which is normally two business days before the record date. This is the date from which the security is traded without benefit (excluding) nullable: true adjustmentFactor: type: number description: The stock split (including stock dividend); rights issue; spin off or capital repayment factor that applies to price and per share data to adjust the history format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' declareDate: type: string description: Date when the company announced the event nullable: true payDate: type: string description: Date when the benefit; dividend amount or new shares; gets credited to the brokerage accounts of shareholders nullable: true recordDate: type: string description: Date when the shareholders recorded in the shareholder register are considered eligible to get benefit nullable: true subscriptionPrice: type: number description: Price at which the rights issue or capital repayment is offered by the company format: double nullable: true additionalProperties: false title: OutputCapitalRepayment ResponseEsgFundLevelCarbonEmissions: type: object properties: esgFundLevelCarbonEmissions: $ref: '#/components/schemas/OutputEsgFundLevelCarbonEmissions' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputIndexLevelsPrice: type: object properties: averagePrice: type: number description: '' format: double nullable: true closeAsMovingAvg10DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg10DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg10DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg13DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg13DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg13DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg1YrDaily: type: number description: '' format: double nullable: true closeAsMovingAvg1YrMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg1YrQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg200DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg200DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg200DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg20DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg20DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg20DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg30DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30WkDaily: type: number description: '' format: double nullable: true closeAsMovingAvg30WkMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30WkQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg50DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg50DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg50DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg5DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5YrDaily: type: number description: '' format: double nullable: true closeAsMovingAvg5YrMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5YrQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg60DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg60DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg60DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg90DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg90DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg90DayQtrEnd: type: number description: '' format: double nullable: true latestFridayMarketPrice: type: number description: '' format: double nullable: true latestFridayMarketPriceDate: type: string description: '' nullable: true marketPriceDaily: type: number description: '' format: double nullable: true marketPriceMoEnd: type: number description: '' format: double nullable: true movingAvg10DayDaily: type: number description: '' format: double nullable: true movingAvg10DayMoEnd: type: number description: '' format: double nullable: true movingAvg10DayQtrEnd: type: number description: '' format: double nullable: true movingAvg13DayDaily: type: number description: '' format: double nullable: true movingAvg13DayMoEnd: type: number description: '' format: double nullable: true movingAvg13DayQtrEnd: type: number description: '' format: double nullable: true movingAvg1YrDaily: type: number description: '' format: double nullable: true movingAvg1YrMoEnd: type: number description: '' format: double nullable: true movingAvg1YrQtrEnd: type: number description: '' format: double nullable: true movingAvg200DayDaily: type: number description: '' format: double nullable: true movingAvg200DayMoEnd: type: number description: '' format: double nullable: true movingAvg200DayQtrEnd: type: number description: '' format: double nullable: true movingAvg20DayDaily: type: number description: '' format: double nullable: true movingAvg20DayMoEnd: type: number description: '' format: double nullable: true movingAvg20DayQtrEnd: type: number description: '' format: double nullable: true movingAvg30DayDaily: type: number description: '' format: double nullable: true movingAvg30DayMoEnd: type: number description: '' format: double nullable: true movingAvg30DayQtrEnd: type: number description: '' format: double nullable: true movingAvg30WkDaily: type: number description: '' format: double nullable: true movingAvg30WkMoEnd: type: number description: '' format: double nullable: true movingAvg30WkQtrEnd: type: number description: '' format: double nullable: true movingAvg50DayDaily: type: number description: '' format: double nullable: true movingAvg50DayMoEnd: type: number description: '' format: double nullable: true movingAvg50DayQtrEnd: type: number description: '' format: double nullable: true movingAvg5DayDaily: type: number description: '' format: double nullable: true movingAvg5DayMoEnd: type: number description: '' format: double nullable: true movingAvg5DayQtrEnd: type: number description: '' format: double nullable: true movingAvg5YrDaily: type: number description: '' format: double nullable: true movingAvg5YrMoEnd: type: number description: '' format: double nullable: true movingAvg5YrQtrEnd: type: number description: '' format: double nullable: true movingAvg60DayDaily: type: number description: '' format: double nullable: true movingAvg60DayMoEnd: type: number description: '' format: double nullable: true movingAvg60DayQtrEnd: type: number description: '' format: double nullable: true movingAvg90DayDaily: type: number description: '' format: double nullable: true movingAvg90DayMoEnd: type: number description: '' format: double nullable: true movingAvg90DayQtrEnd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputIndexLevelsPrice description: All fields are nullable. Empty or `null` value fields are not returned. OutputProspectusFees: type: object properties: prospectusDistributionFee: type: number description: '' format: double nullable: true prospectusDistributionFeeUnit: $ref: '#/components/schemas/CodeMappingString' frontLoadDate: type: string description: '' nullable: true frontLoad: type: number description: '' format: double nullable: true allInActualFeeDate: type: string description: '' nullable: true allInActualFeeUnitType: $ref: '#/components/schemas/CodeMappingString' allInActualFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' allInActualFee1stLowBreakpoint: type: number description: '' format: double nullable: true allInActualFee1stHighBreakpoint: type: number description: '' format: double nullable: true allInActualFee1stFeeAmount: type: number description: '' format: double nullable: true allInActualFee2ndLowBreakpoint: type: number description: '' format: double nullable: true allInActualFee2ndHighBreakpoint: type: number description: '' format: double nullable: true allInActualFee2ndFeeAmount: type: number description: '' format: double nullable: true allInActualFee3rdLowBreakpoint: type: number description: '' format: double nullable: true allInActualFee3rdHighBreakpoint: type: number description: '' format: double nullable: true allInActualFee3rdFeeAmount: type: number description: '' format: double nullable: true allInActualFee4thLowBreakpoint: type: number description: '' format: double nullable: true allInActualFee4thHighBreakpoint: type: number description: '' format: double nullable: true allInActualFee4thFeeAmount: type: number description: '' format: double nullable: true allInActualFee5thLowBreakpoint: type: number description: '' format: double nullable: true allInActualFee5thHighBreakpoint: type: number description: '' format: double nullable: true allInActualFee5thFeeAmount: type: number description: '' format: double nullable: true allInActualFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' allInActualFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' allInActualFeeHistory: type: string description: '' nullable: true administrativeFeeDate: type: string description: '' nullable: true administrativeFeeUnitType: $ref: '#/components/schemas/CodeMappingString' administrativeFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' administrativeFee1stLowBreakpoint: type: number description: '' format: double nullable: true administrativeFee1stHighBreakpoint: type: number description: '' format: double nullable: true administrativeFee1stFeeAmount: type: number description: '' format: double nullable: true administrativeFee2ndLowBreakpoint: type: number description: '' format: double nullable: true administrativeFee2ndHighBreakpoint: type: number description: '' format: double nullable: true administrativeFee2ndFeeAmount: type: number description: '' format: double nullable: true administrativeFee3rdLowBreakpoint: type: number description: '' format: double nullable: true administrativeFee3rdHighBreakpoint: type: number description: '' format: double nullable: true administrativeFee3rdFeeAmount: type: number description: '' format: double nullable: true administrativeFee4thLowBreakpoint: type: number description: '' format: double nullable: true administrativeFee4thHighBreakpoint: type: number description: '' format: double nullable: true administrativeFee4thFeeAmount: type: number description: '' format: double nullable: true administrativeFee5thLowBreakpoint: type: number description: '' format: double nullable: true administrativeFee5thHighBreakpoint: type: number description: '' format: double nullable: true administrativeFee5thFeeAmount: type: number description: '' format: double nullable: true administrativeFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' administrativeFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' administrativeFeeHistory: type: string description: '' nullable: true totalExpenseSurvey: type: number description: '' format: double nullable: true tradingExpense: type: number description: '' format: double nullable: true custodianFeeAmountCn: type: string description: '' nullable: true distributionFeeAmountCn: type: string description: '' nullable: true otherFeeAmountCn: type: string description: '' nullable: true feesAndExpenseDateCn: type: string description: '' nullable: true allInMaximumRepresentativeFeeDate: type: string description: '' nullable: true allInMaximumRepresentativeFeeUnitType: $ref: '#/components/schemas/CodeMappingString' allInMaximumRepresentativeFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' allInMaximumRepresentativeFee1stLowBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee1stHighBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee1stFeeAmount: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee2ndLowBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee2ndHighBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee2ndFeeAmount: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee3rdLowBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee3rdHighBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee3rdFeeAmount: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee4thLowBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee4thHighBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee4thFeeAmount: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee5thLowBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee5thHighBreakpoint: type: number description: '' format: double nullable: true allInMaximumRepresentativeFee5thFeeAmount: type: number description: '' format: double nullable: true allInMaximumRepresentativeFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' allInMaximumRepresentativeFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' allInMaximumRepresentativeFeeHistory: type: string description: '' nullable: true brazilAdministrationFeeMinBreakpointUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMinStarting: type: number description: '' format: double nullable: true brazilAdministrationFeeMinStartingUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin1stBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin1st: type: number description: '' format: double nullable: true brazilAdministrationFeeMin1stUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin2ndBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin2nd: type: number description: '' format: double nullable: true brazilAdministrationFeeMin2ndUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin3thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin3th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin3thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin4thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin4th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin4thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin5thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin5th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin5thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin6thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin6th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin6thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin7thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin7th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin7thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin8thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin8th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin8thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMin9thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMin9th: type: number description: '' format: double nullable: true brazilAdministrationFeeMin9thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMaxBreakpointUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMaxStarting: type: number description: '' format: double nullable: true brazilAdministrationFeeMaxStartingUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax1stBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax1st: type: number description: '' format: double nullable: true brazilAdministrationFeeMax1stUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax2ndBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax2nd: type: number description: '' format: double nullable: true brazilAdministrationFeeMax2ndUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax3thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax3th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax3thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax4thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax4th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax4thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax5thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax5th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax5thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax6thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax6th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax6thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax7thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax7th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax7thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax8thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax8th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax8thUnit: $ref: '#/components/schemas/CodeMappingString' brazilAdministrationFeeMax9thBreakpoint: type: number description: '' format: double nullable: true brazilAdministrationFeeMax9th: type: number description: '' format: double nullable: true brazilAdministrationFeeMax9thUnit: $ref: '#/components/schemas/CodeMappingString' prospectusActualAdministrationFeePerc: type: number description: '' format: double nullable: true clientAdviceFeeDate: type: string description: '' nullable: true clientAdviceFeeUnitType: $ref: '#/components/schemas/CodeMappingString' clientAdviceFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' clientAdviceFee1stLowBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee1stHighBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee1stFeeAmount: type: number description: '' format: double nullable: true clientAdviceFee2ndLowBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee2ndHighBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee2ndFeeAmount: type: number description: '' format: double nullable: true clientAdviceFee3rdLowBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee3rdHighBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee3rdFeeAmount: type: number description: '' format: double nullable: true clientAdviceFee4thLowBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee4thHighBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee4thFeeAmount: type: number description: '' format: double nullable: true clientAdviceFee5thLowBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee5thHighBreakpoint: type: number description: '' format: double nullable: true clientAdviceFee5thFeeAmount: type: number description: '' format: double nullable: true clientAdviceFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' clientAdviceFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' clientAdviceFeeHistory: type: string description: '' nullable: true trusteeFee: type: number description: '' format: double nullable: true acquiredFundExpense: type: number description: '' format: double nullable: true custodianFeeDate: type: string description: '' nullable: true custodianFeeUnitType: $ref: '#/components/schemas/CodeMappingString' custodianFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' custodianFee1stLowBreakpoint: type: number description: '' format: double nullable: true custodianFee1stHighBreakpoint: type: number description: '' format: double nullable: true custodianFee1stFeeAmount: type: number description: '' format: double nullable: true custodianFee2ndLowBreakpoint: type: number description: '' format: double nullable: true custodianFee2ndHighBreakpoint: type: number description: '' format: double nullable: true custodianFee2ndFeeAmount: type: number description: '' format: double nullable: true custodianFee3rdLowBreakpoint: type: number description: '' format: double nullable: true custodianFee3rdHighBreakpoint: type: number description: '' format: double nullable: true custodianFee3rdFeeAmount: type: number description: '' format: double nullable: true custodianFee4thLowBreakpoint: type: number description: '' format: double nullable: true custodianFee4thHighBreakpoint: type: number description: '' format: double nullable: true custodianFee4thFeeAmount: type: number description: '' format: double nullable: true custodianFee5thLowBreakpoint: type: number description: '' format: double nullable: true custodianFee5thHighBreakpoint: type: number description: '' format: double nullable: true custodianFee5thFeeAmount: type: number description: '' format: double nullable: true custodianFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' custodianFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' custodianFeeHistory: type: string description: '' nullable: true deferLoadAdditionalDetails: $ref: '#/components/schemas/CodeMappingString' ukDiscretionaryFundManagementFeeDate: type: string description: '' nullable: true ukDiscretionaryFundManagementFeeUnitType: $ref: '#/components/schemas/CodeMappingString' ukDiscretionaryFundManagementFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' ukDiscretionaryFundManagementFee1stLowBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee1stHighBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee1stFeeAmount: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee2ndLowBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee2ndHighBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee2ndFeeAmount: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee3rdLowBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee3rdHighBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee3rdFeeAmount: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee4thLowBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee4thHighBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee4thFeeAmount: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee5thLowBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee5thHighBreakpoint: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFee5thFeeAmount: type: number description: '' format: double nullable: true ukDiscretionaryFundManagementFeeHistory: type: string description: '' nullable: true investmentManagementCharges: type: number description: '' format: double nullable: true clawBack: $ref: '#/components/schemas/CodeMappingString' performanceFeeNote: type: string description: '' nullable: true contingentDeferredSalesCharge: type: number description: '' format: double nullable: true performanceFeeCharged: $ref: '#/components/schemas/CodeMappingString' performanceFeeIndex: type: string description: '' nullable: true hurdleRateFrequency: $ref: '#/components/schemas/CodeMappingString' prospectiveAcquiredFundExpense: type: number description: '' format: double nullable: true modelRepresentativeCostEffectiveDate: type: string description: '' nullable: true modelRepresentativeCost: type: number description: '' format: double nullable: true _12b1Fee: type: string description: '' nullable: true managementFee: type: number description: '' format: double nullable: true maxManagementFee: type: number description: '' format: double nullable: true insuranceExp: type: number description: '' format: double nullable: true totalGrossExpense: type: number description: '' format: double nullable: true totalNetExpense: type: number description: '' format: double nullable: true prospectusExpenseNote: $ref: '#/components/schemas/CodeMappingString' performanceFee: type: number description: '' format: double nullable: true prospectusGrossExpenseRatio: type: number description: '' format: double nullable: true prospectusNetExpenseRatio: type: number description: '' format: double nullable: true jpBfTaxTotalTrustFee: type: number description: '' format: double nullable: true prospectusDate: type: string description: '' nullable: true feeEffectiveDate: type: string description: '' nullable: true feeNegotiable: $ref: '#/components/schemas/CodeMappingString' minimumManagementFee: type: string description: '' nullable: true deferredLoad: type: number description: '' format: double nullable: true maxFrontLoad: type: number description: '' format: double nullable: true frontLoadFeeBreakpointUnit: type: string description: '' nullable: true frontLoadFeeUnit: type: string description: '' nullable: true frontLoadFeeStarting: type: number description: '' format: double nullable: true frontLoadFee1stBreakpoint: type: number description: '' format: double nullable: true frontLoadFee1st: type: number description: '' format: double nullable: true frontLoadFee2ndBreakpoint: type: number description: '' format: double nullable: true frontLoadFee2nd: type: number description: '' format: double nullable: true frontLoadFee3rdBreakpoint: type: number description: '' format: double nullable: true frontLoadFee3rd: type: number description: '' format: double nullable: true frontLoadFee4thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee4th: type: number description: '' format: double nullable: true frontLoadFee5thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee5th: type: number description: '' format: double nullable: true frontLoadFee6thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee6th: type: number description: '' format: double nullable: true frontLoadFee7thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee7th: type: number description: '' format: double nullable: true frontLoadFee8thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee8th: type: number description: '' format: double nullable: true frontLoadFee9thBreakpoint: type: number description: '' format: double nullable: true frontLoadFee9th: type: number description: '' format: double nullable: true deferredLoadFeeBreakpointUnit: type: string description: '' nullable: true deferredLoadFeeUnit: type: string description: '' nullable: true deferredLoadFeeStarting: type: number description: '' format: double nullable: true deferredLoadFee2ndBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee3rdBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee3rd: type: number description: '' format: double nullable: true deferredLoadFee4thBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee4th: type: number description: '' format: double nullable: true deferredLoadFee5thBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee5th: type: number description: '' format: double nullable: true deferredLoadFee6thBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee6th: type: number description: '' format: double nullable: true deferredLoadFee7thBreakpoint: type: number description: '' format: double nullable: true deferredLoadFee7th: type: number description: '' format: double nullable: true managementFeeBreakpointUnit: type: string description: '' nullable: true managementFeeUnit: type: string description: '' nullable: true managementFeeStarting: type: number description: '' format: double nullable: true managementFee1stBreakpoint: type: number description: '' format: double nullable: true managementFee1st: type: number description: '' format: double nullable: true managementFee2ndBreakpoint: type: number description: '' format: double nullable: true managementFee2nd: type: number description: '' format: double nullable: true managementFee3rdBreakpoint: type: number description: '' format: double nullable: true managementFee3rd: type: number description: '' format: double nullable: true managementFee4thBreakpoint: type: number description: '' format: double nullable: true managementFee4th: type: number description: '' format: double nullable: true managementFee5thBreakpoint: type: number description: '' format: double nullable: true managementFee5th: type: number description: '' format: double nullable: true managementFee6thBreakpoint: type: number description: '' format: double nullable: true managementFee6th: type: number description: '' format: double nullable: true managementFee7thBreakpoint: type: number description: '' format: double nullable: true managementFee7th: type: number description: '' format: double nullable: true managementFee8thBreakpoint: type: number description: '' format: double nullable: true managementFee8th: type: number description: '' format: double nullable: true managementFee9thBreakpoint: type: number description: '' format: double nullable: true managementFee9th: type: number description: '' format: double nullable: true administrativeFeeBreakpointUnit: type: string description: '' nullable: true administrativeFeeUnit: type: string description: '' nullable: true administrativeFeeStarting: type: number description: '' format: double nullable: true administrativeFee1stBreakpoint: type: number description: '' format: double nullable: true administrativeFee1st: type: number description: '' format: double nullable: true administrativeFee2ndBreakpoint: type: number description: '' format: double nullable: true administrativeFee2nd: type: number description: '' format: double nullable: true administrativeFee3rdBreakpoint: type: number description: '' format: double nullable: true administrativeFee3rd: type: number description: '' format: double nullable: true administrativeFee4thBreakpoint: type: number description: '' format: double nullable: true administrativeFee4th: type: number description: '' format: double nullable: true administrativeFee5thBreakpoint: type: number description: '' format: double nullable: true administrativeFee5th: type: number description: '' format: double nullable: true _1stManagementFeeorcacBreakpointM: type: string description: '' nullable: true _1stManagementFeeorcacPerc: type: string description: '' nullable: true _2ndManagementFeeorcacBreakpointM: type: string description: '' nullable: true _2ndManagementFeeorcacPerc: type: string description: '' nullable: true _3rdManagementFeeorcacBreakpointM: type: string description: '' nullable: true _3rdManagementFeeorcacPerc: type: string description: '' nullable: true _4thManagementFeeorcacBreakpointM: type: string description: '' nullable: true _4thManagementFeeorcacPerc: type: string description: '' nullable: true highestManagementFeePerc: type: string description: '' nullable: true _5thManagementFeeorcacBreakpointM: type: string description: '' nullable: true _5thManagementFeeorcacPerc: type: string description: '' nullable: true prospectusCustodianFeeBreakpointUnit: type: string description: '' nullable: true prospectusCustodianFeeUnit: type: string description: '' nullable: true prospectusCustodianFeeStarting: type: number description: '' format: double nullable: true prospectusCustodianFee1stBreakpoint: type: number description: '' format: double nullable: true prospectusCustodianFee1st: type: number description: '' format: double nullable: true prospectusCustodianFee2ndBreakpoint: type: number description: '' format: double nullable: true prospectusCustodianFee2nd: type: number description: '' format: double nullable: true prospectusCustodianFee3rdBreakpoint: type: number description: '' format: double nullable: true prospectusCustodianFee3rd: type: number description: '' format: double nullable: true prospectusCustodianFee4thBreakpoint: type: number description: '' format: double nullable: true prospectusCustodianFee4th: type: number description: '' format: double nullable: true prospectusCustodianFee5thBreakpoint: type: number description: '' format: double nullable: true prospectusCustodianFee5th: type: number description: '' format: double nullable: true switchingFeePerc: type: number description: '' format: double nullable: true actualFrontLoadPerc: type: number description: '' format: double nullable: true switchingInFeeDate: type: string description: '' nullable: true switchingInFeeUnit: $ref: '#/components/schemas/CodeMappingString' switchingInFeePerc: type: number description: '' format: double nullable: true actualDeferredLoadDate: type: string description: '' nullable: true actualDeferredLoadPerc: type: number description: '' format: double nullable: true administrativeFee: type: number description: '' format: double nullable: true switchFee: type: number description: '' format: double nullable: true switchFeeUnit: $ref: '#/components/schemas/CodeMappingString' transactionFee: type: number description: '' format: double nullable: true terminationFee: type: number description: '' format: double nullable: true terminationFeeUnit: $ref: '#/components/schemas/CodeMappingString' prospectusExpenseWaiver: type: number description: '' format: double nullable: true prospectusExpenseWaiverType: $ref: '#/components/schemas/CodeMappingString' prospectusExpenseWaiverExpirationDate: type: string description: '' nullable: true hedgingFee: type: number description: '' format: double nullable: true creationUnit: type: string description: '' nullable: true creationUnitFeeMin: type: number description: '' format: double nullable: true creationUnitFeeMax: type: number description: '' format: double nullable: true redemptionUnit: type: string description: '' nullable: true redemptionUnitFeeMin: type: number description: '' format: double nullable: true redemptionUnitFeeMax: type: number description: '' format: double nullable: true otherFeeDate: type: string description: '' nullable: true otherFeeUnitType: $ref: '#/components/schemas/CodeMappingString' otherFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' otherFee1stLowBreakpoint: type: number description: '' format: double nullable: true otherFee1stHighBreakpoint: type: number description: '' format: double nullable: true otherFee1stFeeAmount: type: number description: '' format: double nullable: true otherFee2ndLowBreakpoint: type: number description: '' format: double nullable: true otherFee2ndHighBreakpoint: type: number description: '' format: double nullable: true otherFee2ndFeeAmount: type: number description: '' format: double nullable: true otherFee3rdLowBreakpoint: type: number description: '' format: double nullable: true otherFee3rdHighBreakpoint: type: number description: '' format: double nullable: true otherFee3rdFeeAmount: type: number description: '' format: double nullable: true otherFee4thLowBreakpoint: type: number description: '' format: double nullable: true otherFee4thHighBreakpoint: type: number description: '' format: double nullable: true otherFee4thFeeAmount: type: number description: '' format: double nullable: true otherFee5thLowBreakpoint: type: number description: '' format: double nullable: true otherFee5thHighBreakpoint: type: number description: '' format: double nullable: true otherFee5thFeeAmount: type: number description: '' format: double nullable: true otherFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' otherFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' otherFeeHistory: type: string description: '' nullable: true actualAdministrationFeePerc: type: number description: '' format: double nullable: true actualManagementFeePerc: type: number description: '' format: double nullable: true programFeeDate: type: string description: '' nullable: true programFeeUnitType: $ref: '#/components/schemas/CodeMappingString' programFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' programFee1stLowBreakpoint: type: number description: '' format: double nullable: true programFee1stHighBreakpoint: type: number description: '' format: double nullable: true programFee1stFeeAmount: type: number description: '' format: double nullable: true programFee2ndLowBreakpoint: type: number description: '' format: double nullable: true programFee2ndHighBreakpoint: type: number description: '' format: double nullable: true programFee2ndFeeAmount: type: number description: '' format: double nullable: true programFee3rdLowBreakpoint: type: number description: '' format: double nullable: true programFee3rdHighBreakpoint: type: number description: '' format: double nullable: true programFee3rdFeeAmount: type: number description: '' format: double nullable: true programFee4thLowBreakpoint: type: number description: '' format: double nullable: true programFee4thHighBreakpoint: type: number description: '' format: double nullable: true programFee4thFeeAmount: type: number description: '' format: double nullable: true programFee5thLowBreakpoint: type: number description: '' format: double nullable: true programFee5thHighBreakpoint: type: number description: '' format: double nullable: true programFee5thFeeAmount: type: number description: '' format: double nullable: true programFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' programFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' programFeeHistory: type: string description: '' nullable: true platformFeeDate: type: string description: '' nullable: true platformFeeUnitType: $ref: '#/components/schemas/CodeMappingString' platformFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' platformFee1stLowBreakpoint: type: number description: '' format: double nullable: true platformFee1stHighBreakpoint: type: number description: '' format: double nullable: true platformFee1stFeeAmount: type: number description: '' format: double nullable: true platformFee2ndLowBreakpoint: type: number description: '' format: double nullable: true platformFee2ndHighBreakpoint: type: number description: '' format: double nullable: true platformFee2ndFeeAmount: type: number description: '' format: double nullable: true platformFee3rdLowBreakpoint: type: number description: '' format: double nullable: true platformFee3rdHighBreakpoint: type: number description: '' format: double nullable: true platformFee3rdFeeAmount: type: number description: '' format: double nullable: true platformFee4thLowBreakpoint: type: number description: '' format: double nullable: true platformFee4thHighBreakpoint: type: number description: '' format: double nullable: true platformFee4thFeeAmount: type: number description: '' format: double nullable: true platformFee5thLowBreakpoint: type: number description: '' format: double nullable: true platformFee5thHighBreakpoint: type: number description: '' format: double nullable: true platformFee5thFeeAmount: type: number description: '' format: double nullable: true platformFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' platformFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' platformFeeHistory: type: string description: '' nullable: true custodianFee: type: number description: '' format: double nullable: true adminFeePaidByMgr: $ref: '#/components/schemas/CodeMappingString' subadvisorFeeBreakpointDate: type: string description: '' nullable: true subadvisorFeeBreakpointUnit: type: string description: '' nullable: true subadvisorFeeUnit: type: string description: '' nullable: true subadvisorFee1stBreakpoint: type: string description: '' nullable: true subadvisorFee2ndBreakpoint: type: string description: '' nullable: true subadvisorFee3rdBreakpoint: type: string description: '' nullable: true subadvisorFee4thBreakpoint: type: string description: '' nullable: true subadvisorFee5thBreakpoint: type: string description: '' nullable: true subadvisorFee6thBreakpoint: type: string description: '' nullable: true subadvisorFee7thBreakpoint: type: string description: '' nullable: true subadvisorFee8thBreakpoint: type: string description: '' nullable: true subadvisorFee9thBreakpoint: type: string description: '' nullable: true subadvisorFeeStarting: type: string description: '' nullable: true subadvisorFee1st: type: string description: '' nullable: true subadvisorFee2nd: type: string description: '' nullable: true subadvisorFee3rd: type: string description: '' nullable: true subadvisorFee4th: type: string description: '' nullable: true subadvisorFee5th: type: string description: '' nullable: true subadvisorFee6th: type: string description: '' nullable: true subadvisorFee7th: type: string description: '' nullable: true subadvisorFee8th: type: string description: '' nullable: true subadvisorFee9th: type: string description: '' nullable: true strategistFeeDate: type: string description: '' nullable: true strategistFeeUnitType: $ref: '#/components/schemas/CodeMappingString' strategistFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' strategistFee1stLowBreakpoint: type: number description: '' format: double nullable: true strategistFee1stHighBreakpoint: type: number description: '' format: double nullable: true strategistFee1stFeeAmount: type: number description: '' format: double nullable: true strategistFee2ndLowBreakpoint: type: number description: '' format: double nullable: true strategistFee2ndHighBreakpoint: type: number description: '' format: double nullable: true strategistFee2ndFeeAmount: type: number description: '' format: double nullable: true strategistFee3rdLowBreakpoint: type: number description: '' format: double nullable: true strategistFee3rdHighBreakpoint: type: number description: '' format: double nullable: true strategistFee3rdFeeAmount: type: number description: '' format: double nullable: true strategistFee4thLowBreakpoint: type: number description: '' format: double nullable: true strategistFee4thHighBreakpoint: type: number description: '' format: double nullable: true strategistFee4thFeeAmount: type: number description: '' format: double nullable: true strategistFee5thLowBreakpoint: type: number description: '' format: double nullable: true strategistFee5thHighBreakpoint: type: number description: '' format: double nullable: true strategistFee5thFeeAmount: type: number description: '' format: double nullable: true strategistFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' strategistFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' strategistFeeHistory: type: string description: '' nullable: true hurdleRate: type: number description: '' format: double nullable: true highWatermark: $ref: '#/components/schemas/CodeMappingString' grossExpenseRatioEffectiveDate: type: string description: '' nullable: true netExpenseRatioEffectiveDate: type: string description: '' nullable: true subadvisorFeeRatio: type: number description: '' format: double nullable: true subadvisorFeeDate: type: string description: '' nullable: true technologyFeeDate: type: string description: '' nullable: true technologyFeeUnitType: $ref: '#/components/schemas/CodeMappingString' technologyFeeBreakpointUnitType: $ref: '#/components/schemas/CodeMappingString' technologyFee1stLowBreakpoint: type: number description: '' format: double nullable: true technologyFee1stHighBreakpoint: type: number description: '' format: double nullable: true technologyFee1stFeeAmount: type: number description: '' format: double nullable: true technologyFee2ndLowBreakpoint: type: number description: '' format: double nullable: true technologyFee2ndHighBreakpoint: type: number description: '' format: double nullable: true technologyFee2ndFeeAmount: type: number description: '' format: double nullable: true technologyFee3rdLowBreakpoint: type: number description: '' format: double nullable: true technologyFee3rdHighBreakpoint: type: number description: '' format: double nullable: true technologyFee3rdFeeAmount: type: number description: '' format: double nullable: true technologyFee4thLowBreakpoint: type: number description: '' format: double nullable: true technologyFee4thHighBreakpoint: type: number description: '' format: double nullable: true technologyFee4thFeeAmount: type: number description: '' format: double nullable: true technologyFee5thLowBreakpoint: type: number description: '' format: double nullable: true technologyFee5thHighBreakpoint: type: number description: '' format: double nullable: true technologyFee5thFeeAmount: type: number description: '' format: double nullable: true technologyFeePaymentScheduleType: $ref: '#/components/schemas/CodeMappingString' technologyFeePaymentsPerYear: $ref: '#/components/schemas/CodeMappingString' technologyFeeHistory: type: string description: '' nullable: true irsTaxClassification: $ref: '#/components/schemas/CodeMappingString' prospectusDeferredTaxExpense: type: number description: '' format: double nullable: true managementFeeDetails: $ref: '#/components/schemas/CodeMappingString' maxSalesFeeDate: type: string description: '' nullable: true maxSalesFee: type: number description: '' format: double nullable: true maxSalesFeeUnit: $ref: '#/components/schemas/CodeMappingString' rolloverFeeDate: type: string description: '' nullable: true rolloverFee: type: number description: '' format: double nullable: true rolloverFeeUnit: $ref: '#/components/schemas/CodeMappingString' creationAndDevelopmentFee: type: number description: '' format: double nullable: true organizationCosts: type: number description: '' format: double nullable: true prospectusAdjustedExpenseRatio: type: number description: '' format: double nullable: true additionalProperties: false title: OutputProspectusFees description: All fields are nullable. Empty or `null` value fields are not returned. ResponseMorningstarMedalistRatingMostRecent: type: object properties: morningstarMedalistRatingMostRecent: $ref: '#/components/schemas/OutputMorningstarMedalistRatingMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDistributionsMostRecent: type: object properties: accumulatedNetUnrealizedCapitalGains6Mo: type: number description: '' format: double nullable: true accumulatedRealizedCapitalGains6Mo: type: number description: '' format: double nullable: true averageAnnualDistributionsFixedInvestment5YearMoEnd: type: number description: '' format: double nullable: true distributionCoverInReportingPeriod6Mo: type: number description: '' format: double nullable: true distributionCoverUsingLatestDistribution6Mo: type: number description: '' format: double nullable: true distributionShortfallUsingLatestDistribution6Mo: type: number description: '' format: double nullable: true distributionStatus: $ref: '#/components/schemas/CodeMappingString' distributionValueChange1Yr: type: number description: '' format: double nullable: true distributionValueChange2Yr: type: number description: '' format: double nullable: true distributionValueChange3Yr: type: number description: '' format: double nullable: true dividendCover: type: number description: '' format: double nullable: true dividendExpense: type: integer description: '' format: int32 nullable: true dividendGrowth1y: type: number description: '' format: double nullable: true dividendGrowth2y: type: number description: '' format: double nullable: true dividendGrowth3y: type: number description: '' format: double nullable: true dividendGrowth5y: type: number description: '' format: double nullable: true dividendShortfallInReportingPeriod6Mo: type: number description: '' format: double nullable: true dividendYtd: type: number description: '' format: double nullable: true earningsProfileDate6Mo: type: string description: '' nullable: true earningsProfilePeriod6Mo: type: integer description: '' format: int32 nullable: true earningsRateInReportingPeriod6Mo: type: number description: '' format: double nullable: true earningsRateUsingLatestDividend6Mo: type: number description: '' format: double nullable: true incomeAnalysisDate: type: string description: '' nullable: true incomeAndCapitalGainsRateNavUs: type: number description: '' format: double nullable: true incomeAndCapitalGainsRatePriceUs: type: number description: '' format: double nullable: true interestPaid6Mo: type: number description: '' format: double nullable: true lastDistributionIncCapgnsRoc: type: number description: '' format: double nullable: true lastDistributionIncCapgnsRocDate: type: string description: '' nullable: true latestCapitalGain: type: number description: '' format: double nullable: true latestCapitalGainDate: type: string description: '' nullable: true latestCapitalGainDateLongTerm: type: string description: '' nullable: true latestCapitalGainDateMiddleTerm: type: string description: '' nullable: true latestCapitalGainDateShortTerm: type: string description: '' nullable: true latestCapitalGainLongTerm: type: number description: '' format: double nullable: true latestCapitalGainMiddleTerm: type: number description: '' format: double nullable: true latestCapitalGainNav: type: number description: '' format: double nullable: true latestCapitalGainShortTerm: type: number description: '' format: double nullable: true latestDividend: type: number description: '' format: double nullable: true latestDividendDate: type: string description: '' nullable: true latestDividendDeclarationDate: type: string description: '' nullable: true latestDividendNav: type: number description: '' format: double nullable: true latestDividendPayDate: type: string description: '' nullable: true latestDividendPence: type: number description: '' format: double nullable: true latestDividendRecordDate: type: string description: '' nullable: true latestRoc: type: number description: '' format: double nullable: true latestRocDate: type: string description: '' nullable: true lifeOfDistributionReservesMonthsUsingLatestDistribution6Mo: type: number description: '' format: double nullable: true lifeOfDividendReservesMonthsInReportingPeriod6Mo: type: number description: '' format: double nullable: true mostRecentDistChangeDeclarationDate: type: string description: '' nullable: true mostRecentDistChangeExDate: type: string description: '' nullable: true mostRecentDistChangePerc: type: number description: '' format: double nullable: true navDistributionRateDate: type: string description: '' nullable: true netIncomePostPreferredShareDistributions6Mo: type: number description: '' format: double nullable: true netIncomePostPreferredShareDistributionsPorm6Mo: type: number description: '' format: double nullable: true netIncomePostPreferredShareDistributionsPormPors6Mo: type: number description: '' format: double nullable: true netIncomePostPreferredShareDistributionsPors6Mo: type: number description: '' format: double nullable: true netInvestmentIncome6Mo: type: number description: '' format: double nullable: true netInvestmentIncomePorm6Mo: type: number description: '' format: double nullable: true netInvestmentIncomePormPors6Mo: type: number description: '' format: double nullable: true netInvestmentIncomePors6Mo: type: number description: '' format: double nullable: true noOfDistIncreases1Yr: type: integer description: '' format: int32 nullable: true noOfDistIncreases2Yr: type: integer description: '' format: int32 nullable: true noOfDistIncreases3Yr: type: integer description: '' format: int32 nullable: true noOfDistReductions1Yr: type: integer description: '' format: int32 nullable: true noOfDistReductions2Yr: type: integer description: '' format: int32 nullable: true noOfDistReductions3Yr: type: integer description: '' format: int32 nullable: true numberOfUnitsFixedInvestmentPurchased5YearsAgoMoEnd: type: number description: '' format: double nullable: true numberOfYearlyDistributionIncreasesordecreasesFixedInvestment5YearMoEnd: type: string description: '' nullable: true operatingExpenses6Mo: type: number description: '' format: double nullable: true paidInCapitalCostBasis6Mo: type: number description: '' format: double nullable: true percChangeInDist1Yr: type: number description: '' format: double nullable: true percChangeInDist2Yr: type: number description: '' format: double nullable: true percChangeInDist3Yr: type: number description: '' format: double nullable: true percChangeInDistributionsReceivedYear1ToYear2MoEnd: type: number description: '' format: double nullable: true percChangeInDistributionsReceivedYear2ToYear3MoEnd: type: number description: '' format: double nullable: true percChangeInDistributionsReceivedYear3ToYear4MoEnd: type: number description: '' format: double nullable: true percChangeInDistributionsReceivedYear4ToYear5MoEnd: type: number description: '' format: double nullable: true priceDistributionRateDate: type: string description: '' nullable: true rangeOfYearlyDistributionsFixedInvestment5YearMoEnd: type: number description: '' format: double nullable: true realisedCapitalGains6Mo: type: number description: '' format: double nullable: true realisedCapitalGainsPorm6Mo: type: number description: '' format: double nullable: true realisedCapitalGainsPors6Mo: type: number description: '' format: double nullable: true shareSplit: type: string description: '' nullable: true totalCapitalGainsorlossesInReportingPeriod6Mo: type: number description: '' format: double nullable: true totalCapitalGainsPorm6Mo: type: number description: '' format: double nullable: true totalCapitalGainsPors6Mo: type: number description: '' format: double nullable: true totalCostOfLeverage6Mo: type: number description: '' format: double nullable: true totalDistributionPaidToPreferredShareholders6Mo: type: number description: '' format: double nullable: true totalDistributionsFixedInvestmentsYear1MoEnd: type: number description: '' format: double nullable: true totalDistributionsFixedInvestmentsYear2MoEnd: type: number description: '' format: double nullable: true totalDistributionsFixedInvestmentsYear3MoEnd: type: number description: '' format: double nullable: true totalDistributionsFixedInvestmentsYear4MoEnd: type: number description: '' format: double nullable: true totalDistributionsFixedInvestmentsYear5MoEnd: type: number description: '' format: double nullable: true totalDistributionsReceivedFixedInvestment5YearMoEnd: type: number description: '' format: double nullable: true totalInvestmentIncome6Mo: type: number description: '' format: double nullable: true undistributedNetInvestmentIncome6Mo: type: number description: '' format: double nullable: true undistributedNetInvestmentIncomePors6Mo: type: number description: '' format: double nullable: true uniiDistributionCoverInReportingPeriod6Mo: type: number description: '' format: double nullable: true uniiDistributionCoverUsingLatestDistribution6Mo: type: number description: '' format: double nullable: true unrealisedCapitalGains6Mo: type: number description: '' format: double nullable: true unrealisedCapitalGainsPorm6Mo: type: number description: '' format: double nullable: true unrealisedCapitalGainsPors6Mo: type: number description: '' format: double nullable: true additionalProperties: false title: OutputDistributionsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputRightsIssue: type: object properties: excludingDate: type: string description: Date when the event becomes effective; which is normally two business days before the record date. This is the date from which the security is traded without benefit (excluding) nullable: true adjustmentFactor: type: number description: The stock split (including stock dividend); rights issue; spin off or capital repayment factor that applies to price and per share data to adjust the history format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' declareDate: type: string description: Date when the company announced the event nullable: true existingShare: type: number description: Indicates the old shares prior to a rights issue offering format: double nullable: true newShare: type: number description: Indicates the new shares to be issued in a rights issue offering format: double nullable: true payDate: type: string description: Date when the benefit; dividend amount or new shares; gets credited to the brokerage accounts of shareholders nullable: true recordDate: type: string description: Date when the shareholders recorded in the shareholder register are considered eligible to get benefit nullable: true subscriptionPrice: type: number description: Price at which the rights issue or capital repayment is offered by the company format: double nullable: true additionalProperties: false title: OutputRightsIssue ResponseEsgFundLevelCarbonRisk: type: object properties: esgFundLevelCarbonRisk: $ref: '#/components/schemas/OutputEsgFundLevelCarbonRisk' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCentralIndexKeyChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the company status was changed nullable: true changeFrom: type: string description: The status that the company changes from nullable: true changeTo: type: string description: The status that the company changes to nullable: true additionalProperties: false title: OutputCentralIndexKeyChangeLog ResponseEvestmentOperation: type: object properties: evestmentOperation: $ref: '#/components/schemas/OutputEvestmentOperation' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputStrategyMapping: type: object properties: assetAllocationStrategic: $ref: '#/components/schemas/CodeMappingString' assetAllocationTactical: $ref: '#/components/schemas/CodeMappingString' balancedAllocation: $ref: '#/components/schemas/CodeMappingString' betaFutures: $ref: '#/components/schemas/CodeMappingString' betaHedgeExtent: $ref: '#/components/schemas/CodeMappingString' betaHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' betaOptions: $ref: '#/components/schemas/CodeMappingString' betaSecurities: $ref: '#/components/schemas/CodeMappingString' betaSwaps: $ref: '#/components/schemas/CodeMappingString' communityResponsible: $ref: '#/components/schemas/CodeMappingString' consumerResponsible: $ref: '#/components/schemas/CodeMappingString' contrarian: $ref: '#/components/schemas/CodeMappingString' countryAllocation: $ref: '#/components/schemas/CodeMappingString' countryAllocationBottomUp: $ref: '#/components/schemas/CodeMappingString' countryAllocationTopDown: $ref: '#/components/schemas/CodeMappingString' currencyFutures: $ref: '#/components/schemas/CodeMappingString' currencyHedgeExtent: $ref: '#/components/schemas/CodeMappingString' currencyHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' currencyOptions: $ref: '#/components/schemas/CodeMappingString' currencySecurities: $ref: '#/components/schemas/CodeMappingString' currencySwaps: $ref: '#/components/schemas/CodeMappingString' deltaFutures: $ref: '#/components/schemas/CodeMappingString' deltaHedgeExtent: $ref: '#/components/schemas/CodeMappingString' deltaHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' deltaOptions: $ref: '#/components/schemas/CodeMappingString' deltaSecurities: $ref: '#/components/schemas/CodeMappingString' deltaSwaps: $ref: '#/components/schemas/CodeMappingString' derivativeInvesting: $ref: '#/components/schemas/CodeMappingString' environmentallyConscious: $ref: '#/components/schemas/CodeMappingString' fiStrategyIndividualSecuritySelection: $ref: '#/components/schemas/CodeMappingString' fiStrategyInterestRateExpectation: $ref: '#/components/schemas/CodeMappingString' fiStrategyOptionAdjustedSpreadBased: $ref: '#/components/schemas/CodeMappingString' fiStrategySectorRotation: $ref: '#/components/schemas/CodeMappingString' fiStrategyYieldCurve: $ref: '#/components/schemas/CodeMappingString' gammaFutures: $ref: '#/components/schemas/CodeMappingString' gammaHedgeExtent: $ref: '#/components/schemas/CodeMappingString' gammaHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' gammaOptions: $ref: '#/components/schemas/CodeMappingString' gammaSecurities: $ref: '#/components/schemas/CodeMappingString' gammaSwaps: $ref: '#/components/schemas/CodeMappingString' highCashPerc: type: number description: '' format: double nullable: true highStock: type: number description: '' format: double nullable: true indexApproachCensusReplication: $ref: '#/components/schemas/CodeMappingString' indexApproachDerivativeBased: $ref: '#/components/schemas/CodeMappingString' indexApproachPhysicalFull: $ref: '#/components/schemas/CodeMappingString' indexApproachPhysicalSample: $ref: '#/components/schemas/CodeMappingString' indexApproachStratifiedSampling: $ref: '#/components/schemas/CodeMappingString' indexApproachStructured: $ref: '#/components/schemas/CodeMappingString' indexApproachSynthetic: $ref: '#/components/schemas/CodeMappingString' industryAllocation: $ref: '#/components/schemas/CodeMappingString' interestRateFutures: $ref: '#/components/schemas/CodeMappingString' interestRateHedgeExtent: $ref: '#/components/schemas/CodeMappingString' interestRateHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' interestRateOptions: $ref: '#/components/schemas/CodeMappingString' interestRateSecurities: $ref: '#/components/schemas/CodeMappingString' interestRateSwaps: $ref: '#/components/schemas/CodeMappingString' invAnalysisFundamental: $ref: '#/components/schemas/CodeMappingString' invAnalysisQuantitative: $ref: '#/components/schemas/CodeMappingString' invAnalysisTechnical: $ref: '#/components/schemas/CodeMappingString' investmentProcess: $ref: '#/components/schemas/CodeMappingString' laborSensitive: $ref: '#/components/schemas/CodeMappingString' leveragedNetLong: $ref: '#/components/schemas/CodeMappingString' lowCashPerc: type: number description: '' format: double nullable: true lowStock: type: number description: '' format: double nullable: true managementApproach: $ref: '#/components/schemas/CodeMappingString' managementApproachActive: $ref: '#/components/schemas/CodeMappingString' managementApproachPassive: $ref: '#/components/schemas/CodeMappingString' managementApproachStrategicBeta: $ref: '#/components/schemas/CodeMappingString' ofStrategyAccountsGained: type: integer description: '' format: int32 nullable: true ofStrategyAccountsLost: type: integer description: '' format: int32 nullable: true passiveorenhancedMethodology: $ref: '#/components/schemas/CodeMappingString' percFromExternalResearch: $ref: '#/components/schemas/CodeMappingInt' planLongStrategy: $ref: '#/components/schemas/CodeMappingString' planObjective: $ref: '#/components/schemas/CodeMappingString' planShortStrategy: $ref: '#/components/schemas/CodeMappingString' realReturn: $ref: '#/components/schemas/CodeMappingString' religiousAwareness: $ref: '#/components/schemas/CodeMappingString' replicationMethod: $ref: '#/components/schemas/CodeMappingString' sectorFocus: $ref: '#/components/schemas/CodeMappingString' securityAllocationBottomUp: $ref: '#/components/schemas/CodeMappingString' securityAllocationTopDown: $ref: '#/components/schemas/CodeMappingString' securityLending: $ref: '#/components/schemas/CodeMappingString' strategyAssetsInAccounts100m: type: number description: '' format: double nullable: true strategyAssetsInAccounts10mTo25m: type: number description: '' format: double nullable: true strategyAssetsInAccounts1mTo10m: type: number description: '' format: double nullable: true strategyAssetsInAccounts250k: type: number description: '' format: double nullable: true strategyAssetsInAccounts250kTo1m: type: number description: '' format: double nullable: true strategyAssetsInAccounts25mTo50m: type: number description: '' format: double nullable: true strategyAssetsInAccounts50mTo100m: type: number description: '' format: double nullable: true strategyAssetsUnderAdvisement: type: number description: '' format: double nullable: true strategyDescription: type: string description: '' nullable: true strategyForPortfolioConstruction: type: string description: '' nullable: true strategyid: type: string description: '' nullable: true strategyInceptionDate: type: string description: '' nullable: true strategyInceptionYear: type: string description: '' nullable: true strategyIndexingApproachCensusReplication: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachDerivativeBased: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachPhysicalFull: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachPhysicalSample: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachStratifiedSampling: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachStructured: $ref: '#/components/schemas/CodeMappingString' strategyIndexingApproachSyntheticReplication: $ref: '#/components/schemas/CodeMappingString' strategyInvestmentDecisionMakingProcess: type: string description: '' nullable: true strategyInvestmentPhilosophy: type: string description: '' nullable: true strategyName: type: string description: '' nullable: true strategyOfAccounts100m: type: integer description: '' format: int32 nullable: true strategyOfAccounts10mTo25m: type: integer description: '' format: int32 nullable: true strategyOfAccounts1mTo10m: type: integer description: '' format: int32 nullable: true strategyOfAccounts250k: type: integer description: '' format: int32 nullable: true strategyOfAccounts250kTo1m: type: integer description: '' format: int32 nullable: true strategyOfAccounts25mTo50m: type: integer description: '' format: int32 nullable: true strategyOfAccounts50mTo100m: type: integer description: '' format: int32 nullable: true strategyPercOfAccounts100m: type: number description: '' format: double nullable: true strategyPercOfAccounts10mTo25m: type: string description: '' nullable: true strategyPercOfAccounts1mTo10m: type: number description: '' format: double nullable: true strategyPercOfAccounts250k: type: string description: '' nullable: true strategyPercOfAccounts250kTo1m: type: number description: '' format: double nullable: true strategyPercOfAccounts25mTo50m: type: number description: '' format: double nullable: true strategyPercOfAccounts50mTo100m: type: number description: '' format: double nullable: true strategyPercOfAssets100m: type: number description: '' format: double nullable: true strategyPercOfAssets10mTo25m: type: string description: '' nullable: true strategyPercOfAssets1mTo10m: type: number description: '' format: double nullable: true strategyPercOfAssets250k: type: string description: '' nullable: true strategyPercOfAssets250kTo1m: type: number description: '' format: double nullable: true strategyPercOfAssets25mTo50m: type: number description: '' format: double nullable: true strategyPercOfAssets50mTo100m: type: number description: '' format: double nullable: true strategyPerformanceSource: type: string description: '' nullable: true strategyPrimaryCurrency: $ref: '#/components/schemas/CodeMappingString' strategySummaryKr: $ref: '#/components/schemas/CodeMappingString' strategyTaxableAssets: type: number description: '' format: double nullable: true strategyTaxExemptAssets: type: number description: '' format: double nullable: true systematicFutures: $ref: '#/components/schemas/CodeMappingString' systematicHedgeExtent: $ref: '#/components/schemas/CodeMappingString' systematicHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' systematicOptions: $ref: '#/components/schemas/CodeMappingString' systematicSecurities: $ref: '#/components/schemas/CodeMappingString' systematicSwaps: $ref: '#/components/schemas/CodeMappingString' teamManaged: $ref: '#/components/schemas/CodeMappingString' vegaFutures: $ref: '#/components/schemas/CodeMappingString' vegaHedgeExtent: $ref: '#/components/schemas/CodeMappingString' vegaHedgeFrequency: $ref: '#/components/schemas/CodeMappingString' vegaOptions: $ref: '#/components/schemas/CodeMappingString' vegaSecurities: $ref: '#/components/schemas/CodeMappingString' vegaSwaps: $ref: '#/components/schemas/CodeMappingString' wraportampAvailability: type: string description: '' nullable: true additionalProperties: false title: OutputStrategyMapping description: All fields are nullable. Empty or `null` value fields are not returned. OutputDilutedEnterpriseValueCalculations: type: object properties: asOfDate: type: string description: The calendar date when the diluted enterprise value data points are calculated nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' dilutedEnterpriseValue: type: number description: The data point represents the entire value of a company; assuming the conversion/exchange of all convertible/exchangeable securities; stock options; restricted stock units and warrants. The value can be used to measure a company's theoretical total purchase price. It is calculated by summing up the Company's Net Debt with and Market Capital based on a total amount of shares outstanding that assume conversion/exchange of all instruments previously noted . format: double nullable: true dilutedEnterpriseValueToAssets: type: number description: The data point represents a company's diluted enterprise value relative to its total assets which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by Total Assets. format: double nullable: true dilutedEnterpriseValueToEbit: type: number description: The data point represents a company's diluted enterprise value relative to its EBIT which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by EBIT (TTM). format: double nullable: true dilutedEnterpriseValueToEbitda: type: number description: The data point represents a company's diluted enterprise value relative to its EBITDA which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by EBITDA (TTM). format: double nullable: true dilutedEnterpriseValueToForwardEbitda: type: number description: The data point represents a company's diluted enterprise value relative to its estimated EBITDA which can be used to forecast a company's fair value using forward looking estimated EBITDA. It is calculated using Diluted Enterprise Value divided by Consensus Estimate for Current Fiscal Year EBITDA. format: double nullable: true dilutedEnterpriseValueToForwardRevenue: type: number description: The data point represents a company's diluted enterprise value relative to its estimated revenue which can be used to forecast a company's fair value using forward looking estimated revenue. It is calculated using Diluted Enterprise Value divided by Consensus Estimate for Current Fiscal Year Revenue. format: double nullable: true dilutedEnterpriseValueToFreeCashFlow: type: number description: The data point represents a company's diluted enterprise value relative to its free cash flow which can be used to measure a company's fair value. It is calculated using Enterprise Value divided by Free Cash Flow (TTM). format: double nullable: true dilutedEnterpriseValueToNormalizedEbit: type: number description: The data point represents a company's diluted enterprise value relative to its normalized EBIT which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by Normalized EBIT (TTM). format: double nullable: true dilutedEnterpriseValueToNormalizedEbitda: type: number description: The data point represents a company's diluted enterprise value relative to its normalized EBITDA which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by Normalized EBITDA (TTM). format: double nullable: true dilutedEnterpriseValueToRevenue: type: number description: The data point represents a company's diluted enterprise value relative to its revenue which can be used to measure a company's fair value. It is calculated using Diluted Enterprise Value divided by Total Revenue (TTM). format: double nullable: true dilutiveEquity: type: number description: The additional equity value that arises from the conversion/exchange of all convertible and/or exchangeable securities; stock options; restricted stock units and warrants issued by a firm. This is calculated by summing up the expected increase in equity derived from each of the respective securities; restricted stock units; warrants and in-the-money stock options. format: double nullable: true additionalProperties: false title: OutputDilutedEnterpriseValueCalculations OutputEsgCompanyLevelDataSfdrPAI: type: object properties: activitiesCausingLandDegradationDesertificationOrSoilSealingSfdr: $ref: '#/components/schemas/CodeMappingString' activitiesCausingLandDegradationDesertificationOrSoilSealingSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' activitiesCausingLandDegradationDesertificationOrSoilSealingSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' activitiesCausingLandDegradationDesertificationOrSoilSealingSfdrYearOfReference: type: integer description: '' format: int32 nullable: true activitiesNegativelyAffectingBiodiversityAreasSfdr: $ref: '#/components/schemas/CodeMappingString' activitiesNegativelyAffectingBiodiversityAreasSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' activitiesNegativelyAffectingBiodiversityAreasSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' activitiesNegativelyAffectingBiodiversityAreasSfdrYearOfReference: type: integer description: '' format: int32 nullable: true amountOfFinesForViolationsOfAntiCorruptionsAndAntiBriberyLawsEurSfdr: type: number description: '' format: double nullable: true amountOfFinesForViolationsOfAntiCorruptionsAndAntiBriberyLawsEurSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' amountOfFinesForViolationsOfAntiCorruptionsAndAntiBriberyLawsEurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' amountOfFinesForViolationsOfAntiCorruptionsAndAntiBriberyLawsEurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true anyCountrySocialViolationsSfdr: $ref: '#/components/schemas/CodeMappingString' anyCountrySocialViolationsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' anyCountrySocialViolationsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' anyCountrySocialViolationsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true averageHumanRightsPerformanceSfdr: type: number description: '' format: double nullable: true averageHumanRightsPerformanceSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' averageHumanRightsPerformanceSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' averageHumanRightsPerformanceSfdrYearOfReference: type: integer description: '' format: int32 nullable: true boardGenderDiversityPercentageOfFemaleBoardMembersSfdr: type: number description: '' format: double nullable: true boardGenderDiversityPercentageOfFemaleBoardMembersSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' boardGenderDiversityPercentageOfFemaleBoardMembersSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' boardGenderDiversityPercentageOfFemaleBoardMembersSfdrYearOfReference: type: integer description: '' format: int32 nullable: true breachOfUnGlobalCompactPrinciplesAndOecdGuidelinesForMultinationalEnterprisesSfdr: $ref: '#/components/schemas/CodeMappingString' breachOfUnGlobalCompactPrinciplesAndOecdGuidelinesForMultinationalEnterprisesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' breachOfUnGlobalCompactPrinciplesAndOecdGuidelinesForMultinationalEnterprisesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' breachOfUnGlobalCompactPrinciplesAndOecdGuidelinesForMultinationalEnterprisesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonEmissionsIntensitySfdr: type: number description: '' format: double nullable: true carbonEmissionsIntensitySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonEmissionsIntensitySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonEmissionsIntensitySfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonIntensityScope12and3EurSfdr: type: number description: '' format: double nullable: true carbonIntensityScope12and3EurSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonIntensityScope12and3EurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonIntensityScope12and3EurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonIntensityScope1and2EurSfdr: type: number description: '' format: double nullable: true carbonIntensityScope1and2EurSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonIntensityScope1and2EurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonIntensityScope1and2EurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonScope1EmissionsSfdr: type: number description: '' format: double nullable: true carbonScope1EmissionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonScope1EmissionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonScope1EmissionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonScope2EmissionsSfdr: type: number description: '' format: double nullable: true carbonScope2EmissionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonScope2EmissionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonScope2EmissionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonScope3EmissionsSfdr: type: number description: '' format: double nullable: true carbonScope3EmissionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonScope3EmissionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonScope3EmissionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonTotalEmissionsScope12and3Sfdr: type: number description: '' format: double nullable: true carbonTotalEmissionsScope12and3SfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonTotalEmissionsScope12and3SfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonTotalEmissionsScope12and3SfdrYearOfReference: type: integer description: '' format: int32 nullable: true carbonTotalEmissionsScope1and2Sfdr: type: number description: '' format: double nullable: true carbonTotalEmissionsScope1and2SfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' carbonTotalEmissionsScope1and2SfdrSourceType: $ref: '#/components/schemas/CodeMappingString' carbonTotalEmissionsScope1and2SfdrYearOfReference: type: integer description: '' format: int32 nullable: true contractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdr: type: integer description: '' format: int32 nullable: true contractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' contractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' contractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrYearOfReference: type: integer description: '' format: int32 nullable: true controversialWeaponsEvidenceOfActivitySfdr: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsEvidenceOfActivitySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsEvidenceOfActivitySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsEvidenceOfActivitySfdrYearOfReference: type: integer description: '' format: int32 nullable: true controversialWeaponsSfdrDefinitionEvidenceOfActivitySfdr: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsSfdrDefinitionEvidenceOfActivitySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsSfdrDefinitionEvidenceOfActivitySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' controversialWeaponsSfdrDefinitionEvidenceOfActivitySfdrYearOfReference: type: integer description: '' format: int32 nullable: true emissionsOfAirPollutantsNoxAndSoxTonnesSfdr: type: number description: '' format: double nullable: true emissionsOfAirPollutantsNoxAndSoxTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' emissionsOfAirPollutantsNoxAndSoxTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' emissionsOfAirPollutantsNoxAndSoxTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true emissionsOfAirPollutantsTotalTonnesSfdr: type: integer description: '' format: int32 nullable: true emissionsOfAirPollutantsTotalTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' emissionsOfAirPollutantsTotalTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' emissionsOfAirPollutantsTotalTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true emissionsOfInorganicPollutantsTonnesSfdr: type: integer description: '' format: int32 nullable: true emissionsOfInorganicPollutantsTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' emissionsOfInorganicPollutantsTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' emissionsOfInorganicPollutantsTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true emissionsOfOzoneDepletionSubstancesTonnesSfdr: type: integer description: '' format: int32 nullable: true emissionsOfOzoneDepletionSubstancesTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' emissionsOfOzoneDepletionSubstancesTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' emissionsOfOzoneDepletionSubstancesTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true emissionsToWaterTonnesSfdr: type: number description: '' format: double nullable: true emissionsToWaterTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' emissionsToWaterTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' emissionsToWaterTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true employeeAndContractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdr: type: number description: '' format: double nullable: true employeeAndContractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' employeeAndContractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' employeeAndContractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrYearOfReference: type: integer description: '' format: int32 nullable: true employeeLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdr: type: integer description: '' format: int32 nullable: true employeeLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' employeeLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' employeeLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityAgricultureForestryAndFishingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityAgricultureForestryAndFishingSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityAgricultureForestryAndFishingSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityAgricultureForestryAndFishingSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityConstructionSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityConstructionSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityConstructionSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityConstructionSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityElectricityGasSteamAndAirConditioningSupplySfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityElectricityGasSteamAndAirConditioningSupplySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityElectricityGasSteamAndAirConditioningSupplySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityElectricityGasSteamAndAirConditioningSupplySfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityManufacturingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityManufacturingSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityManufacturingSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityManufacturingSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityMiningAndQuarryingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityMiningAndQuarryingSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityMiningAndQuarryingSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityMiningAndQuarryingSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityRealEstateActivitiesSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityRealEstateActivitiesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityRealEstateActivitiesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityRealEstateActivitiesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityRealEstateSfdr: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityRealEstateSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityRealEstateSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityRealEstateSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityTransportationAndStorageSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityTransportationAndStorageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityTransportationAndStorageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityTransportationAndStorageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityWaterSupplySewerageWasteManagementAndRemediationActivitiesSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityWaterSupplySewerageWasteManagementAndRemediationActivitiesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityWaterSupplySewerageWasteManagementAndRemediationActivitiesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityWaterSupplySewerageWasteManagementAndRemediationActivitiesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true energyConsumptionIntensityWholesaleAndRetailTradeAndRepairOfMotorVehiclesAndMotorcyclesSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityWholesaleAndRetailTradeAndRepairOfMotorVehiclesAndMotorcyclesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityWholesaleAndRetailTradeAndRepairOfMotorVehiclesAndMotorcyclesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' energyConsumptionIntensityWholesaleAndRetailTradeAndRepairOfMotorVehiclesAndMotorcyclesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true enterpriseValueEurSfdr: type: number description: '' format: double nullable: true enterpriseValueEurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' enterpriseValueEurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true enterpriseValueIncludingCashEurSfdr: type: number description: '' format: double nullable: true enterpriseValueIncludingCashEurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' enterpriseValueIncludingCashEurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true excessiveCeoPayRatioSfdr: type: number description: '' format: double nullable: true excessiveCeoPayRatioSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' excessiveCeoPayRatioSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' excessiveCeoPayRatioSfdrYearOfReference: type: integer description: '' format: int32 nullable: true hazardousWasteProductionTonnesSfdr: type: number description: '' format: double nullable: true hazardousWasteProductionTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' hazardousWasteProductionTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' hazardousWasteProductionTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true icControlOfCorruptionScoreSfdr: type: number description: '' format: double nullable: true icControlOfCorruptionScoreSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' icControlOfCorruptionScoreSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' icControlOfCorruptionScoreSfdrYearOfReference: type: integer description: '' format: int32 nullable: true icPoliticalStabilityScoreSfdr: type: number description: '' format: double nullable: true icPoliticalStabilityScoreSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' icPoliticalStabilityScoreSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' icPoliticalStabilityScoreSfdrYearOfReference: type: integer description: '' format: int32 nullable: true icRuleOfLawScoreSfdr: type: number description: '' format: double nullable: true icRuleOfLawScoreSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' icRuleOfLawScoreSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' icRuleOfLawScoreSfdrYearOfReference: type: integer description: '' format: int32 nullable: true icVoiceAndAccountabilityScoreSfdr: type: number description: '' format: double nullable: true icVoiceAndAccountabilityScoreSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' icVoiceAndAccountabilityScoreSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' icVoiceAndAccountabilityScoreSfdrYearOfReference: type: integer description: '' format: int32 nullable: true incomeInequalitySfdr: type: number description: '' format: double nullable: true incomeInequalitySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' incomeInequalitySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' incomeInequalitySfdrYearOfReference: type: integer description: '' format: int32 nullable: true insufficientActionOnBreachesOfAntiCorruptionPolicySfdr: $ref: '#/components/schemas/CodeMappingString' insufficientActionOnBreachesOfAntiCorruptionPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' insufficientActionOnBreachesOfAntiCorruptionPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' insufficientActionOnBreachesOfAntiCorruptionPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true involvedInFossilFuelsSfdr: $ref: '#/components/schemas/CodeMappingString' involvedInFossilFuelsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' involvedInFossilFuelsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' involvedInFossilFuelsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfAntiCorruptionAndAntiBriberyPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfAntiCorruptionAndAntiBriberyPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfAntiCorruptionAndAntiBriberyPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfAntiCorruptionAndAntiBriberyPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfBiodiversityProtectionPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfBiodiversityProtectionPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfBiodiversityProtectionPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfBiodiversityProtectionPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfCarbonEmissionReductionInitiativesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfCarbonEmissionReductionInitiativesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfCarbonEmissionReductionInitiativesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfCarbonEmissionReductionInitiativesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfDeforestationPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfDeforestationPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfDeforestationPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfDeforestationPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfGrievanceorcomplaintsHandlingMechanismsRelatedToEmployeeMattersSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfGrievanceorcomplaintsHandlingMechanismsRelatedToEmployeeMattersSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfGrievanceorcomplaintsHandlingMechanismsRelatedToEmployeeMattersSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfGrievanceorcomplaintsHandlingMechanismsRelatedToEmployeeMattersSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfHumanRightsDueDiligenceSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsDueDiligenceSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsDueDiligenceSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsDueDiligenceSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfHumanRightsPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfProcessesAndComplianceMechanismsToMonitorComplianceWithUnGlobalCompactPrinciplesAndOecdGuidelinesForMnesSfdr: $ref: '#/components/schemas/CodeMappingString' ? lackOfProcessesAndComplianceMechanismsToMonitorComplianceWithUnGlobalCompactPrinciplesAndOecdGuidelinesForMnesSfdrResearchStatus : $ref: '#/components/schemas/CodeMappingString' ? lackOfProcessesAndComplianceMechanismsToMonitorComplianceWithUnGlobalCompactPrinciplesAndOecdGuidelinesForMnesSfdrSourceType : $ref: '#/components/schemas/CodeMappingString' ? lackOfProcessesAndComplianceMechanismsToMonitorComplianceWithUnGlobalCompactPrinciplesAndOecdGuidelinesForMnesSfdrYearOfReference : type: integer description: '' format: int32 nullable: true lackOfProcessesToPreventHumanTraffickingSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfProcessesToPreventHumanTraffickingSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfProcessesToPreventHumanTraffickingSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfProcessesToPreventHumanTraffickingSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfSupplierCodeOfConductSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfSupplierCodeOfConductSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfSupplierCodeOfConductSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfSupplierCodeOfConductSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfSustainableOceansorseasPracticesOrPoliciesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfSustainableOceansorseasPracticesOrPoliciesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfSustainableOceansorseasPracticesOrPoliciesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfSustainableOceansorseasPracticesOrPoliciesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfWaterManagementPoliciesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWaterManagementPoliciesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfWaterManagementPoliciesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfWaterManagementPoliciesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfWhistleblowerProtectionSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWhistleblowerProtectionSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfWhistleblowerProtectionSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfWhistleblowerProtectionSfdrYearOfReference: type: integer description: '' format: int32 nullable: true lackOfWorkplaceAccidentPreventionPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWorkplaceAccidentPreventionPolicySfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' lackOfWorkplaceAccidentPreventionPolicySfdrSourceType: $ref: '#/components/schemas/CodeMappingString' lackOfWorkplaceAccidentPreventionPolicySfdrYearOfReference: type: integer description: '' format: int32 nullable: true marketCapitalisationEurSfdr: type: number description: '' format: double nullable: true marketCapitalisationEurSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' marketCapitalisationEurSfdrYearOfReference: type: integer description: '' format: int32 nullable: true nonCooperativeTaxJurisdictionsSfdr: $ref: '#/components/schemas/CodeMappingString' nonCooperativeTaxJurisdictionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' nonCooperativeTaxJurisdictionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' nonCooperativeTaxJurisdictionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true nonRecycledWasteGenerationTonnesSfdr: type: number description: '' format: double nullable: true nonRecycledWasteGenerationTonnesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' nonRecycledWasteGenerationTonnesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' nonRecycledWasteGenerationTonnesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true numberOfConvictionsForViolationsOfAntiCorruptionsAndAntiBriberyLawsSfdr: type: integer description: '' format: int32 nullable: true numberOfConvictionsForViolationsOfAntiCorruptionsAndAntiBriberyLawsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' numberOfConvictionsForViolationsOfAntiCorruptionsAndAntiBriberyLawsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' numberOfConvictionsForViolationsOfAntiCorruptionsAndAntiBriberyLawsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true numberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsSfdr: type: integer description: '' format: int32 nullable: true numberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' numberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' numberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true numberOfIncidentsOfDiscriminationLeadingToSanctionsSfdr: type: integer description: '' format: int32 nullable: true numberOfIncidentsOfDiscriminationLeadingToSanctionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' numberOfIncidentsOfDiscriminationLeadingToSanctionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' numberOfIncidentsOfDiscriminationLeadingToSanctionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true numberOfIncidentsOfDiscriminationSfdr: type: integer description: '' format: int32 nullable: true numberOfIncidentsOfDiscriminationSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' numberOfIncidentsOfDiscriminationSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' numberOfIncidentsOfDiscriminationSfdrYearOfReference: type: integer description: '' format: int32 nullable: true operationsAffectingThreatenedSpeciesSfdr: $ref: '#/components/schemas/CodeMappingString' operationsAffectingThreatenedSpeciesSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' operationsAffectingThreatenedSpeciesSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' operationsAffectingThreatenedSpeciesSfdrYearOfReference: type: integer description: '' format: int32 nullable: true operationsAndSuppliersExposedToChildLabourSfdr: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToChildLabourSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToChildLabourSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToChildLabourSfdrYearOfReference: type: integer description: '' format: int32 nullable: true operationsAndSuppliersExposedToForcedOrCompulsoryLabourSfdr: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToForcedOrCompulsoryLabourSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToForcedOrCompulsoryLabourSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' operationsAndSuppliersExposedToForcedOrCompulsoryLabourSfdrYearOfReference: type: integer description: '' format: int32 nullable: true percentageOfEstimatedEmissionsSfdr: type: integer description: '' format: int32 nullable: true percentageOfEstimatedEmissionsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' percentageOfEstimatedEmissionsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' percentageOfEstimatedEmissionsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true pesticidesProductionInvolvementSfdr: $ref: '#/components/schemas/CodeMappingString' pesticidesProductionInvolvementSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' pesticidesProductionInvolvementSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' pesticidesProductionInvolvementSfdrYearOfReference: type: integer description: '' format: int32 nullable: true recordableWorkRelatedInjuriesRateSfdr: type: number description: '' format: double nullable: true recordableWorkRelatedInjuriesRateSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' recordableWorkRelatedInjuriesRateSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' recordableWorkRelatedInjuriesRateSfdrYearOfReference: type: integer description: '' format: int32 nullable: true revenueTotalEur: type: number description: '' format: double nullable: true revenueTotalEurSourceType: $ref: '#/components/schemas/CodeMappingString' revenueTotalEurYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromCoalPercentageSfdr: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromCoalPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromCoalPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromCoalPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromNaturalGasPercentageSfdr: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromNaturalGasPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromNaturalGasPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromNaturalGasPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromNuclearPercentageSfdr: type: number description: '' format: double nullable: true shareOfNonRenewableEnergyConsumptionFromNuclearPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromNuclearPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromNuclearPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromOilPercentageSfdr: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionFromOilPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromOilPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionFromOilPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyConsumptionPercentageSfdr: type: number description: '' format: double nullable: true shareOfNonRenewableEnergyConsumptionPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyConsumptionPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true shareOfNonRenewableEnergyProductionPercentageSfdr: type: number description: '' format: double nullable: true shareOfNonRenewableEnergyProductionPercentageSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyProductionPercentageSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' shareOfNonRenewableEnergyProductionPercentageSfdrYearOfReference: type: integer description: '' format: int32 nullable: true unadjustedGenderPayGapPercentageOfMaleEmployeesGrossHourlyEarningsSfdr: type: number description: '' format: double nullable: true unadjustedGenderPayGapPercentageOfMaleEmployeesGrossHourlyEarningsSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' unadjustedGenderPayGapPercentageOfMaleEmployeesGrossHourlyEarningsSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' unadjustedGenderPayGapPercentageOfMaleEmployeesGrossHourlyEarningsSfdrYearOfReference: type: integer description: '' format: int32 nullable: true waterRecyclingAndReusePercentageOfWaterWithdrawalSfdr: type: integer description: '' format: int32 nullable: true waterRecyclingAndReusePercentageOfWaterWithdrawalSfdrResearchStatus: $ref: '#/components/schemas/CodeMappingString' waterRecyclingAndReusePercentageOfWaterWithdrawalSfdrSourceType: $ref: '#/components/schemas/CodeMappingString' waterRecyclingAndReusePercentageOfWaterWithdrawalSfdrYearOfReference: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputEsgCompanyLevelDataSfdrPAI description: All fields are nullable. Empty or `null` value fields are not returned. OutputStableValueFundClientBreakdown: type: object properties: fundAssetsClientDemographicsOther: type: number description: '' format: double nullable: true fundAssetsClients1025Mm: type: number description: '' format: double nullable: true fundAssetsClients1025MmPerc: type: number description: '' format: double nullable: true fundAssetsClients15Mm: type: number description: '' format: double nullable: true fundAssetsClients15MmPerc: type: number description: '' format: double nullable: true fundAssetsClients2550Mm: type: number description: '' format: double nullable: true fundAssetsClients2550MmPerc: type: number description: '' format: double nullable: true fundAssetsClients50100Mm: type: number description: '' format: double nullable: true fundAssetsClients50100MmPerc: type: number description: '' format: double nullable: true fundAssetsClients510Mm: type: number description: '' format: double nullable: true fundAssetsClients510MmPerc: type: number description: '' format: double nullable: true fundAssetsClientsOver100Mm: type: number description: '' format: double nullable: true fundAssetsClientsOver100MmPerc: type: number description: '' format: double nullable: true fundAssetsClientsUnder1Mm: type: number description: '' format: double nullable: true fundAssetsClientsUnder1MmPerc: type: number description: '' format: double nullable: true fundAssetsDefinedBenefit: type: number description: '' format: double nullable: true fundAssetsDefinedBenefitPerc: type: number description: '' format: double nullable: true fundAssetsDefinedContribution: type: number description: '' format: double nullable: true fundAssetsDefinedContributionPerc: type: number description: '' format: double nullable: true fundAssetsOfClientsDefinedBenefit: type: integer description: '' format: int32 nullable: true fundAssetsOfClientsDefinedContribution: type: integer description: '' format: int32 nullable: true fundAssetsOfClientsOther: type: integer description: '' format: int32 nullable: true fundAssetsOtherPerc: type: number description: '' format: double nullable: true fundOfClients1025Mm: type: integer description: '' format: int32 nullable: true fundOfClients15Mm: type: integer description: '' format: int32 nullable: true fundOfClients2550Mm: type: integer description: '' format: int32 nullable: true fundOfClients50100Mm: type: integer description: '' format: int32 nullable: true fundOfClients510Mm: type: integer description: '' format: int32 nullable: true fundOfClientsOver100Mm: type: integer description: '' format: int32 nullable: true fundOfClientsUnder1Mm: type: integer description: '' format: int32 nullable: true fundTopClient1: type: number description: '' format: double nullable: true fundTotalClients: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputStableValueFundClientBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputProfitability: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true analystNormalizedEbit: type: number description: This data point represents earnings before interest and taxes adjusted for items that are irregular; unusual in nature; and/or are non-recurring. This is calculated by using Earnings before Interest and Tax plus/minus any tax affected irregular or unusual items. EBIT can be used to measure a company's profitability. This is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true analystNormalizedEbitda: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses adjusted for items that are irregular; unusual in nature; and/or are non-recurring. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization plus/minus any irregular or unusual Items. EBITDA can be used to fairly measure a company's profitability. This is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true analystNormalizedEbitdar: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses adjusted for items that are irregular; unusual in nature; and/or are non-recurring. This is calculated using Earnings Before Interest; Tax; Depreciation; Amortization and Rent expenses plus/minus any irregular or unusual Items. EBITDAR can be used to measure a company's profitability. This is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true analystNormalizedNetIncome: type: number description: This data point represents earnings adjusted for items that are irregular; unusual in nature; and/or are non-recurring. This can be used to fairly measure a company's profitability. This is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. This is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true bookValueToEbitdaRatio: type: number description: This ratio represents the value of a company's book value relative to its EBITDA. This can be used to determine a company's fair value when comparing this ratio among different companies within the same sector. This is calculated using Book Value divided by EBITDA (TTM). format: double nullable: true bookValueToEbitRatio: type: number description: This ratio represents the value of a company's book value relative to its EBIT. This can be used to determine a company's fair value when comparing this ratio among different companies within the same sector. This is calculated using Book Value divided by EBIT (TTM). format: double nullable: true bookValueToNetIncomeRatio: type: number description: This ratio represents the value of a company's book value relative to its net income. This can be used to determine a company's fair value when comparing this ratio among different companies within the same sector. This is calculated using Book Value divided by Net Income (TTM). format: double nullable: true bookValueToRevenueRatio: type: number description: This ratio represents the value of a company's book value relative to its revenue. This can be used to determine a company's fair value when comparing this ratio among different companies within the same sector. This is calculated using Book Value divided by Revenue (TTM). format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' earningsBeforeInterestAndTax: type: number description: This data point represents the earnings the company generated before paying interest and tax expenses. This can be used to measure a company's profitability. This is calculated by using the summation of Pretax Income and Net Interest Income/Expenses. format: double nullable: true earningsBeforeInterestTaxAndAmortization: type: number description: This data point represents the earnings the company generated before interest; tax and amortization expenses. This can be used to measure a company's profitability. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization minus Depreciation. format: double nullable: true earningsBeforeInterestTaxDepreciationAmortizationAndRent: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses. This can be used to measure a company's profitability. This is calculated using EBITDA + Rent Expenses + Rent and Landing Fees. format: double nullable: true earningsBeforeInterestTaxDepreciationAndAmortization: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses. This can be used to measure a company's profitability. This is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true freeCashFlowToAssetsRatio: type: number description: This ratio represents the value of a company's free cash flow relative to its total assets. This can be used to measure a company's ability to transfer each dollar worth of assets into cash. This is calculated using the Free Cash Flow (TTM) divided by Average Total Assets. format: double nullable: true freeCashFlowToEquityRatio: type: number description: This ratio represents the value of a company's free cash flow relative to its total equity. This can be used to measure the amount of cash available for distribution for each dollar worth of equity. This is calculated using the Free Cash Flow (TTM) divided by Average Total Equity. format: double nullable: true freeCashFlowToNetIncomeRatio: type: number description: This ratio represents the value of a company's free cash flow relative to its net income. This can be used to measure a company's ability to transfer each dollar worth of earnings into cash. This is calculated using the Free Cash Flow divided by Net Income. format: double nullable: true freeCashFlowToSalesRatio: type: number description: This ratio represents the value of a company's free cash flow relative to its total revenue. This can be used to measure a company's ability to convert each dollar worth of revenue into cash. This is calculated using the Free Cash Flow divided by Total Revenue. format: double nullable: true netOperatingProfitAfterTax: type: number description: This calculation represents the tax affected operating earnings the company generated for the period. This can be used to measure a company's profitability. This is calculated using Net Income from Continuing Operations plus tax affected Net Interest Income/Expense minus tax affected Dividend and Investment Income. format: double nullable: true normalizedEarningsBeforeInterestAndTax: type: number description: This represents earnings before interest and taxes adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company's profitability. This is calculated by using Earnings before Interest and Tax plus/minus any tax affected unusual items. format: double nullable: true normalizedEarningsBeforeInterestTaxDepreciationAmortizationAndRent: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company's profitability. This is calculated using Earnings Before Interest; Tax; Depreciation; Amortization and Rent expenses plus/minus any unusual Items. format: double nullable: true normalizedEarningsBeforeInterestTaxDepreciationAndAmortization: type: number description: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to fairly measure a company's profitability. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization plus/minus any unusual Items. format: double nullable: true normalizedIncome: type: number description: This calculation represents earnings adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to fairly measure a company's profitability. This is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. format: double nullable: true normalizedReturnOnAsset: type: number description: This ratio represents the value of a company's normalized income relative to its total assets. This can be used to measure the company's ability to utilize its assets efficiently to generate earnings from its normal operations. This is calculated using Normalized Income (TTM) divided by Average Total Assets. format: double nullable: true normalizedReturnOnEquity: type: number description: This ratio represents the value of a company's normalized income relative to its total equity. This can be used to measure the company's ability to utilize its equity efficiently to generate earnings from its normal operations. This is calculated using Normalized Income (TTM) divided by Average Total Equity. format: double nullable: true normalizedReturnOnInvestedCapital: type: number description: This ratio represents the value of a company's normalized net operating profit after tax relative to its Invested Capital. This can be used to measure the company's ability to utilize its invested capital efficiently to generate earnings from its normal operations. This is calculated using Normalized Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true returnOnAsset: type: number description: This ratio represents the value of a company's net income relative to its total assets. This can be used to determine how much profit a company generates on its asset base. This is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Assets. format: double nullable: true returnOnCapitalEmployed: type: number description: This ratio represents the value of a company's earnings before interest and tax (EBIT) relative to its Capital Employed. This can be used to measure how much profit a company generates on its capital base. This is calculated using Earnings Before Interest and Tax (EBIT) (TTM); divided by Average Total Assets minus Average Current Liabilities format: double nullable: true returnOnEquity: type: number description: This ratio represents the value of a company's net income relative to its total equity. This can be used to determine how much profit a company generates on the money shareholders have invested in the firm. This is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Equity format: double nullable: true returnOnInvestedCapital: type: number description: This ratio represents the value of a company's net operating profit after tax relative to its Invested Capital. This can be used to measure how much profit a company generates on its capital base. This is calculated using Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true returnOnNetOperatingAssets: type: number description: This ratio represents the value of a company's net income relative to its net operating assets. This can be used to determine how much profit a company generates on its asset base. This is calculated using Net Income from Continuing Operations (TTM) divided by Average Net Operating Assets. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputProfitability ResponseYieldsMostRecent: type: object properties: yieldsMostRecent: $ref: '#/components/schemas/OutputYieldsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDrRatioChangeLog: type: object properties: effectiveDate: type: string description: The as of date when the change of par ratio became effective. nullable: true changeFrom: type: number description: The conversion ratio value of a security before the change. format: double nullable: true changeTo: type: number description: The conversion ratio value of a security after the change. format: double nullable: true additionalProperties: false title: OutputDrRatioChangeLog ResponseEstimatedCashFlowsTrailingMonthEndMostRecent: type: object properties: estimatedCashFlowsTrailingMonthEndMostRecent: $ref: '#/components/schemas/OutputEstimatedCashFlowsTrailingMonthEndMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponsePolicyFees: type: object properties: policyFees: $ref: '#/components/schemas/OutputPolicyFees' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarStyleBox: type: object properties: morningstarStyleBox: $ref: '#/components/schemas/OutputMorningstarStyleBox' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMorningstarEquityStyleBoxBreakdown: type: object properties: equityStyleCorePercLong: type: number description: '' format: double nullable: true equityStyleCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleCorePercNet: type: number description: '' format: double nullable: true equityStyleCorePercShort: type: number description: '' format: double nullable: true equityStyleGrowthPercLong: type: number description: '' format: double nullable: true equityStyleGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleGrowthPercNet: type: number description: '' format: double nullable: true equityStyleGrowthPercShort: type: number description: '' format: double nullable: true equityStyleLargeCapPercLong: type: number description: '' format: double nullable: true equityStyleLargeCapPercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeCapPercNet: type: number description: '' format: double nullable: true equityStyleLargeCapPercShort: type: number description: '' format: double nullable: true equityStyleLargeCorePercLong: type: number description: '' format: double nullable: true equityStyleLargeCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeCorePercNet: type: number description: '' format: double nullable: true equityStyleLargeCorePercShort: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercLong: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercNet: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercShort: type: number description: '' format: double nullable: true equityStyleLargeValuePercLong: type: number description: '' format: double nullable: true equityStyleLargeValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeValuePercNet: type: number description: '' format: double nullable: true equityStyleLargeValuePercShort: type: number description: '' format: double nullable: true equityStyleMidCapPercLong: type: number description: '' format: double nullable: true equityStyleMidCapPercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidCapPercNet: type: number description: '' format: double nullable: true equityStyleMidCapPercShort: type: number description: '' format: double nullable: true equityStyleMidCorePercLong: type: number description: '' format: double nullable: true equityStyleMidCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidCorePercNet: type: number description: '' format: double nullable: true equityStyleMidCorePercShort: type: number description: '' format: double nullable: true equityStyleMidGrowthPercLong: type: number description: '' format: double nullable: true equityStyleMidGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidGrowthPercNet: type: number description: '' format: double nullable: true equityStyleMidGrowthPercShort: type: number description: '' format: double nullable: true equityStyleMidValuePercLong: type: number description: '' format: double nullable: true equityStyleMidValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidValuePercNet: type: number description: '' format: double nullable: true equityStyleMidValuePercShort: type: number description: '' format: double nullable: true equityStyleRescalingFactorLong: type: number description: '' format: double nullable: true equityStyleSmallCapPercLong: type: number description: '' format: double nullable: true equityStyleSmallCapPercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallCapPercNet: type: number description: '' format: double nullable: true equityStyleSmallCapPercShort: type: number description: '' format: double nullable: true equityStyleSmallCorePercLong: type: number description: '' format: double nullable: true equityStyleSmallCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallCorePercNet: type: number description: '' format: double nullable: true equityStyleSmallCorePercShort: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercLong: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercNet: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercShort: type: number description: '' format: double nullable: true equityStyleSmallValuePercLong: type: number description: '' format: double nullable: true equityStyleSmallValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallValuePercNet: type: number description: '' format: double nullable: true equityStyleSmallValuePercShort: type: number description: '' format: double nullable: true equityStyleValuePercLong: type: number description: '' format: double nullable: true equityStyleValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleValuePercNet: type: number description: '' format: double nullable: true equityStyleValuePercShort: type: number description: '' format: double nullable: true additionalProperties: false title: OutputMorningstarEquityStyleBoxBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. ResponseRiskStatistics: type: object properties: riskStatistics: $ref: '#/components/schemas/OutputRiskStatistics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDailyReturnsMostRecent: type: object properties: marketRet1DayDaily: type: number description: '' format: double nullable: true marketRet1MoDaily: type: number description: '' format: double nullable: true marketRet1WkDaily: type: number description: '' format: double nullable: true marketRet1YrDaily: type: number description: '' format: double nullable: true marketRet2MoDaily: type: number description: '' format: double nullable: true marketRet3MoDaily: type: number description: '' format: double nullable: true marketRet6MoDaily: type: number description: '' format: double nullable: true marketRetAnnlzd10YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd15YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd20YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd2YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd3YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd5YrDaily: type: number description: '' format: double nullable: true marketRetMtdDaily: type: number description: '' format: double nullable: true marketRetQtdDaily: type: number description: '' format: double nullable: true marketRetYtdDaily: type: number description: '' format: double nullable: true postTaxReturn10YrDaily: type: number description: '' format: double nullable: true postTaxReturn15YrDaily: type: number description: '' format: double nullable: true postTaxReturn1DayDaily: type: number description: '' format: double nullable: true postTaxReturn1MoDaily: type: number description: '' format: double nullable: true postTaxReturn1WkDaily: type: number description: '' format: double nullable: true postTaxReturn1YrDaily: type: number description: '' format: double nullable: true postTaxReturn3MoDaily: type: number description: '' format: double nullable: true postTaxReturn3YrDaily: type: number description: '' format: double nullable: true postTaxReturn5YrDaily: type: number description: '' format: double nullable: true postTaxReturn6MoDaily: type: number description: '' format: double nullable: true postTaxReturnDateDaily: type: string description: '' nullable: true postTaxReturnInceptionDaily: type: number description: '' format: double nullable: true postTaxReturnMtdDaily: type: number description: '' format: double nullable: true postTaxReturnQtdDaily: type: number description: '' format: double nullable: true postTaxReturnYtdDaily: type: number description: '' format: double nullable: true ret1DayDaily: type: number description: '' format: double nullable: true ret1MoDaily: type: number description: '' format: double nullable: true ret1WkDaily: type: number description: '' format: double nullable: true ret1YrDaily: type: number description: '' format: double nullable: true ret2MoDaily: type: number description: '' format: double nullable: true ret3MoDaily: type: number description: '' format: double nullable: true ret6MoDaily: type: number description: '' format: double nullable: true retAnnlzd10YrDaily: type: number description: '' format: double nullable: true retAnnlzd15YrDaily: type: number description: '' format: double nullable: true retAnnlzd2YrDaily: type: number description: '' format: double nullable: true retAnnlzd3YrDaily: type: number description: '' format: double nullable: true retAnnlzd4YrDaily: type: number description: '' format: double nullable: true retAnnlzd5YrDaily: type: number description: '' format: double nullable: true retAnnlzd6YrDaily: type: number description: '' format: double nullable: true retAnnlzd7YrDaily: type: number description: '' format: double nullable: true retAnnlzd8YrDaily: type: number description: '' format: double nullable: true retAnnlzd9YrDaily: type: number description: '' format: double nullable: true retMtdDaily: type: number description: '' format: double nullable: true retQtdDaily: type: number description: '' format: double nullable: true returnDateDaily: type: string description: '' nullable: true retYtdDaily: type: number description: '' format: double nullable: true totalRet1DayDaily: type: number description: '' format: double nullable: true totalRet1MoDaily: type: number description: '' format: double nullable: true totalRet1WkDaily: type: number description: '' format: double nullable: true totalRet1YrDaily: type: number description: '' format: double nullable: true totalRet2MoDaily: type: number description: '' format: double nullable: true totalRet3MoDaily: type: number description: '' format: double nullable: true totalRet6MoDaily: type: number description: '' format: double nullable: true totalRetAnnlzd10YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd15YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd20YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd2YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd3YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd5YrDaily: type: number description: '' format: double nullable: true totalRetMtdDaily: type: number description: '' format: double nullable: true totalRetQtdDaily: type: number description: '' format: double nullable: true totalRetYtdDaily: type: number description: '' format: double nullable: true vctReturn10yCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn10yStandardNavDaily: type: number description: '' format: double nullable: true vctReturn1MoCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn1MoStandardNavDaily: type: number description: '' format: double nullable: true vctReturn1yCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn1yStandardNavDaily: type: number description: '' format: double nullable: true vctReturn3MoCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn3MoStandardNavDaily: type: number description: '' format: double nullable: true vctReturn3yCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn3yStandardNavDaily: type: number description: '' format: double nullable: true vctReturn5yCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn5yStandardNavDaily: type: number description: '' format: double nullable: true vctReturn6MoCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn6MoStandardNavDaily: type: number description: '' format: double nullable: true vctReturn7yCumFairNavDaily: type: number description: '' format: double nullable: true vctReturn7yStandardNavDaily: type: number description: '' format: double nullable: true vctReturnDateDaily: type: string description: '' nullable: true vctReturnSinceInceptionCumFairNavDaily: type: number description: '' format: double nullable: true vctReturnSinceStandardNavInceptionDaily: type: number description: '' format: double nullable: true additionalProperties: false title: OutputDailyReturnsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. ResponseIndexReference: type: object properties: indexReference: $ref: '#/components/schemas/OutputIndexReference' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPricesMostRecent: type: object properties: _1940ActLeverageMillions: type: number description: '' format: double nullable: true _1940ActLeveragePerc: type: number description: '' format: double nullable: true auvMoEnd: type: number description: '' format: double nullable: true averageSpread: type: number description: '' format: double nullable: true averageSpreadDate: type: string description: '' nullable: true averageSpreadObservationCount: type: integer description: '' format: int32 nullable: true averageSpreadorpriceRatio: type: number description: '' format: double nullable: true avgDailyVolume1Mo: type: number description: '' format: double nullable: true avgDailyVolume1Yr: type: integer description: '' format: int32 nullable: true avgDailyVolume3Mo: type: number description: '' format: double nullable: true avgValueMil1Mo: type: number description: '' format: double nullable: true avgValueMil1Yr: type: number description: '' format: double nullable: true avgValueMil2Yr: type: number description: '' format: double nullable: true avgValueMil3Mo: type: number description: '' format: double nullable: true avgValueMil3Yr: type: number description: '' format: double nullable: true avgValueMil5Yr: type: number description: '' format: double nullable: true avgValueMil6Mo: type: number description: '' format: double nullable: true avgVolumeInMil10YrDaily: type: number description: '' format: double nullable: true avgVolumeInMil10YrMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil10YrQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil1MoDaily: type: number description: '' format: double nullable: true avgVolumeInMil1MoMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil1MoQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil1WkDaily: type: number description: '' format: double nullable: true avgVolumeInMil1WkMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil1WkQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil1YrDaily: type: number description: '' format: double nullable: true avgVolumeInMil1YrMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil1YrQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil2WkDaily: type: number description: '' format: double nullable: true avgVolumeInMil2WkMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil2WkQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil3MoDaily: type: number description: '' format: double nullable: true avgVolumeInMil3MoMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil3MoQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil3YrDaily: type: number description: '' format: double nullable: true avgVolumeInMil3YrMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil3YrQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil5YrDaily: type: number description: '' format: double nullable: true avgVolumeInMil5YrMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil5YrQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil6MoDaily: type: number description: '' format: double nullable: true avgVolumeInMil6MoMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil6MoQtrEnd: type: number description: '' format: double nullable: true avgVolumeInMil9MoDaily: type: number description: '' format: double nullable: true avgVolumeInMil9MoMoEnd: type: number description: '' format: double nullable: true avgVolumeInMil9MoQtrEnd: type: number description: '' format: double nullable: true avgVolumeMil1Mo: type: number description: '' format: double nullable: true avgVolumeMil1Yr: type: number description: '' format: double nullable: true avgVolumeMil2Yr: type: number description: '' format: double nullable: true avgVolumeMil3Mo: type: number description: '' format: double nullable: true avgVolumeMil3Yr: type: number description: '' format: double nullable: true avgVolumeMil5Yr: type: number description: '' format: double nullable: true avgVolumeMil6Mo: type: number description: '' format: double nullable: true below52WkHighPerc: type: number description: '' format: double nullable: true bidPriceDaily: type: number description: '' format: double nullable: true bidPriceMoEnd: type: number description: '' format: double nullable: true changeInInvestedAmountYear1MoEnd: type: number description: '' format: double nullable: true changeInInvestedAmountYear2MoEnd: type: number description: '' format: double nullable: true changeInInvestedAmountYear3MoEnd: type: number description: '' format: double nullable: true changeInInvestedAmountYear4MoEnd: type: number description: '' format: double nullable: true changeInInvestedAmountYear5MoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg10DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg10DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg10DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg13DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg13DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg13DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg1YrDaily: type: number description: '' format: double nullable: true closeAsMovingAvg1YrMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg1YrQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg200DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg200DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg200DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg20DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg20DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg20DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg30DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30WkDaily: type: number description: '' format: double nullable: true closeAsMovingAvg30WkMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg30WkQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg50DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg50DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg50DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg5DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5YrDaily: type: number description: '' format: double nullable: true closeAsMovingAvg5YrMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg5YrQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg60DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg60DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg60DayQtrEnd: type: number description: '' format: double nullable: true closeAsMovingAvg90DayDaily: type: number description: '' format: double nullable: true closeAsMovingAvg90DayMoEnd: type: number description: '' format: double nullable: true closeAsMovingAvg90DayQtrEnd: type: number description: '' format: double nullable: true closingPriceOnLatestActualNavDate: type: number description: '' format: double nullable: true cumFairUnweightedDailyDiscount: type: number description: '' format: double nullable: true cumFairUnweightedDailyDiscountDate: type: string description: '' nullable: true cumFairWeightedDailyDiscount: type: number description: '' format: double nullable: true cumFairWeightedDailyDiscountDate: type: string description: '' nullable: true dateNav52WkHigh: type: string description: '' nullable: true dateNav52WkLow: type: string description: '' nullable: true datePrice52WkHigh: type: string description: '' nullable: true datePrice52WkLow: type: string description: '' nullable: true discountCurrent: type: number description: '' format: double nullable: true discountExParOnLatestActualNavDate: type: number description: '' format: double nullable: true exParUnweightedDailyDiscount: type: number description: '' format: double nullable: true exParUnweightedDailyDiscountDate: type: string description: '' nullable: true exParWeightedDailyDiscount: type: number description: '' format: double nullable: true exParWeightedDailyDiscountDate: type: string description: '' nullable: true ipoNav: type: number description: '' format: double nullable: true ipoOfferPrice: type: number description: '' format: double nullable: true lastClose: type: number description: '' format: double nullable: true latestDiscountCumFair: type: number description: '' format: double nullable: true latestDiscountCumFairDate: type: string description: '' nullable: true latestDiscountCumPar: type: number description: '' format: double nullable: true latestDiscountCumParDate: type: string description: '' nullable: true latestDiscountExFair: type: number description: '' format: double nullable: true latestDiscountExFairDate: type: string description: '' nullable: true latestDiscountExPar: type: number description: '' format: double nullable: true latestDiscountExParDate: type: string description: '' nullable: true latestFridayBid: type: number description: '' format: double nullable: true latestFridayMarketPrice: type: number description: '' format: double nullable: true latestFridayMarketPriceDate: type: string description: '' nullable: true latestFridayNav: type: number description: '' format: double nullable: true latestFridayOffer: type: number description: '' format: double nullable: true latestFridayPriceDate: type: string description: '' nullable: true latestGrossAssetsCum: type: number description: '' format: double nullable: true latestGrossAssetsCumDate: type: string description: '' nullable: true latestMonthlyDiscount: type: number description: '' format: double nullable: true latestNavActualDate: type: string description: '' nullable: true latestVolumeDate: type: string description: '' nullable: true leverageDate: type: string description: '' nullable: true marketPrice: type: number description: '' format: double nullable: true marketPriceDaily: type: number description: '' format: double nullable: true marketPriceMoEnd: type: number description: '' format: double nullable: true marketReturnDateDaily: type: string description: '' nullable: true medianPremiumDiscount1Month: type: number description: '' format: double nullable: true medianPremiumDiscount1Year: type: number description: '' format: double nullable: true medianPremiumDiscount3Month: type: number description: '' format: double nullable: true medianPremiumDiscount6Month: type: number description: '' format: double nullable: true medianPremiumDiscountEndDate: type: string description: '' nullable: true monthEndPrice: type: number description: '' format: double nullable: true monthEndPriceDate: type: string description: '' nullable: true movingAvg10DayDaily: type: number description: '' format: double nullable: true movingAvg10DayMoEnd: type: number description: '' format: double nullable: true movingAvg10DayQtrEnd: type: number description: '' format: double nullable: true movingAvg13DayDaily: type: number description: '' format: double nullable: true movingAvg13DayMoEnd: type: number description: '' format: double nullable: true movingAvg13DayQtrEnd: type: number description: '' format: double nullable: true movingAvg1YrDaily: type: number description: '' format: double nullable: true movingAvg1YrMoEnd: type: number description: '' format: double nullable: true movingAvg1YrQtrEnd: type: number description: '' format: double nullable: true movingAvg200DayDaily: type: number description: '' format: double nullable: true movingAvg200DayMoEnd: type: number description: '' format: double nullable: true movingAvg200DayQtrEnd: type: number description: '' format: double nullable: true movingAvg20DayDaily: type: number description: '' format: double nullable: true movingAvg20DayMoEnd: type: number description: '' format: double nullable: true movingAvg20DayQtrEnd: type: number description: '' format: double nullable: true movingAvg30DayDaily: type: number description: '' format: double nullable: true movingAvg30DayMoEnd: type: number description: '' format: double nullable: true movingAvg30DayQtrEnd: type: number description: '' format: double nullable: true movingAvg30WkDaily: type: number description: '' format: double nullable: true movingAvg30WkMoEnd: type: number description: '' format: double nullable: true movingAvg30WkQtrEnd: type: number description: '' format: double nullable: true movingAvg50DayDaily: type: number description: '' format: double nullable: true movingAvg50DayMoEnd: type: number description: '' format: double nullable: true movingAvg50DayQtrEnd: type: number description: '' format: double nullable: true movingAvg5DayDaily: type: number description: '' format: double nullable: true movingAvg5DayMoEnd: type: number description: '' format: double nullable: true movingAvg5DayQtrEnd: type: number description: '' format: double nullable: true movingAvg5YrDaily: type: number description: '' format: double nullable: true movingAvg5YrMoEnd: type: number description: '' format: double nullable: true movingAvg5YrQtrEnd: type: number description: '' format: double nullable: true movingAvg60DayDaily: type: number description: '' format: double nullable: true movingAvg60DayMoEnd: type: number description: '' format: double nullable: true movingAvg60DayQtrEnd: type: number description: '' format: double nullable: true movingAvg90DayDaily: type: number description: '' format: double nullable: true movingAvg90DayMoEnd: type: number description: '' format: double nullable: true movingAvg90DayQtrEnd: type: number description: '' format: double nullable: true nav52WkHigh: type: number description: '' format: double nullable: true nav52WkLow: type: number description: '' format: double nullable: true navDaily: type: number description: '' format: double nullable: true navMoEnd: type: number description: '' format: double nullable: true non1940ActLeverageMillions: type: number description: '' format: double nullable: true non1940ActLeveragePerc: type: number description: '' format: double nullable: true offerPriceDaily: type: number description: '' format: double nullable: true offerPriceMoEnd: type: number description: '' format: double nullable: true postTaxNavDaily: type: number description: '' format: double nullable: true postTaxNavMoEnd: type: number description: '' format: double nullable: true premordisc12MoAvg: type: number description: '' format: double nullable: true premordiscDaily: type: number description: '' format: double nullable: true premordiscDateDaily: type: string description: '' nullable: true price52WkHigh: type: number description: '' format: double nullable: true price52WkLow: type: number description: '' format: double nullable: true pricingDelay: type: integer description: '' format: int32 nullable: true quarterEndPrice: type: number description: '' format: double nullable: true quarterEndPriceDate: type: string description: '' nullable: true totalLeverageMillions: type: number description: '' format: double nullable: true totalVolumeInMil10YrDaily: type: number description: '' format: double nullable: true totalVolumeInMil10YrMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil10YrQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil1MoDaily: type: number description: '' format: double nullable: true totalVolumeInMil1MoMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil1MoQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil1WkDaily: type: number description: '' format: double nullable: true totalVolumeInMil1WkMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil1WkQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil1YrDaily: type: number description: '' format: double nullable: true totalVolumeInMil1YrMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil1YrQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil2WkDaily: type: number description: '' format: double nullable: true totalVolumeInMil2WkMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil2WkQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil3MoDaily: type: number description: '' format: double nullable: true totalVolumeInMil3MoMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil3MoQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil3YrDaily: type: number description: '' format: double nullable: true totalVolumeInMil3YrMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil3YrQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil5YrDaily: type: number description: '' format: double nullable: true totalVolumeInMil5YrMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil5YrQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil6MoDaily: type: number description: '' format: double nullable: true totalVolumeInMil6MoMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil6MoQtrEnd: type: number description: '' format: double nullable: true totalVolumeInMil9MoDaily: type: number description: '' format: double nullable: true totalVolumeInMil9MoMoEnd: type: number description: '' format: double nullable: true totalVolumeInMil9MoQtrEnd: type: number description: '' format: double nullable: true tradingVolumeDaily: type: number description: '' format: double nullable: true transactionDate: type: string description: '' nullable: true transactionEntryPrice: type: number description: '' format: double nullable: true transactionExitPrice: type: number description: '' format: double nullable: true unweightedDailyDiscountDate: type: string description: '' nullable: true weightedDailyDiscountDate: type: string description: '' nullable: true zStatistic10YearExPar: type: number description: '' format: double nullable: true zStatistic3MonthExPar: type: number description: '' format: double nullable: true zStatistic5YearExPar: type: number description: '' format: double nullable: true zStatisticYtdExPar: type: number description: '' format: double nullable: true subadvisorFeeAmount: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputPricesMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. ResponseGetResults: title: ResponseGetResults description: Response get results. type: object properties: investments: type: array items: $ref: '#/components/schemas/OutputInvestment' metadata: $ref: '#/components/schemas/OutputMetadata' OutputBankReserveRatioSpot: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true bankReserveRatioSpotFileDate: type: string description: The date of the company's filings where bank reserve ratio spot value was collected nullable: true commonEquityTier1CapitalRatioValue: type: number description: Common Equity Tier 1 Capital ratio comes by dividing Common Equity Tier 1 Capital with Risk-Weighted Assets. This ratio measures a bank's capital against its assets. format: double nullable: true commonEquityTier1CapitalValue: type: number description: Component of Tier 1 capital that consists mostly of common stock held by a bank or other financial institution and accumulated other comprehensive income format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int64 nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingLong' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' liquidityCoverageRatioValue: type: number description: Generic stress test that aims to anticipate market-wide shocks. The liquidity coverage ratio is designed to ensure financial institutions have the necessary assets on hand to ride out short-term liquidity disruptions. format: double nullable: true nonPerformingAssetsLoansValue: type: number description: Nonperforming asset (NPA) refers to a classification for loans on the books of financial institutions that are in default or are in arrears on scheduled payments of principal or interest. In most cases; debt is classified as nonperforming when loan payments have not been made for a period of 90 days. While 90 days of nonpayment is the standard period of time for debt to be categorized as nonperforming; the amount of elapsed time may be shorter or longer depending on the terms and conditions set forth in each loan. format: double nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true riskWeightedAssetValue: type: number description: Risk-weighted assets are used to determine the minimum amount of capital that must be held by banks and other institutions to reduce the risk of insolvency. The capital requirement is based on a risk assessment for each type of bank asset. For example; a loan that is secured by a letter of credit is considered to be riskier and requires more capital than a mortgage loan that is secured with collateral. format: double nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' tier1CapitalRatioValue: type: number description: The tier 1 capital ratio is a banking firm's core equity capital divided by its total risk-weighted assets. format: double nullable: true tier1CapitalValue: type: number description: Tier 1 capital; used to describe the capital adequacy of a bank; is core capital that includes equity capital and disclosed reserves. The Tier 1 Capital ratio compares a bank's equity capital to its total risk weighted assets. Risk weighted assets are all assets held by a bank that are weighted by credit risk. Most central banks set formulas for asset risk weights according to the Basel Committee's guidelines. format: double nullable: true tier1LeverageRatioValue: type: number description: One of several financial measurements that look at how much capital comes in the form of debt (loans); or assesses the ability of a company to meet financial obligations. format: double nullable: true tier2CapitalRatioValue: type: number description: The tier 2 capital ratio comes by dividing tier 2 capital with total risk-weighted assets. format: double nullable: true tier2CapitalValue: type: number description: Tier 2 capital is designated as supplementary capital; and is composed of items such as revaluation reserves; undisclosed reserves; hybrid instruments and subordinated term debt. format: double nullable: true totalCapitalRatioValue: type: number description: The ratio of Total capital to risk weighted assets. format: double nullable: true totalCapitalValue: type: number description: Total capital is Tier 1 equity capital; consisting of equity capital; disclosed reserves and Tier 2 capital; made up of revaluation reserves; undisclosed reserves; hybrid instruments and subordinated term debt format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputBankReserveRatioSpot OutputMorningstarEquitySectorsBreakdown: type: object properties: equityEconSectorBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorHealthcarePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorRealEstatePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorTechnologyPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorEnergyPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorRescalingFactorLong: type: number description: '' format: double nullable: true equityEconSuperSectorCyclicalPercLongRescaled: type: number description: '' format: double nullable: true equityEconSuperSectorDefensivePercLongRescaled: type: number description: '' format: double nullable: true equityEconSuperSectorSensitivePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAerospaceAndDefensePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAgriculturalInputsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAirportsAndAirServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAluminumPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryApparelManufacturingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryApparelRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAssetManagementPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoAndTruckDealershipsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoManufacturersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoPartsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBanksDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesBrewersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesNonAlcoholicPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBiotechnologyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBuildingMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBusinessEquipmentAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyBusinessServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCapitalMarketsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryChemicalsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCommunicationEquipmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryComputerHardwarePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConfectionersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConglomeratesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConsumerElectronicsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCopperPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCreditServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDepartmentStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDiagnosticsAndResearchPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDiscountStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyIndustrialMachineryPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersGeneralPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEducationAndTrainingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicComponentsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicsAndComputerDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEngineeringAndConstructionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFarmProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFinancialDataAndStockExchangesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFoodDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFootwearAndAccessoriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGamblingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGoldPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGroceryStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHealthCarePlansPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHomeImprovementRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHouseholdAndPersonalProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryIndustrialDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInformationTechnologyServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInfrastructureOperationsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceLifePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsurancePropertyAndCasualtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceReinsurancePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceSpecialtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryIntegratedFreightAndLogisticsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLeisurePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLodgingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLumberAndWoodProductionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLuxuryGoodsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalCarePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalDevicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMetalFabricationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasDrillingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasEandPPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasEquipmentAndServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasIntegratedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasMidstreamPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasRefiningAndMarketingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPackagedFoodsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPackagingAndContainersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPaperAndPaperProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPersonalServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPollutionAndTreatmentControlsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRailroadsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRecreationalVehiclesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitHealthcareFacilitiesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitHotelAndMotelPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitIndustrialPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitOfficePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitResidentialPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRentalAndLeasingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryResidentialConstructionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryResortsAndCasinosPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRestaurantsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryScientificAndTechnicalInstrumentsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySecurityAndProtectionServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySemiconductorsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMarineShippingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySilverPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySoftwareApplicationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySoftwareInfrastructurePercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySolarPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyChemicalsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMortgageFinancePercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryStaffingAndEmploymentServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySteelPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTelecomServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTextileManufacturingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTobaccoPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryToolsAndAccessoriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTruckingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesIndependentPowerProducersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedElectricPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedGasPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedWaterPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryWasteManagementPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRescalingFactorLong: type: number description: '' format: double nullable: true equityIndustryAdvertisingAgenciesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAirlinesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBanksRegionalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBroadcastingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBuildingProductsAndEquipmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCokingCoalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConsultingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectricalEquipmentAndPartsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicGamingAndMultimediaPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEntertainmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFinancialConglomeratesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHealthInformationServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceBrokersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInternetContentAndInformationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInternetRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOtherPreciousMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPharmaceuticalRetailersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPublishingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitMortgagePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitSpecialtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryShellCompaniesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryThermalCoalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTravelServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUraniumPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRenewablePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorBasicMaterialsPercNet: type: number description: '' format: double nullable: true equityEconSectorCommunicationServicesPercNet: type: number description: '' format: double nullable: true equityEconSectorConsumerCyclicalPercNet: type: number description: '' format: double nullable: true equityEconSectorConsumerDefensivePercNet: type: number description: '' format: double nullable: true equityEconSectorHealthcarePercNet: type: number description: '' format: double nullable: true equityEconSectorIndustrialsPercNet: type: number description: '' format: double nullable: true equityEconSectorRealEstatePercNet: type: number description: '' format: double nullable: true equityEconSectorTechnologyPercNet: type: number description: '' format: double nullable: true equityEconSectorEnergyPercNet: type: number description: '' format: double nullable: true equityEconSectorFinancialServicesPercNet: type: number description: '' format: double nullable: true equityEconSectorUtilitiesPercNet: type: number description: '' format: double nullable: true equityEconSuperSectorCyclicalPercNet: type: number description: '' format: double nullable: true equityEconSuperSectorDefensivePercNet: type: number description: '' format: double nullable: true equityEconSuperSectorSensitivePercNet: type: number description: '' format: double nullable: true equityIndustryAerospaceAndDefensePercNet: type: number description: '' format: double nullable: true equityIndustryAgriculturalInputsPercNet: type: number description: '' format: double nullable: true equityIndustryAirportsAndAirServicesPercNet: type: number description: '' format: double nullable: true equityIndustryAluminumPercNet: type: number description: '' format: double nullable: true equityIndustryApparelManufacturingPercNet: type: number description: '' format: double nullable: true equityIndustryApparelRetailPercNet: type: number description: '' format: double nullable: true equityIndustryAssetManagementPercNet: type: number description: '' format: double nullable: true equityIndustryAutoAndTruckDealershipsPercNet: type: number description: '' format: double nullable: true equityIndustryAutoManufacturersPercNet: type: number description: '' format: double nullable: true equityIndustryAutoPartsPercNet: type: number description: '' format: double nullable: true equityIndustryBanksDiversifiedPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesBrewersPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesNonAlcoholicPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercNet: type: number description: '' format: double nullable: true equityIndustryBiotechnologyPercNet: type: number description: '' format: double nullable: true equityIndustryBuildingMaterialsPercNet: type: number description: '' format: double nullable: true equityIndustryBusinessEquipmentAndSuppliesPercNet: type: number description: '' format: double nullable: true equityIndustrySpecialtyBusinessServicesPercNet: type: number description: '' format: double nullable: true equityIndustryCapitalMarketsPercNet: type: number description: '' format: double nullable: true equityIndustryChemicalsPercNet: type: number description: '' format: double nullable: true equityIndustryCommunicationEquipmentPercNet: type: number description: '' format: double nullable: true equityIndustryComputerHardwarePercNet: type: number description: '' format: double nullable: true equityIndustryConfectionersPercNet: type: number description: '' format: double nullable: true equityIndustryConglomeratesPercNet: type: number description: '' format: double nullable: true equityIndustryConsumerElectronicsPercNet: type: number description: '' format: double nullable: true equityIndustryCopperPercNet: type: number description: '' format: double nullable: true equityIndustryCreditServicesPercNet: type: number description: '' format: double nullable: true equityIndustryDepartmentStoresPercNet: type: number description: '' format: double nullable: true equityIndustryDiagnosticsAndResearchPercNet: type: number description: '' format: double nullable: true equityIndustryDiscountStoresPercNet: type: number description: '' format: double nullable: true equityIndustrySpecialtyIndustrialMachineryPercNet: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersGeneralPercNet: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercNet: type: number description: '' format: double nullable: true equityIndustryEducationAndTrainingServicesPercNet: type: number description: '' format: double nullable: true equityIndustryElectronicComponentsPercNet: type: number description: '' format: double nullable: true equityIndustryElectronicsAndComputerDistributionPercNet: type: number description: '' format: double nullable: true equityIndustryEngineeringAndConstructionPercNet: type: number description: '' format: double nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercNet: type: number description: '' format: double nullable: true equityIndustryFarmProductsPercNet: type: number description: '' format: double nullable: true equityIndustryFinancialDataAndStockExchangesPercNet: type: number description: '' format: double nullable: true equityIndustryFoodDistributionPercNet: type: number description: '' format: double nullable: true equityIndustryFootwearAndAccessoriesPercNet: type: number description: '' format: double nullable: true equityIndustryGamblingPercNet: type: number description: '' format: double nullable: true equityIndustryGoldPercNet: type: number description: '' format: double nullable: true equityIndustryGroceryStoresPercNet: type: number description: '' format: double nullable: true equityIndustryHealthCarePlansPercNet: type: number description: '' format: double nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercNet: type: number description: '' format: double nullable: true equityIndustryHomeImprovementRetailPercNet: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercNet: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercNet: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercNet: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercNet: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercNet: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercNet: type: string description: '' nullable: true equityIndustryInsuranceLifePercNet: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercNet: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercNet: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercNet: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercNet: type: string description: '' nullable: true equityIndustryLeisurePercNet: type: string description: '' nullable: true equityIndustryLodgingPercNet: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercNet: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercNet: type: string description: '' nullable: true equityIndustryMedicalCarePercNet: type: string description: '' nullable: true equityIndustryMedicalDevicesPercNet: type: string description: '' nullable: true equityIndustryMedicalDistributionPercNet: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercNet: type: string description: '' nullable: true equityIndustryMetalFabricationPercNet: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercNet: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercNet: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercNet: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercNet: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercNet: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercNet: type: string description: '' nullable: true equityIndustryPackagedFoodsPercNet: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercNet: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercNet: type: string description: '' nullable: true equityIndustryPersonalServicesPercNet: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercNet: type: string description: '' nullable: true equityIndustryRailroadsPercNet: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercNet: type: string description: '' nullable: true equityIndustryRealEstateServicesPercNet: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercNet: type: string description: '' nullable: true equityIndustryReitDiversifiedPercNet: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercNet: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercNet: type: string description: '' nullable: true equityIndustryReitIndustrialPercNet: type: string description: '' nullable: true equityIndustryReitOfficePercNet: type: string description: '' nullable: true equityIndustryReitResidentialPercNet: type: string description: '' nullable: true equityIndustryReitRetailPercNet: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercNet: type: string description: '' nullable: true equityIndustryResidentialConstructionPercNet: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercNet: type: string description: '' nullable: true equityIndustryRestaurantsPercNet: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercNet: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercNet: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercNet: type: string description: '' nullable: true equityIndustrySemiconductorsPercNet: type: string description: '' nullable: true equityIndustryMarineShippingPercNet: type: string description: '' nullable: true equityIndustrySilverPercNet: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercNet: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercNet: type: string description: '' nullable: true equityIndustrySolarPercNet: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercNet: type: string description: '' nullable: true equityIndustryMortgageFinancePercNet: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercNet: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercNet: type: string description: '' nullable: true equityIndustrySteelPercNet: type: string description: '' nullable: true equityIndustryTelecomServicesPercNet: type: string description: '' nullable: true equityIndustryTextileManufacturingPercNet: type: string description: '' nullable: true equityIndustryTobaccoPercNet: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercNet: type: string description: '' nullable: true equityIndustryTruckingPercNet: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercNet: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercNet: type: string description: '' nullable: true equityIndustryWasteManagementPercNet: type: string description: '' nullable: true equityIndustryAdvertisingAgenciesPercNet: type: string description: '' nullable: true equityIndustryAirlinesPercNet: type: string description: '' nullable: true equityIndustryBanksRegionalPercNet: type: string description: '' nullable: true equityIndustryBroadcastingPercNet: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercNet: type: string description: '' nullable: true equityIndustryCokingCoalPercNet: type: string description: '' nullable: true equityIndustryConsultingServicesPercNet: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercNet: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercNet: type: string description: '' nullable: true equityIndustryEntertainmentPercNet: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercNet: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercNet: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercNet: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercNet: type: string description: '' nullable: true equityIndustryInternetRetailPercNet: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercNet: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercNet: type: string description: '' nullable: true equityIndustryPublishingPercNet: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercNet: type: string description: '' nullable: true equityIndustryReitMortgagePercNet: type: string description: '' nullable: true equityIndustryReitSpecialtyPercNet: type: string description: '' nullable: true equityIndustryShellCompaniesPercNet: type: string description: '' nullable: true equityIndustryThermalCoalPercNet: type: string description: '' nullable: true equityIndustryTravelServicesPercNet: type: string description: '' nullable: true equityIndustryUraniumPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercNet: type: string description: '' nullable: true equityEconSectorBasicMaterialsPercShort: type: string description: '' nullable: true equityEconSectorCommunicationServicesPercShort: type: string description: '' nullable: true equityEconSectorConsumerCyclicalPercShort: type: string description: '' nullable: true equityEconSectorConsumerDefensivePercShort: type: string description: '' nullable: true equityEconSectorHealthcarePercShort: type: string description: '' nullable: true equityEconSectorIndustrialsPercShort: type: string description: '' nullable: true equityEconSectorRealEstatePercShort: type: string description: '' nullable: true equityEconSectorTechnologyPercShort: type: string description: '' nullable: true equityEconSectorEnergyPercShort: type: string description: '' nullable: true equityEconSectorFinancialServicesPercShort: type: string description: '' nullable: true equityEconSectorUtilitiesPercShort: type: string description: '' nullable: true equityEconSuperSectorCyclicalPercShort: type: string description: '' nullable: true equityEconSuperSectorDefensivePercShort: type: string description: '' nullable: true equityEconSuperSectorSensitivePercShort: type: string description: '' nullable: true equityIndustryAerospaceAndDefensePercShort: type: string description: '' nullable: true equityIndustryAgriculturalInputsPercShort: type: string description: '' nullable: true equityIndustryAirportsAndAirServicesPercShort: type: string description: '' nullable: true equityIndustryAluminumPercShort: type: string description: '' nullable: true equityIndustryApparelManufacturingPercShort: type: string description: '' nullable: true equityIndustryApparelRetailPercShort: type: string description: '' nullable: true equityIndustryAssetManagementPercShort: type: string description: '' nullable: true equityIndustryAutoAndTruckDealershipsPercShort: type: string description: '' nullable: true equityIndustryAutoManufacturersPercShort: type: string description: '' nullable: true equityIndustryAutoPartsPercShort: type: string description: '' nullable: true equityIndustryBanksDiversifiedPercShort: type: string description: '' nullable: true equityIndustryBeveragesBrewersPercShort: type: string description: '' nullable: true equityIndustryBeveragesNonAlcoholicPercShort: type: string description: '' nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercShort: type: string description: '' nullable: true equityIndustryBiotechnologyPercShort: type: string description: '' nullable: true equityIndustryBuildingMaterialsPercShort: type: string description: '' nullable: true equityIndustryBusinessEquipmentAndSuppliesPercShort: type: string description: '' nullable: true equityIndustrySpecialtyBusinessServicesPercShort: type: string description: '' nullable: true equityIndustryCapitalMarketsPercShort: type: string description: '' nullable: true equityIndustryChemicalsPercShort: type: string description: '' nullable: true equityIndustryCommunicationEquipmentPercShort: type: string description: '' nullable: true equityIndustryComputerDistributionPercShort: type: string description: '' nullable: true equityIndustryComputerHardwarePercShort: type: string description: '' nullable: true equityIndustryConfectionersPercShort: type: string description: '' nullable: true equityIndustryConglomeratesPercShort: type: string description: '' nullable: true equityIndustryConsumerElectronicsPercShort: type: string description: '' nullable: true equityIndustryCopperPercShort: type: string description: '' nullable: true equityIndustryCreditServicesPercShort: type: string description: '' nullable: true equityIndustryDepartmentStoresPercShort: type: string description: '' nullable: true equityIndustryDiagnosticsAndResearchPercShort: type: string description: '' nullable: true equityIndustryDiscountStoresPercShort: type: string description: '' nullable: true equityIndustrySpecialtyIndustrialMachineryPercShort: type: string description: '' nullable: true equityIndustryDrugManufacturersGeneralPercShort: type: string description: '' nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercShort: type: string description: '' nullable: true equityIndustryEducationAndTrainingServicesPercShort: type: string description: '' nullable: true equityIndustryElectronicComponentsPercShort: type: string description: '' nullable: true equityIndustryElectronicsAndComputerDistributionPercShort: type: string description: '' nullable: true equityIndustryEngineeringAndConstructionPercShort: type: string description: '' nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercShort: type: string description: '' nullable: true equityIndustryFarmProductsPercShort: type: string description: '' nullable: true equityIndustryFinancialDataAndStockExchangesPercShort: type: string description: '' nullable: true equityIndustryFoodDistributionPercShort: type: string description: '' nullable: true equityIndustryFootwearAndAccessoriesPercShort: type: string description: '' nullable: true equityIndustryGamblingPercShort: type: string description: '' nullable: true equityIndustryGoldPercShort: type: string description: '' nullable: true equityIndustryGroceryStoresPercShort: type: string description: '' nullable: true equityIndustryHealthCarePlansPercShort: type: string description: '' nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercShort: type: string description: '' nullable: true equityIndustryHomeImprovementRetailPercShort: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercShort: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercShort: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercShort: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercShort: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercShort: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercShort: type: string description: '' nullable: true equityIndustryInsuranceLifePercShort: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercShort: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercShort: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercShort: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercShort: type: string description: '' nullable: true equityIndustryLeisurePercShort: type: string description: '' nullable: true equityIndustryLodgingPercShort: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercShort: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercShort: type: string description: '' nullable: true equityIndustryMedicalCarePercShort: type: string description: '' nullable: true equityIndustryMedicalDevicesPercShort: type: string description: '' nullable: true equityIndustryMedicalDistributionPercShort: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercShort: type: string description: '' nullable: true equityIndustryMetalFabricationPercShort: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercShort: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercShort: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercShort: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercShort: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercShort: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercShort: type: string description: '' nullable: true equityIndustryPackagedFoodsPercShort: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercShort: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercShort: type: string description: '' nullable: true equityIndustryPersonalServicesPercShort: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercShort: type: string description: '' nullable: true equityIndustryRailroadsPercShort: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercShort: type: string description: '' nullable: true equityIndustryRealEstateServicesPercShort: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercShort: type: string description: '' nullable: true equityIndustryReitDiversifiedPercShort: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercShort: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercShort: type: string description: '' nullable: true equityIndustryReitIndustrialPercShort: type: string description: '' nullable: true equityIndustryReitOfficePercShort: type: string description: '' nullable: true equityIndustryReitResidentialPercShort: type: string description: '' nullable: true equityIndustryReitRetailPercShort: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercShort: type: string description: '' nullable: true equityIndustryResidentialConstructionPercShort: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercShort: type: string description: '' nullable: true equityIndustryRestaurantsPercShort: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercShort: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercShort: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercShort: type: string description: '' nullable: true equityIndustrySemiconductorsPercShort: type: string description: '' nullable: true equityIndustryMarineShippingPercShort: type: string description: '' nullable: true equityIndustrySilverPercShort: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercShort: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercShort: type: string description: '' nullable: true equityIndustrySolarPercShort: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercShort: type: string description: '' nullable: true equityIndustryMortgageFinancePercShort: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercShort: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercShort: type: string description: '' nullable: true equityIndustrySteelPercShort: type: string description: '' nullable: true equityIndustryTelecomServicesPercShort: type: string description: '' nullable: true equityIndustryTextileManufacturingPercShort: type: string description: '' nullable: true equityIndustryTobaccoPercShort: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercShort: type: string description: '' nullable: true equityIndustryTruckingPercShort: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercShort: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercShort: type: string description: '' nullable: true equityIndustryWasteManagementPercShort: type: string description: '' nullable: true equityIndustryAdvertisingAgenciesPercShort: type: string description: '' nullable: true equityIndustryAirlinesPercShort: type: string description: '' nullable: true equityIndustryBanksRegionalPercShort: type: string description: '' nullable: true equityIndustryBroadcastingPercShort: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercShort: type: string description: '' nullable: true equityIndustryCokingCoalPercShort: type: string description: '' nullable: true equityIndustryConsultingServicesPercShort: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercShort: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercShort: type: string description: '' nullable: true equityIndustryEntertainmentPercShort: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercShort: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercShort: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercShort: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercShort: type: string description: '' nullable: true equityIndustryInternetRetailPercShort: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercShort: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercShort: type: string description: '' nullable: true equityIndustryPublishingPercShort: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercShort: type: string description: '' nullable: true equityIndustryReitMortgagePercShort: type: string description: '' nullable: true equityIndustryReitSpecialtyPercShort: type: string description: '' nullable: true equityIndustryShellCompaniesPercShort: type: string description: '' nullable: true equityIndustryThermalCoalPercShort: type: string description: '' nullable: true equityIndustryTravelServicesPercShort: type: string description: '' nullable: true equityIndustryUraniumPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercShort: type: string description: '' nullable: true equityEconSectorBasicMaterialsPercLong: type: string description: '' nullable: true equityEconSectorCommunicationServicesPercLong: type: string description: '' nullable: true equityEconSectorConsumerCyclicalPercLong: type: string description: '' nullable: true equityEconSectorConsumerDefensivePercLong: type: string description: '' nullable: true equityEconSectorHealthcarePercLong: type: string description: '' nullable: true equityEconSectorIndustrialsPercLong: type: string description: '' nullable: true equityEconSectorRealEstatePercLong: type: string description: '' nullable: true equityEconSectorTechnologyPercLong: type: string description: '' nullable: true equityEconSectorEnergyPercLong: type: string description: '' nullable: true equityEconSectorFinancialServicesPercLong: type: string description: '' nullable: true equityEconSectorUtilitiesPercLong: type: string description: '' nullable: true equityEconSuperSectorCyclicalPercLong: type: string description: '' nullable: true equityEconSuperSectorDefensivePercLong: type: string description: '' nullable: true equityEconSuperSectorSensitivePercLong: type: string description: '' nullable: true equityIndustryAerospaceAndDefensePercLong: type: string description: '' nullable: true equityIndustryAgriculturalInputsPercLong: type: string description: '' nullable: true equityIndustryAirportsAndAirServicesPercLong: type: string description: '' nullable: true equityIndustryAluminumPercLong: type: string description: '' nullable: true equityIndustryApparelManufacturingPercLong: type: string description: '' nullable: true equityIndustryApparelRetailPercLong: type: string description: '' nullable: true equityIndustryAssetManagementPercLong: type: string description: '' nullable: true equityIndustryAutoAndTruckDealershipsPercLong: type: string description: '' nullable: true equityIndustryAutoManufacturersPercLong: type: string description: '' nullable: true equityIndustryAutoPartsPercLong: type: string description: '' nullable: true equityIndustryBanksDiversifiedPercLong: type: string description: '' nullable: true equityIndustryBeveragesBrewersPercLong: type: string description: '' nullable: true equityIndustryBeveragesNonAlcoholicPercLong: type: string description: '' nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercLong: type: string description: '' nullable: true equityIndustryBiotechnologyPercLong: type: string description: '' nullable: true equityIndustryBuildingMaterialsPercLong: type: string description: '' nullable: true equityIndustryBusinessEquipmentAndSuppliesPercLong: type: string description: '' nullable: true equityIndustrySpecialtyBusinessServicesPercLong: type: string description: '' nullable: true equityIndustryCapitalMarketsPercLong: type: string description: '' nullable: true equityIndustryChemicalsPercLong: type: string description: '' nullable: true equityIndustryCommunicationEquipmentPercLong: type: string description: '' nullable: true equityIndustryComputerHardwarePercLong: type: string description: '' nullable: true equityIndustryConfectionersPercLong: type: string description: '' nullable: true equityIndustryConglomeratesPercLong: type: string description: '' nullable: true equityIndustryConsumerElectronicsPercLong: type: string description: '' nullable: true equityIndustryCopperPercLong: type: string description: '' nullable: true equityIndustryCreditServicesPercLong: type: string description: '' nullable: true equityIndustryDepartmentStoresPercLong: type: string description: '' nullable: true equityIndustryDiagnosticsAndResearchPercLong: type: string description: '' nullable: true equityIndustryDiscountStoresPercLong: type: string description: '' nullable: true equityIndustrySpecialtyIndustrialMachineryPercLong: type: string description: '' nullable: true equityIndustryDrugManufacturersGeneralPercLong: type: string description: '' nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercLong: type: string description: '' nullable: true equityIndustryEducationAndTrainingServicesPercLong: type: string description: '' nullable: true equityIndustryElectronicComponentsPercLong: type: string description: '' nullable: true equityIndustryElectronicsAndComputerDistributionPercLong: type: string description: '' nullable: true equityIndustryEngineeringAndConstructionPercLong: type: string description: '' nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercLong: type: string description: '' nullable: true equityIndustryFarmProductsPercLong: type: string description: '' nullable: true equityIndustryFinancialDataAndStockExchangesPercLong: type: string description: '' nullable: true equityIndustryFoodDistributionPercLong: type: string description: '' nullable: true equityIndustryFootwearAndAccessoriesPercLong: type: string description: '' nullable: true equityIndustryGamblingPercLong: type: string description: '' nullable: true equityIndustryGoldPercLong: type: string description: '' nullable: true equityIndustryGroceryStoresPercLong: type: string description: '' nullable: true equityIndustryHealthCarePlansPercLong: type: string description: '' nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercLong: type: string description: '' nullable: true equityIndustryHomeImprovementRetailPercLong: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercLong: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercLong: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercLong: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercLong: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercLong: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercLong: type: string description: '' nullable: true equityIndustryInsuranceLifePercLong: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercLong: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercLong: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercLong: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercLong: type: string description: '' nullable: true equityIndustryLeisurePercLong: type: string description: '' nullable: true equityIndustryLodgingPercLong: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercLong: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercLong: type: string description: '' nullable: true equityIndustryMedicalCarePercLong: type: string description: '' nullable: true equityIndustryMedicalDevicesPercLong: type: string description: '' nullable: true equityIndustryMedicalDistributionPercLong: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercLong: type: string description: '' nullable: true equityIndustryMetalFabricationPercLong: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercLong: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercLong: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercLong: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercLong: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercLong: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercLong: type: string description: '' nullable: true equityIndustryPackagedFoodsPercLong: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercLong: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercLong: type: string description: '' nullable: true equityIndustryPersonalServicesPercLong: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercLong: type: string description: '' nullable: true equityIndustryRailroadsPercLong: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercLong: type: string description: '' nullable: true equityIndustryRealEstateServicesPercLong: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercLong: type: string description: '' nullable: true equityIndustryReitDiversifiedPercLong: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercLong: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercLong: type: string description: '' nullable: true equityIndustryReitIndustrialPercLong: type: string description: '' nullable: true equityIndustryReitOfficePercLong: type: string description: '' nullable: true equityIndustryReitResidentialPercLong: type: string description: '' nullable: true equityIndustryReitRetailPercLong: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercLong: type: string description: '' nullable: true equityIndustryResidentialConstructionPercLong: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercLong: type: string description: '' nullable: true equityIndustryRestaurantsPercLong: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercLong: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercLong: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercLong: type: string description: '' nullable: true equityIndustrySemiconductorsPercLong: type: string description: '' nullable: true equityIndustryMarineShippingPercLong: type: string description: '' nullable: true equityIndustrySilverPercLong: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercLong: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercLong: type: string description: '' nullable: true equityIndustrySolarPercLong: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercLong: type: string description: '' nullable: true equityIndustryMortgageFinancePercLong: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercLong: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercLong: type: string description: '' nullable: true equityIndustrySteelPercLong: type: string description: '' nullable: true equityIndustryTelecomServicesPercLong: type: string description: '' nullable: true equityIndustryTextileManufacturingPercLong: type: string description: '' nullable: true equityIndustryTobaccoPercLong: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercLong: type: string description: '' nullable: true equityIndustryTruckingPercLong: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercLong: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercLong: type: string description: '' nullable: true equityIndustryWasteManagementPercLong: type: string description: '' nullable: true equityIndustryAdvertisingAgenciesPercLong: type: string description: '' nullable: true equityIndustryAirlinesPercLong: type: string description: '' nullable: true equityIndustryBanksRegionalPercLong: type: string description: '' nullable: true equityIndustryBroadcastingPercLong: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercLong: type: string description: '' nullable: true equityIndustryCokingCoalPercLong: type: string description: '' nullable: true equityIndustryConsultingServicesPercLong: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercLong: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercLong: type: string description: '' nullable: true equityIndustryEntertainmentPercLong: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercLong: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercLong: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercLong: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercLong: type: string description: '' nullable: true equityIndustryInternetRetailPercLong: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercLong: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercLong: type: string description: '' nullable: true equityIndustryPublishingPercLong: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercLong: type: string description: '' nullable: true equityIndustryReitMortgagePercLong: type: string description: '' nullable: true equityIndustryReitSpecialtyPercLong: type: string description: '' nullable: true equityIndustryShellCompaniesPercLong: type: string description: '' nullable: true equityIndustryThermalCoalPercLong: type: string description: '' nullable: true equityIndustryTravelServicesPercLong: type: string description: '' nullable: true equityIndustryUraniumPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercLong: type: string description: '' nullable: true additionalProperties: false title: OutputMorningstarEquitySectorsBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputQuantitativeRatings: type: object properties: quantitativeStarRatingDate: type: string description: '' nullable: true isMomentumFilterFlag: $ref: '#/components/schemas/CodeMappingBoolean' methodologyVersionId: type: string description: Methodology version identifier nullable: true priceDate: type: string description: Date of the price used to calculate the p/fv; may be before the rating date nullable: true quantitativePriceToFairValue: type: number description: Price to fair value (p/fv) multiple format: double nullable: true quantitativeStarRating: $ref: '#/components/schemas/CodeMappingInt' quantitativeStarRatingCalculationTimestamp: type: string description: Date & time of the star rating calculation nullable: true quantitativeStarRatingPublishDate: type: string description: Date of the star rating publication nullable: true quantitativeValuationLabel: $ref: '#/components/schemas/CodeMappingString' quantitativeStarRatingDateMax: $ref: '#/components/schemas/CodeMappingString' quantitativeStarRatingDateMin: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputQuantitativeRatings OutputEsgCompanyLevel1DataLowCarbonTransitionRating: type: object properties: baselineCumulativeGhgEmissions2050AllScopes: type: number description: '' format: double nullable: true budgetCumulativeGhgEmissionsIprNetZero2050AllScopes: type: number description: '' format: double nullable: true companyReportingIndicatorCount: type: integer description: '' format: int32 nullable: true expectedCumulativeGhgEmissions2050AllScopes: type: number description: '' format: double nullable: true expectedCumulativeGhgEmissionsGapIprNetZero2050AllScopes: type: number description: '' format: double nullable: true expectedReportingIndicatorCount: type: integer description: '' format: int32 nullable: true exposureCategoryAllScopes: type: string description: '' nullable: true exposureScoreAllScopes: type: number description: '' format: double nullable: true greenhouseGasEmissionsGapAllScopesProjectedCumulativeTo2050: type: number description: '' format: double nullable: true greenhouseGasEmissionsGapPercentageAllScopesBaselineCumulativeTo2050: type: number description: '' format: double nullable: true greenhouseGasEmissionsGapPercentageAllScopesProjectedCumulativeTo2050: type: number description: '' format: double nullable: true industryCode: type: number description: '' format: double nullable: true industryName: type: string description: '' nullable: true lastPublicationDate: type: string description: '' nullable: true lowCarbonTransitionRating: type: number description: '' format: double nullable: true lowCarbonTransitionRatingAverageScoreIndustry: type: number description: '' format: double nullable: true lowCarbonTransitionRatingAverageScoreSubindustry: type: number description: '' format: double nullable: true lowCarbonTransitionRatingAverageScoreUniverse: type: number description: '' format: double nullable: true lowCarbonTransitionRatingCategory: type: string description: '' nullable: true lowCarbonTransitionRatingPercentileIndustry: type: number description: '' format: double nullable: true lowCarbonTransitionRatingPercentileSubindustry: type: number description: '' format: double nullable: true lowCarbonTransitionRatingPercentileUniverse: type: number description: '' format: double nullable: true lowCarbonTransitionRatingRankIndustry: type: integer description: '' format: int32 nullable: true lowCarbonTransitionRatingRankSubindustry: type: integer description: '' format: int32 nullable: true lowCarbonTransitionRatingRankUniverse: type: integer description: '' format: int32 nullable: true lowCarbonTransitionVarRelativeToEvicIeaNzeOverallRisk2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionVarRelativeToEvicIprFpsOverallRisk2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionVarRelativeToEvicIprNetZeroOverallRisk2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionVarValueAtRiskIeaNzeOverallRisk2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionVarValueAtRiskIprFpsOverallRisk2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionVarValueAtRiskIprNetZeroOverallRisk2050Usd: type: number description: '' format: double nullable: true managedEmissionsAdjustmentAllScopes: type: number description: '' format: double nullable: true managedGhgEmissions2050AllScopes: type: number description: '' format: double nullable: true managementAllScopes: type: number description: '' format: double nullable: true managementCategoryAllScopes: type: string description: '' nullable: true overallQualityCategory: type: string description: '' nullable: true overallQualityScore: type: number description: '' format: double nullable: true reportingSufficiency: type: number description: '' format: double nullable: true reportingSufficiencyCategory: type: string description: '' nullable: true subindustryCode: type: number description: '' format: double nullable: true subindustryName: type: string description: '' nullable: true tcfdManagementQualityPercentileIndustry: type: number description: '' format: double nullable: true tcfdManagementQualityPercentileSubindustry: type: number description: '' format: double nullable: true tcfdManagementQualityPercentileUniverse: type: number description: '' format: double nullable: true tcfdManagementQualityRankIndustry: type: integer description: '' format: int32 nullable: true tcfdManagementQualityRankSubindustry: type: integer description: '' format: int32 nullable: true tcfdManagementQualityRankUniverse: type: integer description: '' format: int32 nullable: true tcfdReportingSufficiencyPercentileIndustry: type: number description: '' format: double nullable: true tcfdReportingSufficiencyPercentileSubindustry: type: number description: '' format: double nullable: true tcfdReportingSufficiencyPercentileUniverse: type: number description: '' format: double nullable: true tcfdReportingSufficiencyRankIndustry: type: integer description: '' format: int32 nullable: true tcfdReportingSufficiencyRankSubindustry: type: integer description: '' format: int32 nullable: true tcfdReportingSufficiencyRankUniverse: type: integer description: '' format: int32 nullable: true yearOfReference: type: string description: '' nullable: true additionalProperties: false title: OutputEsgCompanyLevel1DataLowCarbonTransitionRating description: All fields are nullable. Empty or `null` value fields are not returned. ResponseBasicReference: type: object properties: basicReference: $ref: '#/components/schemas/OutputBasicReference' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputUkStakeholderOwnership: type: object properties: fileDate: type: string description: Date on which file is published nullable: true ukStakeholderOwnershipAsOfDate: type: string description: Date upon which the shares are held by shareholder. nullable: true ukStakeholderOwnershipOwnerId: type: string description: Unique Morningstar id's assigned to particular shareholders. nullable: true ukStakeholderOwnershipOwnerName: type: string description: The entity that owns the security. nullable: true ukStakeholderOwnershipNumberOfShares: type: string description: Number of shares of the security owned by the shareholder. nullable: true ukStakeholderOwnershipSharesPercentage: type: string description: Percentage of share holding at company level. nullable: true ukStakeholderOwnershipHoldingDescription: type: string description: If an insider's interest is duplicated with other insiders or major shareholders, such as an insider representing a major shareholder on the board of directors, this is detailed in holding description. nullable: true ukStakeholderOwnershipHoldingType: type: string description: Type of Holding - Beneficial or Non-beneficial. nullable: true asOfDate: type: string description: Date upon which the shares are held by shareholder; or the transaction happens nullable: true cessation: $ref: '#/components/schemas/CodeMappingBoolean' holdingDescription: type: string description: If an insider's interest is duplicated with other insiders or major shareholders; such as an insider representing a major shareholder on the board of directors; this is detailed in holding description. The content of this field is entered as 'dup 1'; 'dup A'; 'dup A and B' etc; where dup is abbreviated from duplicate. Related owners can be identified by the content of the field; for instance; where two owners of shares in the same company have reference to dup A in holding description there is a relationship between them that the local reporting regulations require to be disclosed to the market. This item relates only to insiders of LSE-listed companies. See data ID 46003 for the corresponding item in the UK major shareholder transactions file nullable: true holdingType: type: string description: Type of Holding- Beneficial or Non-beneficial nullable: true isCurrent: $ref: '#/components/schemas/CodeMappingBoolean' isExholding: $ref: '#/components/schemas/CodeMappingBoolean' newReport: type: boolean description: Flag denotes if it's the first time the owner became major shareholder nullable: true notifiedDate: type: string description: Date notified by the Company nullable: true numberOfShares: type: integer description: Number of shares of the security owned by the shareholder; or the Number of shares after transaction format: int64 nullable: true ownerId: type: string description: Unique Morningstar id's assigned to particular shareholders nullable: true ownerName: type: string description: The entity that owns the security. Examples of owners are 13F filing institutions; 13D and 13G beneficial owners; and advisor companies nullable: true shareHolderId: type: integer description: A.k.a Id on interface. Series id for each shareholder records within filing. Auto-assign in ascending order per filing; start with 1. format: int64 nullable: true sharesOwnedPostTransactionPercentage: type: number description: Owner's balance percentage shares holding (post-trading) for specific holding date format: double nullable: true sharesPercentage: type: number description: Percentage of share holding at company level format: double nullable: true sharesPercentageCompanyLevel: type: number description: Shareholding percentage in respect to Company TSO format: double nullable: true sharesTransactionPercentage: type: number description: Percentage of number of shares in transaction format: double nullable: true transactionCurrency: type: string description: Currrency in which transaction took place nullable: true transactionPrice: type: number description: Price per share for the transaction format: double nullable: true transactionShares: type: integer description: Number of shares the owner buys or sells in the transaction format: int64 nullable: true transactionType: type: string description: Type of transaction:P - PurchaseS - SaleT - Transfer InU - Transfer OutD - In Lieu of DividendE - Exercise of OptionsO - Sale after ExerciseC - Received on ConversionR - Take-up of RightsN - Not Applicable nullable: true transactionValue: type: number description: Total value for the transaction (price per share*no. of shares) format: double nullable: true additionalProperties: false title: OutputUkStakeholderOwnership OutputDailyDividendResidualRiskAndReturnSensitivity: type: object properties: asOfDate: type: string description: The calendar date when the daily residual risk and return sensitivity data points are calculated nullable: true alpha1008Day: type: number description: A measure of excess return of a company's security over a 1008-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha1260Day: type: number description: A measure of excess return of a company's security over a 1260-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha2520Day: type: number description: A measure of excess return of a company's security over a 2520-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha252Day: type: number description: A measure of excess return of a company's security over a 252-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha504Day: type: number description: A measure of excess return of a company's security over a 504-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha756Day: type: number description: A measure of excess return of a company's security over a 756-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true beta1008Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 1008-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta1260Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 1260-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta2520Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 2520-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta252Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 252-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta504Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 504-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta756Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 756-day period in comparison to the market as a whole. The beta is calculated on a daily basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true compareIndexId: type: string description: The Morningstar Index Id that is used as a benchmark for the residual risk and return sensitivity calculation of a company's security. The assigned index for each security is based on the security's trading exchange and/or country. nullable: true rSquare1008Day: type: number description: A measure of the relationship between a company's security over a 1008-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare1260Day: type: number description: A measure of the relationship between a company's security over a 1260-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare2520Day: type: number description: A measure of the relationship between a company's security over a 2520-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare252Day: type: number description: A measure of the relationship between a company's security over a 252-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare504Day: type: number description: A measure of the relationship between a company's security over a 504-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare756Day: type: number description: A measure of the relationship between a company's security over a 756-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R square is calculated on a daily basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true additionalProperties: false title: OutputDailyDividendResidualRiskAndReturnSensitivity OutputNetAssetsDayEndAndMonthEndMostRecentAndHistorical: type: object properties: assetsOfStrategyAccountsGained: type: number description: '' format: double nullable: true assetsOfStrategyAccountsLost: type: number description: '' format: double nullable: true assetsUnderAdvisement: type: number description: '' format: double nullable: true firmMarketValueOfAccountsGainedMm: type: number description: '' format: double nullable: true firmMarketValueOfAccountsLostMm: type: number description: '' format: double nullable: true fundSizeMonthlyAverage: type: number description: '' format: double nullable: true gearingRangeHigh: type: integer description: '' format: int32 nullable: true gearingRangeLow: type: integer description: '' format: int32 nullable: true netAssets: type: number description: '' format: double nullable: true netCashPerc: type: number description: '' format: double nullable: true netGearingCumFairPerc: type: number description: '' format: double nullable: true netGearingExParPerc: type: number description: '' format: double nullable: true otherSharesPercentage: type: number description: '' format: double nullable: true profitAndLoss: type: number description: '' format: double nullable: true strategyAssetsDate: type: string description: '' nullable: true strategyAssetsUnderManagement: type: number description: '' format: double nullable: true taiwanResidentOwnershipPercentage: type: number description: '' format: double nullable: true taiwanResidentOwnershipPercentageDate: type: string description: '' nullable: true tierLevelAssetsDate: type: string description: '' nullable: true reportedShareClassFlowsDate: type: string description: '' nullable: true reportedShareClassFlows: type: number description: '' format: double nullable: true reportedFundFlowsDate: type: string description: '' nullable: true reportedFundFlows: type: number description: '' format: double nullable: true capitalCommitments: type: integer description: '' format: int64 nullable: true additionalProperties: false title: OutputNetAssetsDayEndAndMonthEndMostRecentAndHistorical description: All fields are nullable. Empty or `null` value fields are not returned. OutputOwnershipDataSecAndSedar: type: object properties: asOfDate: type: string description: '' nullable: true accessionNumberForm13f: type: string description: '' nullable: true filerCik: type: string description: '' nullable: true filingDateForm13f: type: string description: '' nullable: true numberOfShares: type: string description: '' nullable: true ownerId: type: string description: '' nullable: true ownerName: type: string description: '' nullable: true ownerType: type: string description: '' nullable: true percentageOwnership: type: string description: '' nullable: true portfolioDate: type: string description: '' nullable: true additionalProperties: false title: OutputOwnershipDataSecAndSedar InputInvestment: title: InputInvestment description: Investment to query. Investment look up is supported. type: object required: - id additionalProperties: false properties: id: type: string description: 'Specifies the investment identifier to query. Accepts performance IDs, ISINs, security IDs, CUSIPs, trading symbols, and Morningstar IDs.' idType: type: string example: performanceId default: performanceId enum: - performanceId - isin - fundCode - securityId - cusip - msid - tradingSymbol - industryCode exchangeCountry: type: string example: USA description: 'Specifies exchange country used to look up investment. Accepts 3-character ISO 3166-1 country codes.' minLength: 3 maxLength: 3 domicile: type: string example: USA description: 'Specifies domicile used to look up investment. Accepts 3-character ISO 3166-1 country codes.' minLength: 3 maxLength: 3 baseCurrency: type: string example: USD description: 'Specifies base currency used to look up investment. Accepts 3-character ISO 4217 currency codes.' exchangeId: type: string example: EX$$$$XNAS description: Specifies exchange identifier used to look up investment. See the data dictionary for full list of accepted values. externalDocs: description: Investment Details Equities Data Dictionary (Excel) url: https://advisor.morningstar.com/Enterprise/VTC/EquityData/InvestmentDetailsAPIEquityDataDictionary.xlsx ResponseEsgFundLevelLowCarbonTransitionRating: type: object properties: esgFundLevelLowCarbonTransitionRating: $ref: '#/components/schemas/OutputEsgFundLevelLowCarbonTransitionRating' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPurchaseDetails: type: object properties: advisedHoldingPeriod: $ref: '#/components/schemas/CodeMappingString' advisedHoldingPeriodFrance: $ref: '#/components/schemas/CodeMappingString' approvedListIssuers: type: integer description: '' format: int32 nullable: true approvedListWrapProviders: type: integer description: '' format: int32 nullable: true closedToAllInv: $ref: '#/components/schemas/CodeMappingString' closedToAllInvestors: $ref: '#/components/schemas/CodeMappingString' closedToAllInvestorsDate: type: string description: '' nullable: true currCapConstraintMillions: type: number description: '' format: double nullable: true employeeWithdrawalRestrictions: $ref: '#/components/schemas/CodeMappingString' employerWithdrawalRestrictions: $ref: '#/components/schemas/CodeMappingString' estimatedKiidSrri: type: integer description: '' format: int32 nullable: true estimatedKiidSrriDate: type: string description: '' nullable: true finalPayoutPerc: type: number description: '' format: double nullable: true finalPayoutPeriod: type: string description: '' nullable: true futureCapConstraintMillions: type: number description: '' format: double nullable: true initialLockUpPeriod: type: integer description: '' format: int32 nullable: true initialPayoutPerc: type: number description: '' format: double nullable: true initialPayoutPeriod: type: string description: '' nullable: true investorClassification: $ref: '#/components/schemas/CodeMappingString' kiidOngoingCharge: type: number description: '' format: double nullable: true kiidOngoingChargeDate: type: string description: '' nullable: true lockupMonths: type: integer description: '' format: int32 nullable: true maximumInvestmentAmount: type: number description: '' format: double nullable: true maximumLoanAmount: type: string description: '' nullable: true maximumLoanOnWrapperPerc: type: number description: '' format: double nullable: true maximumLoanPerc: type: string description: '' nullable: true minimumAdditionalPurchase: type: number description: '' format: double nullable: true minimumAmountOfHedging: type: number description: '' format: double nullable: true minimumInitialAip: type: integer description: '' format: int32 nullable: true minimumInitialIra: type: integer description: '' format: int32 nullable: true minimumInitialUnit: $ref: '#/components/schemas/CodeMappingString' minimumInvestmentBalance: type: integer description: '' format: int32 nullable: true minimumInvestmentBalanceUnit: $ref: '#/components/schemas/CodeMappingString' minimumInvestmentBaseCurrency: type: number description: '' format: double nullable: true minimumInvestmentMultiple: type: string description: '' nullable: true minimumLoanAmount: type: string description: '' nullable: true minimumPlatformInitialPurchase: type: integer description: '' format: int32 nullable: true minimumPlatformInitialUnit: $ref: '#/components/schemas/CodeMappingString' minimumPlatformSubsequentPurchase: type: integer description: '' format: int32 nullable: true minimumPlatformSubsequentUnit: $ref: '#/components/schemas/CodeMappingString' minimumRedemptionAmount: type: number description: '' format: double nullable: true minimumRedemptionUnit: $ref: '#/components/schemas/CodeMappingString' minimumRemainingAmount: type: string description: '' nullable: true minimumRemainingOnEuroFund: type: number description: '' format: double nullable: true minimumRemainingOnUc: type: number description: '' format: double nullable: true minimumSubsequentUnit: $ref: '#/components/schemas/CodeMappingString' minimumTermToIntroduceBuyOrder: type: string description: '' nullable: true minimumTermToIntroduceSellOrder: type: string description: '' nullable: true partialRedemptionMinimumAmountFree: type: number description: '' format: double nullable: true partialRedemptionMinimumAmountPlanned: type: number description: '' format: double nullable: true partialRedemptionMinimumRemainingFree: type: number description: '' format: double nullable: true partialRedemptionMinimumRemainingPlanned: type: number description: '' format: double nullable: true parValueDaily: type: number description: '' format: double nullable: true parValueDateDaily: type: string description: '' nullable: true purchaseExecution: type: string description: '' nullable: true purchaseMaxFrequency: $ref: '#/components/schemas/CodeMappingString' purchaseMode: $ref: '#/components/schemas/CodeMappingString' purchaseRequest: type: string description: '' nullable: true purchaseSchedule: type: string description: '' nullable: true purchaseSettlement: type: string description: '' nullable: true redemptionMaxFrequency: $ref: '#/components/schemas/CodeMappingString' redemptionScheduleBrazil: type: string description: '' nullable: true redemptionScheduleThailand: type: string description: '' nullable: true regularInvestmentMinimumInitial: type: number description: '' format: double nullable: true regularInvestmentMinimumSubsequent: type: number description: '' format: double nullable: true reopenDate: type: string description: '' nullable: true repurchaseOfferFrequency: $ref: '#/components/schemas/CodeMappingString' repurchaseOfferIntendedFrequency: $ref: '#/components/schemas/CodeMappingString' repurchasePricingDate: type: string description: '' nullable: true repurchaseRequestDeadlineDate: type: string description: '' nullable: true repurchaseRequestStartDate: type: string description: '' nullable: true repurchaseWithdrawalIntendedPercentMaximum: type: number description: '' format: double nullable: true repurchaseWithdrawalIntendedPercentMinimum: type: number description: '' format: double nullable: true repurchaseWithdrawalPercent: type: number description: '' format: double nullable: true repurchaseWithdrawalPercentMaximum: type: number description: '' format: double nullable: true repurchaseWithdrawalPercentMinimum: type: number description: '' format: double nullable: true saleExecution: type: string description: '' nullable: true saleRequest: type: string description: '' nullable: true saleSettlement: type: string description: '' nullable: true scope: $ref: '#/components/schemas/CodeMappingString' scopeEndDate: type: string description: '' nullable: true scopeStartDate: type: string description: '' nullable: true shareClassClosedToNewInv: $ref: '#/components/schemas/CodeMappingString' shareClassClosedToNewInvestorsDate: type: string description: '' nullable: true startingOn: type: string description: '' nullable: true subscriptionAmountAnnually: type: number description: '' format: double nullable: true subscriptionAmountFree: type: number description: '' format: double nullable: true subscriptionAmountMonthly: type: number description: '' format: double nullable: true subscriptionAmountQuarterly: type: number description: '' format: double nullable: true subscriptionAmountSemiAnnually: type: number description: '' format: double nullable: true subscriptionDays: type: integer description: '' format: int32 nullable: true subsequentLockupPeriod: type: number description: '' format: double nullable: true surveyedKiidSrri: type: integer description: '' format: int32 nullable: true surveyedKiidSrriDate: type: string description: '' nullable: true surveyedKiidSrriHistory: type: string description: '' nullable: true taxSavingFund: $ref: '#/components/schemas/CodeMappingString' transferRestriction: $ref: '#/components/schemas/CodeMappingString' withdrawalMethodology: $ref: '#/components/schemas/CodeMappingString' maximumAumRedemptionPercent: type: number description: '' format: double nullable: true minimumAnnualIncomeAndNetWorth: type: integer description: '' format: int64 nullable: true minimumNetWorth: type: integer description: '' format: int64 nullable: true netAssetsOwnedByShareholdersReit: type: number description: '' format: double nullable: true netAssetValueReit: type: integer description: '' format: int64 nullable: true netCashFlowReit: type: number description: '' format: double nullable: true netSalesReit: type: number description: '' format: double nullable: true redemptionConditions: $ref: '#/components/schemas/CodeMappingString' redemptionMonths: type: string description: '' nullable: true redemptionsPaidAmountReit: type: number description: '' format: double nullable: true redemptionsPaidPercentReit: type: number description: '' format: double nullable: true redemptionsReit: type: number description: '' format: double nullable: true redemptionsRequestedAmountReit: type: number description: '' format: double nullable: true salesAndRepurchaseEffectiveDateReit: type: string description: '' nullable: true shareholderRedemptionPercentReit: type: number description: '' format: double nullable: true thirdPartyOwnedAssetsReit: type: integer description: '' format: int64 nullable: true unsatisfiedRedemptionAmountReit: type: number description: '' format: double nullable: true unsatisfiedRedemptionsCalculatedEffectiveDateReit: type: string description: '' nullable: true unsatisfiedRedemptionsCollectedEffectiveDateReit: type: string description: '' nullable: true additionalProperties: false title: OutputPurchaseDetails description: All fields are nullable. Empty or `null` value fields are not returned. OutputExecutiveOfficersAndBoardOfDirectors: type: object properties: fiscalYear: type: string description: '' nullable: true reportDate: type: string description: '' nullable: true reportSource: type: string description: '' nullable: true personId: type: string description: '' nullable: true fullName: type: string description: '' nullable: true fullNamePrefix: type: string description: '' nullable: true fullNameSuffix: type: string description: '' nullable: true firstName: type: string description: '' nullable: true middleName: type: string description: '' nullable: true lastName: type: string description: '' nullable: true preferredName: type: string description: '' nullable: true gender: type: string description: '' nullable: true age: type: integer description: '' format: int32 nullable: true standardTitle: type: string description: '' nullable: true reportedTitle: type: string description: '' nullable: true isCeo: $ref: '#/components/schemas/CodeMappingString' isChairperson: $ref: '#/components/schemas/CodeMappingString' isOfficer: $ref: '#/components/schemas/CodeMappingString' officerSince: type: integer description: '' format: int32 nullable: true isLeadDirector: $ref: '#/components/schemas/CodeMappingString' isDirector: $ref: '#/components/schemas/CodeMappingString' isIndependentDirector: $ref: '#/components/schemas/CodeMappingString' directorType: type: string description: '' nullable: true directorSince: type: integer description: '' format: int32 nullable: true tenure: type: integer description: '' format: int32 nullable: true biography: type: string description: '' nullable: true positionStatus: type: string description: '' nullable: true inactiveStatusDate: type: string description: '' nullable: true annualGeneralMeetingRemark: type: string description: '' nullable: true transactionId: type: string description: '' nullable: true additionalProperties: false title: OutputExecutiveOfficersAndBoardOfDirectors ResponseLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity: type: object properties: liquidityAnalyticsOwnershipBreadthAndVehicleLiquidity: $ref: '#/components/schemas/OutputLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity' portfolioStatisticsDerivedFromIndexConstituents: $ref: '#/components/schemas/OutputPortfolioStatisticsDerivedFromIndexConstituents' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputExecutiveStockAndOptionGrants: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its annual financial statements. nullable: true basePrice: type: number description: The closing market price of common stock on the date of the grant. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' equityMaximum: type: number description: Compensation earned for incentive plan awards that are stock or equity. Amounts in these columns represent the future cash payment maximum. format: double nullable: true equityTarget: type: number description: Compensation earned for incentive plan awards that are stock or equity. Amounts in these columns represent future cash payment targets. format: double nullable: true equityThreshold: type: number description: Compensation earned for incentive plan awards that are stock or equity. Amounts in these columns represent future cash payment thresholds. format: double nullable: true grantDate: type: string description: The date an option or stock was granted. nullable: true grantDateFairValueOption: type: number description: The fair value of option awards on the date granted. format: double nullable: true grantDateFairValueStock: type: number description: The fair value of stock on the date granted. format: double nullable: true grantDateFairValueStockAndOptionAwards: type: number description: The fair value of stock and option awards on the date granted. format: double nullable: true nonEquityMaximum: type: number description: Compensation earned for incentive plan awards that are not stock or equity. Amounts in these columns represent the future cash payment maximum. format: double nullable: true nonEquityTarget: type: number description: Compensation earned for incentive plan awards that are not stock or equity. Amounts in these columns represent future cash payment targets. format: double nullable: true nonEquityThreshold: type: number description: Compensation earned for incentive plan awards that are not stock or equity. Amounts in these columns represent future cash payment thresholds. format: double nullable: true otherOptionAwards: type: number description: Represents the number of options on securities; granted during the fiscal year. format: double nullable: true otherStockAwards: type: integer description: Represents the number of shares of stock or units granted during the fiscal year. format: int64 nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true transactionId: type: integer description: A unique identifier assigned to each transaction. format: int64 nullable: true typeOfAward: type: string description: This denotes the type of option award. Types of grants of plan-based awards received by an employee as part of compensation (e.g. Option; RSU; PSU) as reported in the filings. nullable: true additionalProperties: false title: OutputExecutiveStockAndOptionGrants ResponseEsgFundLevelFirmDiversityDataLevel1: type: object properties: esgFundLevelFirmDiversityDataLevel1: $ref: '#/components/schemas/OutputEsgFundLevelFirmDiversityDataLevel1' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputSedolChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the SEDOL for the share class was changed nullable: true changeFrom: type: string description: The SEDOL that the share class changes from nullable: true changeTo: type: string description: The SEDOL that the share class changes to nullable: true additionalProperties: false title: OutputSedolChangeLog OutputComparablesRank: type: object properties: comparableCompanyId: type: string description: '' nullable: true comparableCompanyRank: type: integer description: '' format: int32 nullable: true comparableSimilarityBucket: type: integer description: '' format: int32 nullable: true runDate: type: string description: '' nullable: true scaledComparableValue: type: number description: '' format: double nullable: true additionalProperties: false title: OutputComparablesRank OutputReturnsPerformanceCurrent: type: object properties: annualRet2025: type: number description: '' format: double nullable: true annualRet2024: type: number description: '' format: double nullable: true annualRet2023: type: number description: '' format: double nullable: true annualRet2022: type: number description: '' format: double nullable: true annualRet2021: type: number description: '' format: double nullable: true annualRet2020: type: number description: '' format: double nullable: true annualRet2019: type: number description: '' format: double nullable: true annualRet2018: type: number description: '' format: double nullable: true annualRet2017: type: number description: '' format: double nullable: true annualRet2016: type: number description: '' format: double nullable: true annualRet2015: type: number description: '' format: double nullable: true returnDateQtrEnd: type: string description: '' nullable: true returnType: $ref: '#/components/schemas/CodeMappingString' returnDateDaily: type: string description: '' nullable: true totalRet1DayDaily: type: number description: '' format: double nullable: true totalRet1WkDaily: type: number description: '' format: double nullable: true totalRet1MoDaily: type: number description: '' format: double nullable: true totalRet3MoDaily: type: number description: '' format: double nullable: true totalRetYtdDaily: type: number description: '' format: double nullable: true totalRet1YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd3YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd5YrDaily: type: number description: '' format: double nullable: true totalRet2MoDaily: type: number description: '' format: double nullable: true marketRet2MoDaily: type: number description: '' format: double nullable: true totalRetAnnlzd2YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd2YrDaily: type: number description: '' format: double nullable: true returnDateMoEnd: type: string description: '' nullable: true totalRet1MoMoEnd: type: number description: '' format: double nullable: true totalRet3MoMoEnd: type: number description: '' format: double nullable: true totalRet6MoMoEnd: type: number description: '' format: double nullable: true totalRetYtdMoEnd: type: number description: '' format: double nullable: true totalRet1YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true totalRetInceptionMoEnd: type: number description: '' format: double nullable: true marketRetYtdMoEnd: type: number description: '' format: double nullable: true marketRet1MoMoEnd: type: number description: '' format: double nullable: true marketRet3MoMoEnd: type: number description: '' format: double nullable: true marketRet2MoMoEnd: type: number description: '' format: double nullable: true marketRet6MoMoEnd: type: number description: '' format: double nullable: true marketRet1YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true totalRet2MoMoEnd: type: number description: '' format: double nullable: true totalRet9MoMoEnd: type: number description: '' format: double nullable: true monthendperformanceMarkettrailing9monthreturn: type: number description: '' format: double nullable: true totalRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd4YrMoEnd: type: number description: '' format: double nullable: true monthendperformanceMarkettrailing4yearreturn: type: number description: '' format: double nullable: true totalRet2MoQtrEnd: type: number description: '' format: double nullable: true marketRet2MoQtrEnd: type: number description: '' format: double nullable: true quarterendperformanceTrailing9monthreturn: type: number description: '' format: double nullable: true totalRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true quarterendperformanceTrailing4yearreturn: type: number description: '' format: double nullable: true grossRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true grossRetSinceInceptionMoEnd: type: number description: '' format: double nullable: true marketRet1DayDaily: type: number description: '' format: double nullable: true marketRet1WkDaily: type: number description: '' format: double nullable: true marketRet1MoDaily: type: number description: '' format: double nullable: true marketRet3MoDaily: type: number description: '' format: double nullable: true marketRet6MoDaily: type: number description: '' format: double nullable: true marketRet1YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd3YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd5YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd10YrDaily: type: number description: '' format: double nullable: true marketRetAnnlzd15YrDaily: type: number description: '' format: double nullable: true marketRetMtdDaily: type: number description: '' format: double nullable: true marketRetQtdDaily: type: number description: '' format: double nullable: true marketRetYtdDaily: type: number description: '' format: double nullable: true marketRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true marketRetInceptionMoEnd: type: number description: '' format: double nullable: true marketRet1MoQtrEnd: type: number description: '' format: double nullable: true marketRet3MoQtrEnd: type: number description: '' format: double nullable: true marketRet6MoQtrEnd: type: number description: '' format: double nullable: true marketRet1YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true marketRetYtdQtrEnd: type: number description: '' format: double nullable: true marketRetInceptionQtrEnd: type: number description: '' format: double nullable: true totalRet6MoDaily: type: number description: '' format: double nullable: true totalRetAnnlzd10YrDaily: type: number description: '' format: double nullable: true totalRetAnnlzd15YrDaily: type: number description: '' format: double nullable: true totalRetMtdDaily: type: number description: '' format: double nullable: true totalRetQtdDaily: type: number description: '' format: double nullable: true totalRet1MoQtrEnd: type: number description: '' format: double nullable: true totalRet3MoQtrEnd: type: number description: '' format: double nullable: true totalRet6MoQtrEnd: type: number description: '' format: double nullable: true totalRet1YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true totalRetYtdQtrEnd: type: number description: '' format: double nullable: true totalRetInceptionQtrEnd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputReturnsPerformanceCurrent description: All fields are nullable. Empty or `null` value fields are not returned. OutputRg97FeeComponents: type: object properties: activityFeeProspective: type: number description: '' format: double nullable: true additionalHurdlePercProspective: type: number description: '' format: double nullable: true annualDollarBasedChargesProspective: type: number description: '' format: double nullable: true annualDollarBasedChargesRealised: type: number description: '' format: double nullable: true benchmarkNameOrReferenceRateProspective: type: string description: '' nullable: true borrowingCostsRealised: type: number description: '' format: double nullable: true buySellSpreadDate: type: string description: '' nullable: true buySpreadProspective: type: number description: '' format: double nullable: true contributionFeeProspective: type: number description: '' format: double nullable: true crystallisationFrequencyProspective: $ref: '#/components/schemas/CodeMappingString' dateOfLastPerformanceFeeRestructureProspective: type: string description: '' nullable: true entryFee: type: number description: '' format: double nullable: true entryFeeUnit: type: string description: '' nullable: true eofyDateRealised: type: string description: '' nullable: true establishmentFee: type: number description: '' format: double nullable: true establishmentFeeProspective: type: number description: '' format: double nullable: true establishmentFeeUnit: $ref: '#/components/schemas/CodeMappingString' exitFee: type: number description: '' format: double nullable: true exitFeeProspective: type: number description: '' format: double nullable: true exitFeeUnit: type: string description: '' nullable: true explicitCostsExclPropertyStampDutyRealised: type: number description: '' format: double nullable: true grossTotalTransactionalAndOperationalCostsRealised: type: number description: '' format: double nullable: true highWaterMarkTypeProspective: $ref: '#/components/schemas/CodeMappingString' incomeOrRevenueSharingCostsRealised: type: number description: '' format: double nullable: true interposedVehiclePerformanceFeeCostProspective: type: number description: '' format: double nullable: true interposedVehiclePerformanceFeeCostRealised: type: number description: '' format: double nullable: true investmentCostsOtherRealised: type: number description: '' format: double nullable: true investmentManagementFeeProspective: type: number description: '' format: double nullable: true investmentManagementFeeRealised: type: number description: '' format: double nullable: true investmentManagementFeesAndCostsEstimatedRealised: $ref: '#/components/schemas/CodeMappingString' investmentManagementFeesAndCostsProspective: type: number description: '' format: double nullable: true investmentManagementFeesAndCostsRealised: type: number description: '' format: double nullable: true investmentManagementFeesInterposedVehicleRealised: type: number description: '' format: double nullable: true investmentManagementOtcDerivativeCostsRealised: type: number description: '' format: double nullable: true memberFee: type: number description: '' format: double nullable: true memberFeeUnit: $ref: '#/components/schemas/CodeMappingString' netPropertyOperatingCostsRealised: type: number description: '' format: double nullable: true netTotalTransactionalAndOperationalCostsEstimatedRealised: $ref: '#/components/schemas/CodeMappingString' otcDerivativeCostsRealised: type: number description: '' format: double nullable: true otherCostsTandoCostsRealised: type: number description: '' format: double nullable: true performanceFeeCostsProspective: type: number description: '' format: double nullable: true performanceFeeCostsRealised: type: number description: '' format: double nullable: true performanceFeePercProspective: type: number description: '' format: double nullable: true propertyStampDutyRealised: type: number description: '' format: double nullable: true prospectiveTcrDate: type: string description: '' nullable: true recoveredExpensesAdminCostsEtcRealised: type: number description: '' format: double nullable: true sellSpreadProspective: type: number description: '' format: double nullable: true superannuationAdministrationFeesAndCostsEstimatedRealised: $ref: '#/components/schemas/CodeMappingString' superannuationAdministrationFeesAndCostsProspective: type: number description: '' format: double nullable: true superannuationAdministrationFeesAndCostsRealised: type: number description: '' format: double nullable: true superOtcDerivativeCostsRealised: type: number description: '' format: double nullable: true switchingFeeProspective: type: number description: '' format: double nullable: true tandoCostsRealised: type: number description: '' format: double nullable: true totalCostRatioProspective: type: number description: '' format: double nullable: true totalCostRatioRealised: type: number description: '' format: double nullable: true totalTandoCostsRecoveredViaSpreadRealised: type: number description: '' format: double nullable: true withdrawalFeeProspective: type: number description: '' format: double nullable: true additionalProperties: false title: OutputRg97FeeComponents description: All fields are nullable. Empty or `null` value fields are not returned. ResponseFixedIncomePortfolioStatisticsSurveyedAnalytics: type: object properties: fixedIncomePortfolioStatisticsSurveyedAnalytics: $ref: '#/components/schemas/OutputFixedIncomePortfolioStatisticsSurveyedAnalytics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseNetAssetsDayEndAndMonthEndMostRecentAndHistorical: type: object properties: netAssetsDayEndAndMonthEndMostRecentAndHistorical: $ref: '#/components/schemas/OutputNetAssetsDayEndAndMonthEndMostRecentAndHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputGicsIndustryAndSubindustry: type: object properties: gicsIndustrialReitsPercNet: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercNet: type: number description: '' format: double nullable: true gicsOfficeReitsPercNet: type: number description: '' format: double nullable: true gicsHealthCareReitsPercNet: type: number description: '' format: double nullable: true gicsResidentialReitsPercNet: type: number description: '' format: double nullable: true gicsRetailReitsPercNet: type: number description: '' format: double nullable: true gicsSpecializedReitsPercNet: type: number description: '' format: double nullable: true gicsIndustrialReitsPercLong: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercLong: type: number description: '' format: double nullable: true gicsOfficeReitsPercLong: type: number description: '' format: double nullable: true gicsHealthCareReitsPercLong: type: number description: '' format: double nullable: true gicsResidentialReitsPercLong: type: number description: '' format: double nullable: true gicsRetailReitsPercLong: type: number description: '' format: double nullable: true gicsSpecializedReitsPercLong: type: number description: '' format: double nullable: true gicsIndustrialReitsPercShort: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercShort: type: number description: '' format: double nullable: true gicsOfficeReitsPercShort: type: number description: '' format: double nullable: true gicsHealthCareReitsPercShort: type: number description: '' format: double nullable: true gicsResidentialReitsPercShort: type: number description: '' format: double nullable: true gicsRetailReitsPercShort: type: number description: '' format: double nullable: true gicsSpecializedReitsPercShort: type: number description: '' format: double nullable: true gicsIndustrialReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsOfficeReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthCareReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsResidentialReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsRetailReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsSpecializedReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustryRescalingFactorLong: type: number description: '' format: double nullable: true gicsMediaPercLongRescaled: type: number description: '' format: double nullable: true gicsEntertainmentPercLongRescaled: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercLongRescaled: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercLongRescaled: type: number description: '' format: double nullable: true gicsChemicalsPercLongRescaled: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercLongRescaled: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercLongRescaled: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercLongRescaled: type: number description: '' format: double nullable: true gicsBuildingProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercLongRescaled: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercLongRescaled: type: number description: '' format: double nullable: true gicsMachineryPercLongRescaled: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercLongRescaled: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercLongRescaled: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercLongRescaled: type: number description: '' format: double nullable: true gicsMarineTransportationPercLongRescaled: type: number description: '' format: double nullable: true gicsGroundTransportationPercLongRescaled: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercLongRescaled: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercLongRescaled: type: number description: '' format: double nullable: true gicsAutomobilesPercLongRescaled: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercLongRescaled: type: number description: '' format: double nullable: true gicsLeisureProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercLongRescaled: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsDistributorsPercLongRescaled: type: number description: '' format: double nullable: true gicsBroadlineRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsBeveragesPercLongRescaled: type: number description: '' format: double nullable: true gicsFoodProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsTobaccoPercLongRescaled: type: number description: '' format: double nullable: true gicsHouseholdProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercLongRescaled: type: number description: '' format: double nullable: true gicsBiotechPercLongRescaled: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercLongRescaled: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsBanksPercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerFinancePercLongRescaled: type: number description: '' format: double nullable: true gicsCapitalMarketsPercLongRescaled: type: number description: '' format: double nullable: true gicsInsurancePercLongRescaled: type: number description: '' format: double nullable: true gicsItServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsSoftwarePercLongRescaled: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercLongRescaled: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercLongRescaled: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercLongRescaled: type: number description: '' format: double nullable: true gicsMortgageReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsGasUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercLongRescaled: type: number description: '' format: double nullable: true gicsProfessionalServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustryGroup: $ref: '#/components/schemas/CodeMappingString' gicsMediaPercShortRescaled: type: number description: '' format: double nullable: true gicsEntertainmentPercShortRescaled: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercShortRescaled: type: number description: '' format: double nullable: true gicsSubIndustry: $ref: '#/components/schemas/CodeMappingString' gicsIndustry: $ref: '#/components/schemas/CodeMappingString' gicsEnergyEquipAndServicesPercNet: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercNet: type: number description: '' format: double nullable: true gicsChemicalsPercNet: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercNet: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercNet: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercNet: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercNet: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercNet: type: number description: '' format: double nullable: true gicsBuildingProductsPercNet: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercNet: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercNet: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercNet: type: number description: '' format: double nullable: true gicsMachineryPercNet: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercNet: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercNet: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercNet: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercNet: type: number description: '' format: double nullable: true gicsMarineTransportationPercNet: type: number description: '' format: double nullable: true gicsGroundTransportationPercNet: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercNet: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercNet: type: number description: '' format: double nullable: true gicsAutomobilesPercNet: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercNet: type: number description: '' format: double nullable: true gicsLeisureProductsPercNet: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercNet: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercNet: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercNet: type: number description: '' format: double nullable: true gicsDistributorsPercNet: type: number description: '' format: double nullable: true gicsBroadlineRetailPercNet: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercNet: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercNet: type: number description: '' format: double nullable: true gicsBeveragesPercNet: type: number description: '' format: double nullable: true gicsFoodProductsPercNet: type: number description: '' format: double nullable: true gicsTobaccoPercNet: type: number description: '' format: double nullable: true gicsHouseholdProductsPercNet: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercNet: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercNet: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercNet: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercNet: type: number description: '' format: double nullable: true gicsBiotechPercNet: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercNet: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercNet: type: number description: '' format: double nullable: true gicsBanksPercNet: type: number description: '' format: double nullable: true gicsFinancialServicesPercNet: type: number description: '' format: double nullable: true gicsConsumerFinancePercNet: type: number description: '' format: double nullable: true gicsCapitalMarketsPercNet: type: number description: '' format: double nullable: true gicsInsurancePercNet: type: number description: '' format: double nullable: true gicsItServicesPercNet: type: number description: '' format: double nullable: true gicsSoftwarePercNet: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercNet: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercNet: type: number description: '' format: double nullable: true gicsMortgageReitsPercNet: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercNet: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercNet: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercNet: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercNet: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercNet: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercNet: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercNet: type: number description: '' format: double nullable: true gicsGasUtilitiesPercNet: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercNet: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercNet: type: number description: '' format: double nullable: true gicsProfessionalServicesPercNet: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercNet: type: number description: '' format: double nullable: true gicsMediaPercNet: type: number description: '' format: double nullable: true gicsEntertainmentPercNet: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercNet: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercShort: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercShort: type: number description: '' format: double nullable: true gicsChemicalsPercShort: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercShort: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercShort: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercShort: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercShort: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercShort: type: number description: '' format: double nullable: true gicsBuildingProductsPercShort: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercShort: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercShort: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercShort: type: number description: '' format: double nullable: true gicsMachineryPercShort: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercShort: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercShort: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercShort: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercShort: type: number description: '' format: double nullable: true gicsMarineTransportationPercShort: type: number description: '' format: double nullable: true gicsGroundTransportationPercShort: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercShort: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercShort: type: number description: '' format: double nullable: true gicsAutomobilesPercShort: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercShort: type: number description: '' format: double nullable: true gicsLeisureProductsPercShort: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercShort: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercShort: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercShort: type: number description: '' format: double nullable: true gicsDistributorsPercShort: type: number description: '' format: double nullable: true gicsBroadlineRetailPercShort: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercShort: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercShort: type: number description: '' format: double nullable: true gicsBeveragesPercShort: type: number description: '' format: double nullable: true gicsFoodProductsPercShort: type: number description: '' format: double nullable: true gicsTobaccoPercShort: type: number description: '' format: double nullable: true gicsHouseholdProductsPercShort: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercShort: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercShort: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercShort: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercShort: type: number description: '' format: double nullable: true gicsBiotechPercShort: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercShort: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercShort: type: number description: '' format: double nullable: true gicsBanksPercShort: type: number description: '' format: double nullable: true gicsFinancialServicesPercShort: type: number description: '' format: double nullable: true gicsConsumerFinancePercShort: type: number description: '' format: double nullable: true gicsCapitalMarketsPercShort: type: number description: '' format: double nullable: true gicsInsurancePercShort: type: number description: '' format: double nullable: true gicsItServicesPercShort: type: number description: '' format: double nullable: true gicsSoftwarePercShort: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercShort: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercShort: type: number description: '' format: double nullable: true gicsMortgageReitsPercShort: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercShort: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercShort: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercShort: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercShort: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercShort: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercShort: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercShort: type: number description: '' format: double nullable: true gicsGasUtilitiesPercShort: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercShort: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercShort: type: number description: '' format: double nullable: true gicsProfessionalServicesPercShort: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercShort: type: number description: '' format: double nullable: true gicsMediaPercShort: type: number description: '' format: double nullable: true gicsEntertainmentPercShort: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercShort: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercLong: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercLong: type: string description: '' nullable: true gicsChemicalsPercLong: type: string description: '' nullable: true gicsConstructionMaterialsPercLong: type: string description: '' nullable: true gicsContainersAndPackagingPercLong: type: string description: '' nullable: true gicsMetalsAndMiningPercLong: type: string description: '' nullable: true gicsPaperAndForestProductsPercLong: type: string description: '' nullable: true gicsAerospaceAndDefensePercLong: type: string description: '' nullable: true gicsBuildingProductsPercLong: type: string description: '' nullable: true gicsConstructionAndEngineeringPercLong: type: string description: '' nullable: true gicsElectricalEquipmentPercLong: type: string description: '' nullable: true gicsIndustrialConglomeratePercLong: type: string description: '' nullable: true gicsMachineryPercLong: type: string description: '' nullable: true gicsTradingCompAndDistributorsPercLong: type: string description: '' nullable: true gicsCommercialSvcsAndSuppliesPercLong: type: string description: '' nullable: true gicsAirFreightAndLogisticsPercLong: type: string description: '' nullable: true gicsPassengerAirlinesPercLong: type: string description: '' nullable: true gicsMarineTransportationPercLong: type: string description: '' nullable: true gicsGroundTransportationPercLong: type: string description: '' nullable: true gicsTransportationInfrastructurePercLong: type: string description: '' nullable: true gicsAutomobileComponentsPercLong: type: string description: '' nullable: true gicsAutomobilesPercLong: type: string description: '' nullable: true gicsHouseholdDurablesPercLong: type: string description: '' nullable: true gicsLeisureProductsPercLong: type: string description: '' nullable: true gicsTextilesApparelAndLuxuryGoodsPercLong: type: string description: '' nullable: true gicsHotelsRestaurantsAndLeisurePercLong: type: string description: '' nullable: true gicsDiversifiedConsumerSvcsPercLong: type: string description: '' nullable: true gicsDistributorsPercLong: type: string description: '' nullable: true gicsBroadlineRetailPercLong: type: string description: '' nullable: true gicsSpecialtyRetailPercLong: type: string description: '' nullable: true gicsConsumerStaplesDistributionAndRetailPercLong: type: string description: '' nullable: true gicsBeveragesPercLong: type: string description: '' nullable: true gicsFoodProductsPercLong: type: string description: '' nullable: true gicsTobaccoPercLong: type: string description: '' nullable: true gicsHouseholdProductsPercLong: type: string description: '' nullable: true gicsPersonalCareProductsPercLong: type: string description: '' nullable: true gicsHealthcareEquipAndSuppliesPercLong: type: string description: '' nullable: true gicsHealthcareProvidersAndSvcsPercLong: type: string description: '' nullable: true gicsHealthcareTechnologyPercLong: type: string description: '' nullable: true gicsBiotechPercLong: type: string description: '' nullable: true gicsPharmaceuticalsPercLong: type: string description: '' nullable: true gicsLifeSciencesToolsAndSvcsPercLong: type: string description: '' nullable: true gicsBanksPercLong: type: string description: '' nullable: true gicsFinancialServicesPercLong: type: string description: '' nullable: true gicsConsumerFinancePercLong: type: string description: '' nullable: true gicsCapitalMarketsPercLong: type: string description: '' nullable: true gicsInsurancePercLong: type: string description: '' nullable: true gicsItServicesPercLong: type: string description: '' nullable: true gicsSoftwarePercLong: type: string description: '' nullable: true gicsCommunicationsEquipmentPercLong: type: string description: '' nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercLong: type: string description: '' nullable: true gicsMortgageReitsPercLong: type: string description: '' nullable: true gicsDiversifiedReitsPercLong: type: string description: '' nullable: true gicsRealEstateManagementAndDevelopmentPercLong: type: string description: '' nullable: true gicsElectronicEquipAndInstrumentsPercLong: type: string description: '' nullable: true gicsSemiconductorsAndSemiEquipPercLong: type: string description: '' nullable: true gicsDiversifiedTelecomSvcsPercLong: type: string description: '' nullable: true gicsWirelessTelecomServicesPercLong: type: string description: '' nullable: true gicsElectricUtilitiesPercLong: type: string description: '' nullable: true gicsGasUtilitiesPercLong: type: string description: '' nullable: true gicsMultiUtilitiesPercLong: type: string description: '' nullable: true gicsWaterUtilitiesPercLong: type: string description: '' nullable: true gicsProfessionalServicesPercLong: type: string description: '' nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercLong: type: string description: '' nullable: true gicsMediaPercLong: type: string description: '' nullable: true gicsEntertainmentPercLong: type: string description: '' nullable: true gicsInteractiveMediaAndServicePercLong: type: string description: '' nullable: true additionalProperties: false title: OutputGicsIndustryAndSubindustry description: All fields are nullable. Empty or `null` value fields are not returned. ResponseRg97FeeComponents: type: object properties: rg97FeeComponents: $ref: '#/components/schemas/OutputRg97FeeComponents' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputInvalidInvestments_3: type: object properties: id: type: string nullable: true idType: type: string nullable: true status: type: string nullable: true datapointId: type: array items: type: string nullable: true errorCode: type: string nullable: true performanceId: type: string description: Performance ID (if not passed in request). nullable: true companyId: type: string description: Company ID (if not passed in request). nullable: true baseCurrency: type: string description: Input base currency used to look up Investment identifier nullable: true domicile: type: string description: Input domicile used to look up Investment identifier. nullable: true exchangeCountry: type: string description: Input exchange country used to look up Investment identifier. nullable: true exchangeId: type: string description: Input exchange id used to look up Investment identifier. nullable: true additionalProperties: false title: OutputInvalidInvestments description: All fields are nullable. Empty or `null` value fields are not returned. ResponseEtfCorporateAction: type: object properties: etfCorporateAction: $ref: '#/components/schemas/OutputEtfCorporateAction' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEsgCompanyLevel2DataSfdrPAICorporateVoluntary: type: object properties: activitiesNegativelyAffectingBiodiversityAreasSfdr: $ref: '#/components/schemas/CodeMappingString' amountOfFinesForViolationsOfAntiCorruptionsAndAntiBriberyLawsEurSfdr: type: number description: '' format: double nullable: true anyCountrySocialViolationsSfdr: $ref: '#/components/schemas/CodeMappingString' averageHumanRightsPerformanceSfdr: type: number description: '' format: double nullable: true breachOfUnGlobalCompactPrinciplesAndOecdGuidelinesForMultinationalEnterprisesSfdr: $ref: '#/components/schemas/CodeMappingString' carbonEmissionsIntensitySfdr: type: number description: '' format: double nullable: true carbonIntensityScope12and3EurSfdr: type: number description: '' format: double nullable: true carbonIntensityScope1and2EurSfdr: type: number description: '' format: double nullable: true carbonScope1EmissionsSfdr: type: number description: '' format: double nullable: true carbonScope2EmissionsSfdr: type: number description: '' format: double nullable: true carbonScope3EmissionsSfdr: type: number description: '' format: double nullable: true carbonTotalEmissionsScope12and3Sfdr: type: number description: '' format: double nullable: true carbonTotalEmissionsScope1and2Sfdr: type: number description: '' format: double nullable: true controversialWeaponsEvidenceOfActivitySfdr: $ref: '#/components/schemas/CodeMappingString' emissionsOfAirPollutantsNoxAndSoxTonnesSfdr: type: number description: '' format: double nullable: true emissionsToWaterTonnesSfdr: type: number description: '' format: double nullable: true employeeAndContractorLostDaysDueToInjuriesAccidentsFatalitiesOrIllnessSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityAgricultureForestryAndFishingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityConstructionSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityElectricityGasSteamAndAirConditioningSupplySfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityManufacturingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityMiningAndQuarryingSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityRealEstateActivitiesSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityTransportationAndStorageSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityWaterSupplySewerageWasteManagementAndRemediationActivitiesSfdr: type: number description: '' format: double nullable: true energyConsumptionIntensityWholesaleAndRetailTradeAndRepairOfMotorVehiclesAndMotorcyclesSfdr: type: number description: '' format: double nullable: true excessiveCeoPayRatioSfdr: type: number description: '' format: double nullable: true hazardousWasteProductionTonnesSfdr: type: number description: '' format: double nullable: true icControlOfCorruptionScoreSfdr: type: number description: '' format: double nullable: true icPoliticalStabilityScoreSfdr: type: number description: '' format: double nullable: true icRuleOfLawScoreSfdr: type: number description: '' format: double nullable: true icVoiceAndAccountabilityScoreSfdr: type: number description: '' format: double nullable: true incomeInequalitySfdr: type: number description: '' format: double nullable: true insufficientActionOnBreachesOfAntiCorruptionPolicySfdr: $ref: '#/components/schemas/CodeMappingString' involvedInFossilFuelsSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfAntiCorruptionAndAntiBriberyPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfCarbonEmissionReductionInitiativesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfDeforestationPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsDueDiligenceSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfHumanRightsPolicySfdr: $ref: '#/components/schemas/CodeMappingString' lackOfProcessesAndComplianceMechanismsToMonitorComplianceWithUnGlobalCompactPrinciplesAndOecdGuidelinesForMnesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfProcessesToPreventHumanTraffickingSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfSupplierCodeOfConductSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWaterManagementPoliciesSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWhistleblowerProtectionSfdr: $ref: '#/components/schemas/CodeMappingString' lackOfWorkplaceAccidentPreventionPolicySfdr: $ref: '#/components/schemas/CodeMappingString' nonCooperativeTaxJurisdictionsSfdr: $ref: '#/components/schemas/CodeMappingString' nonRecycledWasteGenerationTonnesSfdr: type: number description: '' format: double nullable: true numberOfConvictionsForViolationsOfAntiCorruptionsAndAntiBriberyLawsSfdr: type: integer description: '' format: int32 nullable: true numberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsSfdr: type: integer description: '' format: int32 nullable: true pesticidesProductionInvolvementSfdr: $ref: '#/components/schemas/CodeMappingString' recordableWorkRelatedInjuriesRateSfdr: type: number description: '' format: double nullable: true shareOfNonRenewableEnergyConsumptionPercentageSfdr: type: number description: '' format: double nullable: true shareOfNonRenewableEnergyProductionPercentageSfdr: type: number description: '' format: double nullable: true unadjustedGenderPayGapPercentageOfMaleEmployeesGrossHourlyEarningsSfdr: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgCompanyLevel2DataSfdrPAICorporateVoluntary description: All fields are nullable. Empty or `null` value fields are not returned. OutputStableValueFundTopHoldings: type: object properties: largestGuaranteedAccountIssuers1st: type: string description: '' nullable: true largestGuaranteedAccountIssuers1stPerc: type: number description: '' format: double nullable: true largestGuaranteedAccountIssuers2nd: type: string description: '' nullable: true largestGuaranteedAccountIssuers2ndPerc: type: number description: '' format: double nullable: true largestGuaranteedAccountIssuers3rd: type: string description: '' nullable: true largestGuaranteedAccountIssuers3rdPerc: type: number description: '' format: double nullable: true largestGuaranteedAccountIssuers4th: type: string description: '' nullable: true largestGuaranteedAccountIssuers4thPerc: type: number description: '' format: double nullable: true largestGuaranteedAccountIssuers5th: type: string description: '' nullable: true largestGuaranteedAccountIssuers5thPerc: type: number description: '' format: double nullable: true largestGuaranteedAccountIssuersPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuers1st: type: string description: '' nullable: true largestSyntheticWraporgicSeparateAccountIssuers1stPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuers2nd: type: string description: '' nullable: true largestSyntheticWraporgicSeparateAccountIssuers2ndPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuers3rd: type: string description: '' nullable: true largestSyntheticWraporgicSeparateAccountIssuers3rdPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuers4th: type: string description: '' nullable: true largestSyntheticWraporgicSeparateAccountIssuers4thPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuers5th: type: string description: '' nullable: true largestSyntheticWraporgicSeparateAccountIssuers5thPerc: type: number description: '' format: double nullable: true largestSyntheticWraporgicSeparateAccountIssuersPerc: type: number description: '' format: double nullable: true ofIssuers: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputStableValueFundTopHoldings description: All fields are nullable. Empty or `null` value fields are not returned. OutputFinancialHealthRatios: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true capitalExpenditureToEbitdaRatio: type: number description: This ratio represents the value of a company's capital expenditure relative to its EBITDA. This can be used to measure the company's ability to utilize its acquired capital to generate earnings. This is calculated using Capital Expenditure divided by EBITDA. format: double nullable: true capitalExpenditureToSalesRatio: type: number description: This ratio represents the value of a company's capital expenditure relative to its sales. This can be used to measure the company's ability to utilize its acquired capital to generate earnings. This is calculated using Capital Expenditure divided by Total Revenue. format: double nullable: true cashFlowToDebtRatio: type: number description: This ratio represents the value of a company's cash flow from operating activities relative to its total debt. This can be used to measure a company's ability to use its cash to pay off debt. This is calculated using Cash Flow from Operating Activities (TTM) divided by Average Total Debt. format: double nullable: true cashRatio: type: number description: This ratio represents the value of a company's liquid assets relative to its total current liability. This can be used to measure a company's ability to only use its most liquid assets to cover its short term obligations. This is calculated using Cash; Cash Equivalents and Short Term Investments divided by Total Current Liabilities. format: double nullable: true currentRatio: type: number description: This ratio represents the value of a company's current assets relative to its current liabilities. This can be used to measure the company's ability to use its short term assets to pay off its short term liabilities. This is calculated using Total Current Assets divided by Total Current Liabilities. format: double nullable: true ebitdaInterestCoverage: type: number description: This ratio represents the value of a company's EBITDA relative to its interest expense. This can be used to measure a company's ability to use EBITDA to pay off its interest expense. This is calculated using EBITDA divided by Interest Expense. format: double nullable: true ebitdaNetCapitalExpenditureToInterestExpensesRatio: type: number description: This ratio represents the value of a company's EBITDA Net Capital Expenditure relative to its interest expense. This can be used to measure a company's ability to use EBITDA after deducting capital expenditures to pay off its interest expense. This ratio is useful for companies with high capital expenditures; including manufacturing and mining firms. This is calculated using EBITDA minus Capital Expenditure; divided by Interest Expense. format: double nullable: true freeCashFlowInterestCoverage: type: number description: This ratio represents the value of a company's free cash flow relative to its interest expense. This can be used to measure a company's ability to use its free cash flow to pay off its interest expense. This is calculated using Free Cash Flow divided by Interest Expense. format: double nullable: true freeCashFlowToDebtRatio: type: number description: This ratio represents the value of a company's free cash flow relative to its total debt. This can be used to measure a company's ability to use its free cash to pay off its debt. This is calculated using the Free Cash Flow (TTM) divided by Average Total Debt. format: double nullable: true interestAsAPercentOfInvestedCapitalRatio: type: number description: This ratio represents the value of a company's interest expense relative to the sum of it's Total Debt and Total Equity. This can be used to measure cost of borrowing in proportion to all capital invested in the company. This is calculated using Interest expenses divided by Invested Capital. format: double nullable: true interestCoverage: type: number description: This ratio represents the value of a company's earnings before interest and taxes (EBIT) relative to its interest expenses. This can be used to measure the number of times a company's EBIT covers its interest expenses. This is calculated using EBIT divided by Interest Expense. format: double nullable: true netDebtToEbitdaRatio: type: number description: This ratio represents the value of a company's net debt relative to its EBITDA. This can be used to measure the company's ability to pay off its debt. This is calculated using Average Net Debt divided by EBITDA (TTM). format: double nullable: true nonPerformingAssetRatio: type: number description: This ratio is an indicator of the quality of a bank's loan portfolio and other certain assets. This is one variation of the Non-Performing Assets (NPA) ratio. This ratio measures the proportion of loans and other certain assets that are non-performing (90+ days past due and not accruing interest); and is calculated as Non-Performing Assets/Loans divided by Total Assets. format: double nullable: true premiumsEarnedToBookValueRatio: type: number description: This ratio represents the value of a company's premiums earned relative to its book value. This can be used to measure the company's underwriting risk and how quickly the company is churning its capital base. If the value is high; it means that any underwriting mistakes could have a magnified impact on the company's capital base. This is calculated using Net Premium Earned (TTM) divided by Average Common Equity Book Value. format: double nullable: true quickRatio: type: number description: This ratio represents the value of a company's most liquid assets relative to its current liabilities. This can be used to measure a company's liquidity. This is calculated using (Cash; Cash Equivalents; and Short Term Investments + Trade and Other Receivables; Current) / Total Current Liabilities. format: double nullable: true solvencyRatio: type: number description: This ratio represents the value of a company's cash flow relative to its total liabilities. This can be used to measure the company's ability to meet its liability obligations. This is calculated using Net Income from Continuing Operations; adding back Depreciation; Amortization and Depletion; then dividing by Average Total Liabilities. format: double nullable: true totalDebtToEbitdaRatio: type: number description: This ratio represents the value of a company's total debt relative to its EBITDA. This can be used to measure the company's ability to pay off its debt. This is calculated using Average Total Debt divided by EBITDA (TTM). format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: Report type. nullable: true reportPeriod: type: string description: Report period. nullable: true additionalProperties: false title: OutputFinancialHealthRatios OutputBalanceSheetCalculationsPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true cashAndCashEquivalentsPerShare: type: number description: 'The per share value of Cash And Cash Equivalents: This is derived using Cash And Cash Equivalents divided by the company''s total shares outstanding as of the financial report period end date. Cash And Cash Equivalents: Total of all cash and cash equivalents reported by a company' format: double nullable: true cashCashEquivalentsAndShortTermInvestmentsPerShare: type: number description: 'The per share value of Cash; Cash Equivalents and Short Term Investments: This is derived using Cash; Cash Equivalents and Short Term Investments divided by the company''s total shares outstanding as of the financial report period end date. Cash; Cash Equivalents and Short Term Investments: Total of all cash; cash equivalents and short term investments reported by a company' format: double nullable: true commonEquityBookValuePerShare: type: number description: 'The per share value of Common Equity Book Value: This is derived using Common Equity Book Value divided by the company''s total shares outstanding as of the financial report period end date. Common Equity Book Value: This data point represents the amount that all common shareholders have invested in a company. This can be used to measure the original proceeds a company receives from issuing common equity and the changes related to the earnings; losses and dividends paid out. This is calculated using Equity Attributable to Parent Stockholders - Preferred Stock - Stock Options/Warrants/Deferred Shares/Convertible Debentures.' format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' netIntangibleAssetsPerShare: type: number description: 'The per share value of Net Intangible Assets: This is derived using Net Intangible Assets divided by the company''s total shares outstanding as of the financial report period end date. Net Intangible Assets: Total net book value of goodwill and all intangible assets calculated using Gross Goodwill and Other Intangible assets; less Accumulated Amortization and Impairments.' format: double nullable: true tangibleBookValuePerShare: type: number description: 'The per share value of Tangible Book Value: This is derived using Tangible Book Value divided by the company''s total shares outstanding as of the financial report period end date. Tangible Book Value: This calculation represents the book value of a company''s tangible assets; and is calculated by subtracting Net Intangible Assets from Total Equity. This can be used to measure the value of a company''s assets minus the subjectivity of intangibles and goodwill values.' format: double nullable: true totalAssetsPerShare: type: number description: 'The per share value of Total Assets; this is derived using Total Assets divided by the company''s total shares outstanding as of the financial report period end date. Total Assets: Sum of all assets; as recorded in the Balance Sheet.' format: double nullable: true workingCapitalPerShare: type: number description: 'The per share value of Working Capital: This is derived using Working Capital divided by the company''s total shares outstanding as of the financial report period end date. Working Capital: This is calculated using total current assets minus total current liabilities; and is a measure of a company''s efficiency and short term financial health.' format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputBalanceSheetCalculationsPerShare OutputFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics: type: object properties: fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeICalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeIiCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnSbaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10YrGoldSfCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba5yrGoldBalloonCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10yrIoroCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrArmCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrSfCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba7yrSfFixNgCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba1yrCmtCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba11thDistrCofiCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrSfCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba7yrSfFixNgCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba15yrArmCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba10yrIoroCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrDusCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba1yrCmtCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moCdor1percAdjCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTbaCofiArmCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moLiborCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI7yrProjLnsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI30yrSeasndCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrMfCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrCustomCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi50yrRvrsHbmsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi7yrSfFixNgCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIiArmCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnRmbsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnMbsOtherCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnCmbsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnMixdMbsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnWholeLnCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieMaeCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieMacCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeICalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeIiCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnSbaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10YrGoldSfCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba5yrGoldBalloonCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10yrIoroCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrArmCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrSfCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba7yrSfFixNgCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba1yrCmtCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba11thDistrCofiCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrSfCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba7yrSfFixNgCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba15yrArmCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba10yrIoroCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrDusCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba1yrCmtCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moCdor1percAdjCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTbaCofiArmCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moLiborCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI7yrProjLnsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI30yrSeasndCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrMfCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrCustomCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi50yrRvrsHbmsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi7yrSfFixNgCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIiArmCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnRmbsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnMbsOtherCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnCmbsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnMixdMbsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnWholeLnCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieMaeCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieMacCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeICalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieMaeIiCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnSbaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10YrGoldSfCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba5yrGoldBalloonCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba10yrIoroCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrArmCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba15yrSfCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba7yrSfFixNgCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba1yrCmtCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieTba11thDistrCofiCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrSfCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba7yrSfFixNgCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba15yrArmCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba10yrIoroCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba5yrDusCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba1yrCmtCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moCdor1percAdjCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTbaCofiArmCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieTba6moLiborCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI7yrProjLnsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaI30yrSeasndCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrMfCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi15yrCustomCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi50yrRvrsHbmsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIi7yrSfFixNgCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnGinnieTbaGnmaIiArmCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnRmbsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnMbsOtherCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsMtgCollatBrkdwnCmbsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn01percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn12percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn23percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn34percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn45percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn56percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn67percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn78percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn89percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn910percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1012percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1215percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1520percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn20percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwnNegPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn005yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn051yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn12yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn23yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn34yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn45yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn56yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn67yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn78yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn89yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn910yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1012yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1215yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1520yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn20yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn00001percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn0001001percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn001005percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn00501percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn01015percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn015025percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn02505percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn051percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn12percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn23percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn34percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn45percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn510percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn10percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwnNegPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn010bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn1020bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn2030bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn3040bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn4050bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn5060bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn6070bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn7080bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn8090bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn90100bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn100150bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn150200bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn200250bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn250bpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwnNegBpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwAvgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstAvgYrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyAvgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasAvgBpsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncOasCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn01percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn12percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn23percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn34percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn45percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn56percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn67percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn78percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn89percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn910percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1012percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1215percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn1520percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn20percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwnNegPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn005yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn051yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn12yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn23yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn34yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn45yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn56yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn67yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn78yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn89yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn910yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1012yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1215yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn1520yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwn20yrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn00001percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn0001001percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn001005percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn00501percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn01015percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn015025percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn02505percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn051percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn12percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn23percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn34percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn45percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn510percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwn10percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwnNegPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn010bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn1020bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn2030bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn3040bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn4050bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn5060bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn6070bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn7080bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn8090bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn90100bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn100150bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn150200bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn200250bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwn250bpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwnNegBpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwAvgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstAvgYrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncDurToWorstCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyAvgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffConvxtyCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasAvgBpsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncOasCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn01percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn12percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn23percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn34percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn45percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn56percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtwDetailBrkdwn67percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn78percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn89percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn910percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn1012percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn1215percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn1520percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwn20percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwnNegPercCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn005yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn051yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn12yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn23yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn34yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn45yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn56yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn67yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn78yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn89yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn910yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn1012yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn1215yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn1520yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwn20yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn00001percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn0001001percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn001005percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn00501percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn01015percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn015025percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn02505percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn051percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn12percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn23percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn34percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn45percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn510percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwn10percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwnNegPercCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn010bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn1020bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn2030bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn3040bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn4050bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn5060bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn6070bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn7080bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn8090bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn90100bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn100150bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn150200bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn200250bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwn250bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwnNegBpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwAvgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstAvgYrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyAvgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncOasAvgBpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFannieMaeCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFreddieMacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnGinnieMaeCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnUmbsortbaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnSbaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnNoraCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFannieMaeCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFreddieMacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnGinnieMaeCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnUmbsortbaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnSbaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnNoraCalcShortFiperc: type: string description: '' nullable: true fixdIncMbsMtgCollatBrkdwnMixdMbsCalcShortFiperc: type: string description: '' nullable: true fixdIncMbsMtgCollatBrkdwnWholeLnCalcShortFiperc: type: string description: '' nullable: true fixdIncMbsMtgCollatBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnCmoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnAbsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsWholeLnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsTbaCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsStripCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCdoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgObligsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCommrclMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAltALnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRePerfomLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonPerformLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNetIntsrtMrgnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnmaMixdMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrUnsecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrReloCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrReloCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmcMixdMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrReloCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrReloCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnmaMixdMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma30yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma230yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma15yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma215yrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiClsMpcormacrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMpcormultiMsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMsorpecormacrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeEqtyDebtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoLseCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCreditCrdRcvblCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStudLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrivateCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLseCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMobileHomesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnConsumrLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSnglFamRentalCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAirlinesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmallBusLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerFlrPlanCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerNoteCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn1stor2ndMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTimesharesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReoLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMilitaryHsgLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvrsMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFranchiseLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn2ndMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRailEquipCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdLseCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTradeRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInsurdPremLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMotorcycleContractsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeBusSecrtztnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovorhomeLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFutrFlowCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnProjFinanceCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpBondDebsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmersHmLnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGovtAssetSalesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHlthRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDeliqRealEstateTaxCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGenrlLsesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUtilBillsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmEquipCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTruckLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEximNotesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMarineLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpPassThrusCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOilorgasEquipLsesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallPassThrusCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInvtryFincngCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdContractsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSecrdorunsecrdMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsEducLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgDepositSecsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMuniLsesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPersonalLocCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReaNotesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallblSwapsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTariffsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnBuyToLetCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboInfoOnlyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatFundObligCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatInsurObligCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloInfoOnlyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCombCashFlowCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDerivCdsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEarlyIoLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEmrgMktSovrgnDebtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEqtyTrancheCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlbSccCertsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFixerUppersCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGtdGrantorTrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHiYldCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnIfcLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnManufacHomeLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMissAPaymntCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonConformLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOptnlPaymntPlanCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPiggyBackMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPledgedGiantSecsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrimeMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSectn108LnGtyNotesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLsesCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeMixdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeProjLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmePubWorksCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeorsmallBusCmmrclMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStructrdPassThrusCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTrustPrefrrdSecsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsAndSovrgnBondsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnCmoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnAbsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsWholeLnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsTbaCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsStripCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCdoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgObligsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCommrclMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAltALnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRePerfomLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonPerformLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNetIntsrtMrgnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnmaMixdMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrUnsecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrReloCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrReloCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmcMixdMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrReloCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrReloCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnmaMixdMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma30yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma230yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma15yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma215yrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiClsMpcormacrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMpcormultiMsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMsorpecormacrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeEqtyDebtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoLseCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCreditCrdRcvblCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStudLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrivateCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLseCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMobileHomesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnConsumrLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSnglFamRentalCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAirlinesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmallBusLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerFlrPlanCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerNoteCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn1stor2ndMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTimesharesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReoLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMilitaryHsgLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvrsMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFranchiseLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn2ndMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRailEquipCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdLseCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTradeRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInsurdPremLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMotorcycleContractsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeBusSecrtztnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovorhomeLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFutrFlowCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnProjFinanceCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpBondDebsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmersHmLnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGovtAssetSalesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHlthRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDeliqRealEstateTaxCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGenrlLsesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUtilBillsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmEquipCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTruckLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEximNotesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMarineLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpPassThrusCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOilorgasEquipLsesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallPassThrusCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInvtryFincngCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdContractsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSecrdorunsecrdMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsEducLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgDepositSecsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMuniLsesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPersonalLocCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReaNotesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallblSwapsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTariffsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnBuyToLetCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboInfoOnlyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatFundObligCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatInsurObligCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloInfoOnlyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCombCashFlowCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDerivCdsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEarlyIoLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEmrgMktSovrgnDebtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEqtyTrancheCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlbSccCertsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFixerUppersCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGtdGrantorTrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHiYldCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnIfcLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnManufacHomeLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMissAPaymntCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonConformLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOptnlPaymntPlanCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPiggyBackMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPledgedGiantSecsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrimeMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSectn108LnGtyNotesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLsesCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeMixdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeProjLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmePubWorksCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeorsmallBusCmmrclMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStructrdPassThrusCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTrustPrefrrdSecsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsAndSovrgnBondsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnCmoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnAbsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsWholeLnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsTbaCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdMtgTypeBrkdwnMbsStripCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCdoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgObligsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCommrclMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAltALnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRePerfomLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonPerformLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNetIntsrtMrgnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnmaMixdMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrUnsecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma30yrReloCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFnma15yrReloCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmcMixdMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc30yrReloCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlmc15yrReloCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnmaMixdMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma30yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma230yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma15yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGnma215yrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiClsMpcormacrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMpcormultiMsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMultiMsorpecormacrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeEqtyDebtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAutoLseCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCreditCrdRcvblCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStudLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrivateCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLseCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEquipLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMobileHomesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnConsumrLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSnglFamRentalCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnAirlinesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmallBusLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerFlrPlanCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDealerNoteCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn1stor2ndMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTimesharesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReoLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMilitaryHsgLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvrsMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFranchiseLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwn2ndMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRailEquipCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdLseCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTradeRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInsurdPremLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMotorcycleContractsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnWholeBusSecrtztnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHomeImprovorhomeLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFutrFlowCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnProjFinanceCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpBondDebsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmersHmLnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGovtAssetSalesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHlthRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnRvLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDeliqRealEstateTaxCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGenrlLsesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUtilBillsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFarmEquipCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTruckLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEximNotesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMarineLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCorpPassThrusCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOilorgasEquipLsesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallPassThrusCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnInvtryFincngCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMixdContractsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSecrdorunsecrdMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsEducLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMtgDepositSecsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMuniLsesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPersonalLocCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReaNotesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCallblSwapsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTariffsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnBuyToLetCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCboInfoOnlyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatFundObligCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCollatInsurObligCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCloInfoOnlyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnCombCashFlowCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnDerivCdsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEarlyIoLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEmrgMktSovrgnDebtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnEqtyTrancheCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFhlbSccCertsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnFixerUppersCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnGtdGrantorTrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnHiYldCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnIfcLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnManufacHomeLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnMissAPaymntCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnNonConformLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnOptnlPaymntPlanCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPiggyBackMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPledgedGiantSecsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnPrimeMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnReitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSectn108LnGtyNotesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSrSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLsesCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeMixdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeProjLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmePubWorksCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSmeorsmallBusCmmrclMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnStructrdPassThrusCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnTrustPrefrrdSecsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoorabsCollatDetailBrkdwnUsAndSovrgnBondsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnNegPercCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0001percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn00101percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn01025percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0251percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn13percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn35percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn5percCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnNegPercCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn01percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn13percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn35percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn57percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn710percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn1020percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn20percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnNegBpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn020bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn2040bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn4060bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn6080bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn80100bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn100200bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn200bpsCalcNetFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnNegYrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn01YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn13YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn35YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn57YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn710YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn1020YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn20yrsCalcNetFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnNegPercCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0001percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn00101percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn01025percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0251percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn13percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn35percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn5percCalcLongFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnNegPercCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn01percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn13percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn35percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn57percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn710percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn1020percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn20percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnNegBpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn020bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn2040bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn4060bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn6080bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn80100bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn100200bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn200bpsCalcLongFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnNegYrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn01YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn13YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn1020YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn20yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwnNegPercCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn01percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn13percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn35percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn57percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn710percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn1020percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn20percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnNegPercCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0001percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn00101percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn01025percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn0251percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn13percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn35percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwn5percCalcShortFiperc: type: string description: '' nullable: true fixdIncEffConvxtyBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnNegPercCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn01percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn13percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn35percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn57percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn710percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn1020percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwn20percCalcShortFiperc: type: string description: '' nullable: true fixdIncYtwBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnNegBpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn020bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn2040bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn4060bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn6080bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn80100bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn100200bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwn200bpsCalcShortFiperc: type: string description: '' nullable: true fixdIncOasBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnNegYrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn01YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn13YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn1020YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwn20yrsCalcShortFiperc: type: string description: '' nullable: true fixdIncDurToWorstBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRegularCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnPerpetualCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnExtendbleCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnLnkdCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRepaymntCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsConvertCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsExchngbleCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRegularCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnPerpetualCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnExtendbleCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnLnkdCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRepaymntCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsConvertCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsExchngbleCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRegularCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnPerpetualCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnExtendbleCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnLnkdCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRepaymntCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsConvertCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpMtyTypeBrkdwnRvrsExchngbleCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSeniorCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnsubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJuniorCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJrSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn1stMortgCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn2ndMortgCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn3rdMortgCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTier1CalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUpprTIiCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnLowerTIiCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTIiiCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnMezzanineCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSeniorCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnsubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJuniorCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJrSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn1stMortgCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn2ndMortgCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn3rdMortgCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTier1CalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUpprTIiCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnLowerTIiCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTIiiCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnMezzanineCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSeniorCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSrSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnsubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJuniorCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnJrSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn1stMortgCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn2ndMortgCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwn3rdMortgCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTier1CalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUpprTIiCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnLowerTIiCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnTIiiCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnMezzanineCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCmoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnAbsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloLevrgdLnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloSmeCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnMbsEuCalcNetFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCmoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnAbsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloLevrgdLnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloSmeCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnMbsEuCalcLongFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCmoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnAbsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloLevrgdLnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnCloSmeCalcShortFiperc: type: string description: '' nullable: true fixdIncSecurtzdAssetTypeBrkdwnMbsEuCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxExmptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxableCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnAmtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxExmptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxableCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnAmtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxExmptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnTaxableCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnAmtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsFedTaxBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSeniorCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnsubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnJuniorCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMortgSecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnTierCapitalCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMezzanineCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnNoraCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSeniorCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnsubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnJuniorCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMortgSecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnTierCapitalCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMezzanineCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnNoraCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSeniorCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnsubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnJuniorCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMortgSecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnTierCapitalCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnMezzanineCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSeniorityBrkdwnNoraCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPublicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnSecRgstrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnExmptIssuCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnAccredtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn144aCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPvtPlcmntNon144aCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegDCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegSCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn1933ActCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnNonPublicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPublicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnSecRgstrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnExmptIssuCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnAccredtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn144aCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPvtPlcmntNon144aCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegDCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegSCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn1933ActCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnNonPublicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPublicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnSecRgstrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnExmptIssuCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnAccredtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn144aCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnPvtPlcmntNon144aCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegDCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnRegSCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwn1933ActCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaSecOffrRegistBrkdwnNonPublicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxExmptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxableCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTbdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxExmptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxableCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTbdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxExmptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTaxableCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnTbdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniUsStateTaxBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubImprvmtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubServOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStreetorhighwaysCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnGovtBldgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPrimryorsecndryCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducHiEdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPubHiEdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPvtHiEdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducChrtrSchlCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducOthrEducCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWtrorswrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWaterCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSewerCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSaniCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsElecorpubPwrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsFloodorstormCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCombindCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsNatlGasCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsTelecomCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnSolidWsteorresRecovCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCoGenCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthHospitalCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthEquipLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSfmrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMultiFamCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSingleormultiCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSeniorCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgNewPubHsgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMilitaryCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMobilHomeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirprtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineSecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineUnsecrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollRdsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTunnelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollBrdgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransMassorpublicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPrkgFacsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPortsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLibrormuseumCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecParksorzoosCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecTheatersCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecreationOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCorrctnlFacsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafetyFireCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafetyPoliceCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStudLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgStudentCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSvcsPubCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSrvcsPvtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnVetsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPensionObligsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOpebCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLandConservCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHotelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCnvtnCtrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStadorsportsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEconDevCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPollutnCntrlCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRedevorlandDevCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnMallsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOfficeBldgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIrrigationCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnAgricultureCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnNursngHomeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLifeorrtrmntFacsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgCmoBkdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubImprvmtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubServOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStreetorhighwaysCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnGovtBldgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPrimryorsecndryCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducHiEdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPubHiEdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPvtHiEdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducChrtrSchlCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducOthrEducCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWtrorswrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWaterCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSewerCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSaniCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsElecorpubPwrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsFloodorStormCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCombindCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsNatlGasCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsTelecomCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnSolidWsteorresRecovCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCoGenCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthHospitalCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthEquipLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSfmrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMultiFamCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnGovtSvcsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEducationCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEssentialSvcsorutilsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnTransportationCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHealthSvcsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHousingSvcsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnRecreatnorconservatnCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEconomicDevelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnNoraCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnGovtSvcsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEducationCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEssentialSvcsorutilsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnTransportationCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHealthSvcsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHousingSvcsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnRecreatnorconservatnCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEconomicDevelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnNoraCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnGovtSvcsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEducationCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEssentialSvcsorutilsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnTransportationCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHealthSvcsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnHousingSvcsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnRecreatnorconservatnCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnEconomicDevelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeBrkdwnNoraCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSingleormultiCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSeniorCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgNewPubHsgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMilitaryCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMobilHomeCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirprtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineSecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineUnsecrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollRdsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTunnelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollBrdgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransMassorpublicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPrkgFacsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPortsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLibrormuseumCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecParksorzoosCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecTheatersCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecreationOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCorrctnlFacsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafteyFireCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafetyPoliceCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStudLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgStudentCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSvcsPubCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSrvcsPvtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnVetsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPensionObligsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOpebCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLandConservCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHotelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCnvtnCtrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStadorsportsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEconDevCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPollutnCntrlCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRedevorlandDevCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnMallsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOfficeBldgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIrrigationCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnAgricultureCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnNursngHomeCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLifeorrtrmntFacsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgCmoBkdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubImprvmtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubServOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStreetorhighwaysCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnGovtBldgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPrimryorsecndryCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducHiEdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPubHiEdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducPvtHiEdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducChrtrSchlCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEducOthrEducCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWtrorswrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsWaterCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSewerCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsSaniCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsElecorpubPwrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsFloodorstormCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCombindCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsNatlGasCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsTelecomCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnSolidWsteorresRecovCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsCoGenCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnUtilsOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthHospitalCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthEquipLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHlthOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSfmrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMultiFamCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSingleormultiCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgSeniorCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgNewPubHsgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMilitaryCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgMobilHomeCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirprtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineSecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransAirlineUnsecrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollRdsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTunnelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransTollBrdgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransMassorpublicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPrkgFacsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransPortsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnTransOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLibrormuseumCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecParksorzoosCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecTheatersCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRecreationOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCorrctnlFacsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafteyFireCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPubSafetyPoliceCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStudLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgStudentCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSvcsPubCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHumanSrvcsPvtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnVetsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPensionObligsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOpebCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLandConservCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHotelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnCnvtnCtrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnStadorsportsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnEconDevCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIndustDevOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnPollutnCntrlCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnRedevorlandDevCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnMallsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnOfficeBldgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnIrrigationCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnAgricultureCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnNursngHomeCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnLifeorrtrmntFacsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniIssuPurposeDetailBrkdwnHsgCmoBkdCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCdosCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAutoRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnDealerFlrPlanCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnConsumrLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCreditCardCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnStudLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCorpLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnWholeBusSecrtztnCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnProjFinanceCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnEquipLseCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMixdLseCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAircrftLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnFutrFlowCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHomeEqtyLnCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnNplSecurtzdCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHlthRcvblsCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnManufacHsgCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMtgSecurtzdCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnOtherUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCdosCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAutoRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnDealerFlrPlanCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnConsumrLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCreditCardCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnStudLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCorpLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnWholeBusSecrtztnCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnProjFinanceCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnEquipLseCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMixdLseCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAircrftLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnFutrFlowCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHomeEqtyLnCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnNplSecurtzdCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHlthRcvblsCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnManufacHsgCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMtgSecurtzdCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnOtherUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCdosCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAutoRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnDealerFlrPlanCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnConsumrLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCreditCardCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnStudLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnCorpLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnWholeBusSecrtztnCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnProjFinanceCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnEquipLseCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMixdLseCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnAircrftLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnFutrFlowCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHomeEqtyLnCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnNplSecurtzdCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnHlthRcvblsCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnManufacHsgCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnMtgSecurtzdCalcShortFiperc: type: string description: '' nullable: true fixdIncAbsCollatTypeBrkdwnOtherUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGovtAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGovtAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGnmaorfnmaorfhlmcConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnBuilderConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnCommrclBankConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnGovtAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnFincCoConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInsurCoConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnInvstBankConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnMtgBankConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnOtherConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnPubHsgAuthConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnRealEstateCoConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoIssrTypeBrkdwnSandlConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnDefrrdIntrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoFltrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoEtteCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWoroIntrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWorIntrstStrtDtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgZBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnJumpZCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPartialZCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnToggleCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnAscendRtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCapCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnCaptlApprecCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnMultiClsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnNonStdMultiClsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnQSeeDescrDataCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPoZeroCpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgRtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruOnlyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZBondAccretnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIntrstAndPrncplCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnDefrrdIntrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoFltrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoEtteCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWoroIntrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWorIntrstStrtDtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgZBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnJumpZCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPartialZCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnToggleCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnAscendRtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCapCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnCaptlApprecCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnMultiClsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnNonStdMultiClsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnQSeeDescrDataCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPoZeroCpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgRtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruOnlyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZBondAccretnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIntrstAndPrncplCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnDefrrdIntrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoFltrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIoEtteCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWoroIntrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZWorIntrstStrtDtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgZBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnJumpZCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPartialZCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnToggleCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnAscendRtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFixdCapCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnCaptlApprecCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnMultiClsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnNonStdMultiClsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnQSeeDescrDataCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnPoZeroCpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnFltgRtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnSpreadPassThruOnlyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnZBondAccretnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoPaymntTypeBrkdwnIntrstAndPrncplCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSequentialCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccrtnDirectedCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPlanndAmortizClsPacBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacFltrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZPacBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIoWorscheduleCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacCabCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTargetdAccumClsTacBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTacFltrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCompanionCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJumpZCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPartialZCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorFltgIntrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoInvrsFltrCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIntrstOnlyIoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoEtteCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrincplOnlyPoCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPoWorPacScheduleCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnVariableWacBasedCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrPriorityCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonAccelSr5yrLockoutWhlLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrPriorityCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrSubordCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMezzanineCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStripsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsResiMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCorpPassThrusCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnComponentCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSchedCashFlowCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorCpnOrWorPrncplCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorExcessPaymntsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonPayResidlCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAvlblFundsClsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnShiftngPaymntPercCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCallableCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStructrdCollatCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgToggleCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdMtyClsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDelayedDrawCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAscndgRtBondArbCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondWorRdmptnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAgcyPassThruCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIndxAllocCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCommrclMtgsCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtWorRdmptnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDescdngRtCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltgToggleCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAuctionRtNoteArnCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCaptlAccumBondCabCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnModifyorcombineCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnRandomCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMuniWorAmortizCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrepayPenaltyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTermAsstBackdSecLnFacCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnWrappedGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacICalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiiCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFirstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecondCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnThirdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecuredCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsecuredCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPariPassuCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsubordinatedCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccelSectyCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorDefrrdInrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSequentialCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccrtnDirectedCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPlanndAmortizClsPacBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacFltrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZPacBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIoWorscheduleCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacCabCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTargetdAccumClsTacBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTacFltrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCompanionCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJumpZCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPartialZCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorFltgIntrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoInvrsFltrCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIntrstOnlyIoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoEtteCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrincplOnlyPoCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPoWorPacScheduleCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnVariableWacBasedCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrPriorityCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonAccelSr5yrLockoutWhlLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrPriorityCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrSubordCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMezzanineCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStripsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsResiMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCorpPassThrusCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnComponentCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSchedCashFlowCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorCpnOrWorPrncplCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorExcessPaymntsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonPayResidlCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAvlblFundsClsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnShiftngPaymntPercCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCallableCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStructrdCollatCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgToggleCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdMtyClsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDelayedDrawCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAscndgRtBondArbCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondWorRdmptnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAgcyPassThruCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIndxAllocCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCommrclMtgsCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtWorRdmptnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDescdngRtCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltgToggleCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAuctionRtNoteArnCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCaptlAccumBondCabCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnModifyorcombineCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnRandomCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMuniWorAmortizCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrepayPenaltyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTermAsstBackdSecLnFacCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnWrappedGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacICalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiiCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFirstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecondCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnThirdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecuredCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsecuredCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPariPassuCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsubordinatedCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccelSectyCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorDefrrdInrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSequentialCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccrtnDirectedCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPlanndAmortizClsPacBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacFltrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZPacBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIoWorscheduleCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacCabCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTargetdAccumClsTacBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTacFltrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCompanionCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnZBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJumpZCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPartialZCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorFltgIntrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoInvrsFltrCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIntrstOnlyIoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoEtteCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrincplOnlyPoCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPoWorPacScheduleCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnVariableWacBasedCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrPriorityCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSrSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonAccelSr5yrLockoutWhlLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrPriorityCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnJrSubordCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMezzanineCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStripsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsResiMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFgnUsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCorpPassThrusCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnComponentCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSchedCashFlowCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorCpnOrWorPrncplCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnResidlWorExcessPaymntsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnNonPayResidlCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAvlblFundsClsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnShiftngPaymntPercCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCallableCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnStructrdCollatCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgToggleCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdMtyClsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDelayedDrawCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAscndgRtBondArbCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCpnBondWorRdmptnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAgcyPassThruCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIndxAllocCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCommrclMtgsCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFltgRtWorRdmptnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnDescdngRtCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnInvrsFltgToggleCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAuctionRtNoteArnCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnCaptlAccumBondCabCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnModifyorcombineCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnRandomCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnMuniWorAmortizCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPrepayPenaltyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnTermAsstBackdSecLnFacCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnWrappedGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacICalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPacIiiCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnFirstCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecondCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnThirdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnSecuredCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsecuredCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnPariPassuCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnUnsubordinatedCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnAccelSectyCalcShortFiperc: type: string description: '' nullable: true fixdIncCmoTrancheorclsBrkdwnIoWorDefrrdInrstCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreRefCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRemrktdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnTenderedCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRepaymntCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialPreRefCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefMuniFwrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefUponSaleCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmMuniFwrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmSaleDependentCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowToCnvrsnDateCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowIoCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowPoCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreReforEscrowUntilCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledMuniFwrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledDfltTriggerCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialCallCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreRefCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRemrktdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnTenderedCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRepaymntCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialPreRefCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefMuniFwrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefUponSaleCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmMuniFwrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmSaleDependentCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowToCnvrsnDateCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowIoCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowPoCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreReforEscrowUntilCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledMuniFwrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledDfltTriggerCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialCallCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreRefCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRemrktdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnTenderedCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnRepaymntCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialPreRefCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefMuniFwrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPreRefUponSaleCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmMuniFwrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEtmSaleDependentCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowToCnvrsnDateCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowIoCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnEscrowPoCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnXOverPreReforEscrowUntilCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledMuniFwrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnCalledDfltTriggerCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniEscrowTypeBrkdwnPartialCallCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLiquidityFacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSaiCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnPutLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnConfirmLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLineCrdtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnCollatLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtyLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndirectLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInsrdLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInvstAgrmtorgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnBackupLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtdByCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndemnityInsurCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyPurchAgrmtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSuretyBondCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLiquidityFacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSaiCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnPutLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnConfirmLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLineCrdtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnCollatLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtyLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndirectLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInsrdLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInvstAgrmtorgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnBackupLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtdByCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndemnityInsurCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyPurchAgrmtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSuretyBondCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLiquidityFacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSaiCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnPutLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnConfirmLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnLineCrdtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnCollatLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtyLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndirectLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInsrdLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnInvstAgrmtorgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnBackupLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnGtdByCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnIndemnityInsurCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnStandbyPurchAgrmtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniLocTypeBrkdwnSuretyBondCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOrreinsrdAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpor2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaFkaCgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmericanCapAccessNnaAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianFkaAsstGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaAceGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcFkaRadianCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcFkaCifgOr2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcor2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianFkaAsstGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmericanCapAccessNnaAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaAceGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgOrreinsrdAcgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyMuniCorpAgmcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnMuniAssrncCorpAkaAgmcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAcaorreinsrdAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaFkaCgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOrreinsrdNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacor2ndryAgmcFkaFsaFkaCgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyMuniCorpAgmcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryMuniAssrncCorpAkaAgmcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBuildAmerMutualBamCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBuildAmerMutualBamCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndrySyncoraFkaXclaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpNpfgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaFkaBigiCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicorreinsrdNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrReinsrdAgmcFkaFsaFkaCgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaFkaBigiCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpNpfgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCapMacor2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryCapMacorreinsrdNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicor2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrreinsrdAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCalMtgStGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBerkshireHathawayAssrncCorpBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBerkshireHathawayAssrncCorpBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacFkaConnieLeeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgmcFkaFsaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgcCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryBhacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAmbacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacorreinsrdNpfgFkaMbiaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCaptlMktsAsrncCapMacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFinclGtyInsurCorpFgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFiremansInsorcontlCasualtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnInvstrsGtyFundCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOrreinsrdAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpor2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaFkaCgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmericanCapAccessNnaAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianFkaAsstGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaAceGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcFkaRadianCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcFkaCifgOr2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcor2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianFkaAsstGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmericanCapAccessNnaAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaAceGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgOrreinsrdAcgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyMuniCorpAgmcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnMuniAssrncCorpAkaAgmcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAcaorreinsrdAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaFkaCgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOrreinsrdNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacor2ndryAgmcFkaFsaFkaCgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyMuniCorpAgmcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryMuniAssrncCorpAkaAgmcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBuildAmerMutualBamCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBuildAmerMutualBamCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndrySyncoraFkaXclaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpNpfgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaFkaBigiCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicorreinsrdNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrReinsrdAgmcFkaFsaFkaCgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaFkaBigiCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpNpfgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCapMacor2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryCapMacorreinsrdNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicor2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrreinsrdAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCalMtgStGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBerkshireHathawayAssrncCorpBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBerkshireHathawayAssrncCorpBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacFkaConnieLeeCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgmcFkaFsaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgcCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryBhacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAmbacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacorreinsrdNpfgFkaMbiaCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCaptlMktsAsrncCapMacCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFinclGtyInsurCorpFgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFiremansInsorcontlCasualtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnInvstrsGtyFundCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOrreinsrdAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaCifgOr2ndryInsrdAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpor2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaFkaCgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaFsaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmericanCapAccessNnaAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianFkaAsstGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaAceGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyCorpFkaRadianCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgcFkaRadianCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcFkaCifgOr2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgcor2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianFkaAsstGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaRadianCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmericanCapAccessNnaAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaAceGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyCorpFkaCifgOrreinsrdAcgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAssrdGtyMuniCorpAgmcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAgmcFkaFsaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnMuniAssrncCorpAkaAgmcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAcaorreinsrdAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaFkaCgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOrreinsrdNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAgmcFkaFsaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacor2ndryAgmcFkaFsaFkaCgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAssrdGtyMuniCorpAgmcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryMuniAssrncCorpAkaAgmcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBuildAmerMutualBamCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBuildAmerMutualBamCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndrySyncoraFkaXclaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaOr2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraFkaXclaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnSyncoraCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpNpfgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaFkaBigiCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNpfgFkaMbiaOr2ndryAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnNatlPublicFinclGtyCorpFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicorreinsrdNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrReinsrdAgmcFkaFsaFkaCgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaFkaBigiCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpNpfgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCapMacor2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryCapMacorreinsrdNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicor2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNpfgFkaMbiaOrreinsrdAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryNatlPublicFinclGtyCorpFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCalMtgStGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnBerkshireHathawayAssrncCorpBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicorreinsrdBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryBerkshireHathawayAssrncCorpBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacFkaConnieLeeCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgmcFkaFsaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryAgcCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnAmbacor2ndryBhacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFgicor2ndryAmbacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryAmbacorreinsrdNpfgFkaMbiaCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnCaptlMktsAsrncCapMacCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFinclGtyInsurCorpFgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwn2ndryFgicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnFiremansInsorcontlCasualtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnInvstrsGtyFundCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniInsurerBrkdwnOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncPreDfltCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCaInfraBnkAidIntercptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoSchDistEnhancProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoHiEdEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGaSchDistIntrcptProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSchBndGtyProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSalesTaxGtyProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnInSchDistEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKyPubUnivIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKySchDistEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMaQualBndProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMdInfraFincgIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiQualSchLnProgSbqlpCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiStSchBndLnFndSbqlpCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnSchDistEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnCredEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMoDirctDepIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMsAdqEducProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNdSchDistCredEnhncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjSchBndRsrvActCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjMuniQualBndProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjCntyCollgEnhncProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNmSchDistEnhncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNvSchDistrBndGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyOmrddIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyMstrBocesCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyCrtFacProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyHlthFacProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnySchDistRevProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNySectn99bIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhSchDistCredEnhncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhTechorcmntyCllgProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrPensionObligIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrSchBndGtyProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaPubSchBldgLseIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaSchDistAidIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaAct150SchDistIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcpt6MoCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnScSchDistrCredtEnhncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBrdAuthCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBndIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxPermSchFndPsfCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxHiEdBndProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUtSchInsurncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnVaLoclIntrcptCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWaSchBndGtyProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWvMuniBndCommProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWySchDistGtyProgCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateQualSchAidCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateSchAidCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStatePoolInvFndCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnQualMuniBndCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCityOrCntyGtyCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipInsrdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipGtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtsEscrowCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipPartlPreRefCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollatPurchAgrmtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdStudLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdGasContrctCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollateralizedCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTobaccoSettlmntCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicorfslicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFslicCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdNatlRuralUtilCoOpCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnPurchAgrmtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnBankrsAccptncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPdByIntlBankReconCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnReInsuranceCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnsToLendrsCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipLocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdElecContrctCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncPreDfltCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCaInfraBnkAidIntercptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoSchDistEnhancProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoHiEdEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGaSchDistIntrcptProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSchBndGtyProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSalesTaxGtyProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnInSchDistEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKyPubUnivIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKySchDistEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMaQualBndProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMdInfraFincgIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiQualSchLnProgSbqlpCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiStSchBndLnFndSbqlpCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnSchDistEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnCredEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMoDirctDepIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMsAdqEducProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNdSchDistCredEnhncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjSchBndRsrvActCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjMuniQualBndProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjCntyCollgEnhncProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNmSchDistEnhncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNvSchDistrBndGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyOmrddIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyMstrBocesCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyCrtFacProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyHlthFacProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnySchDistRevProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNySectn99bIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhSchDistCredEnhncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhTechorcmntyCllgProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrPensionObligIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrSchBndGtyProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaPubSchBldgLseIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaSchDistAidIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaAct150SchDistIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcpt6MoCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnScSchDistrCredtEnhncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBrdAuthCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBndIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxPermSchFndPsfCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxHiEdBndProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUtSchInsurncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnVaLoclIntrcptCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWaSchBndGtyProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWvMuniBndCommProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWySchDistGtyProgCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateQualSchAidCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateSchAidCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStatePoolInvFndCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnQualMuniBndCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCityOrCntyGtyCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipInsrdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipGtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtsEscrowCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipPartlPreRefCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollatPurchAgrmtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdStudLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdGasContrctCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollateralizedCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTobaccoSettlmntCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicorfslicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFslicCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdNatlRuralUtilCoOpCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnPurchAgrmtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnBankrsAccptncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPdByIntlBankReconCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnReInsuranceCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnsToLendrsCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipLocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdElecContrctCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnArSchDistEnhncPreDfltCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCaInfraBnkAidIntercptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoSchDistEnhancProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCoHiEdEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGaSchDistIntrcptProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSchBndGtyProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnIdSalesTaxGtyProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnInSchDistEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKyPubUnivIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnKySchDistEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMaQualBndProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMdInfraFincgIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiQualSchLnProgSbqlpCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMiStSchBndLnFndSbqlpCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnSchDistEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMnCredEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMoDirctDepIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnMsAdqEducProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNdSchDistCredEnhncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjSchBndRsrvActCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjMuniQualBndProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNjCntyCollgEnhncProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNmSchDistEnhncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNvSchDistrBndGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyOmrddIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyMstrBocesCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyCrtFacProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnyHlthFacProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnDasnySchDistRevProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnNySectn99bIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhSchDistCredEnhncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOhTechorcmntyCllgProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrPensionObligIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnOrSchBndGtyProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaPubSchBldgLseIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaSchDistAidIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPaAct150SchDistIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnRiHebcIntrcpt6MoCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnScSchDistrCredtEnhncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBrdAuthCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTnSchBndIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxPermSchFndPsfCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTxHiEdBndProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUtSchInsurncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnVaLoclIntrcptCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWaSchBndGtyProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWvMuniBndCommProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnWySchDistGtyProgCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateQualSchAidCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStateSchAidCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnStatePoolInvFndCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnQualMuniBndCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCityOrCntyGtyCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipInsrdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipGtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnUsGovtsEscrowCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipPartlPreRefCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollatPurchAgrmtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdStudLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdGasContrctCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCollateralizedCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnTobaccoSettlmntCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicorfslicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFdicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnCdFslicCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnGtdNatlRuralUtilCoOpCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnPurchAgrmtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnBankrsAccptncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPdByIntlBankReconCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnReInsuranceCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnLnsToLendrsCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnParentCusipLocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniCreditEnhncBrkdwnPrePdElecContrctCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnMonetaryCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnTechnicalCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnMonetaryCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnTechnicalCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnMonetaryCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniDfltEventBrkdwnTechnicalCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnNoSinkCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAmortisingCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnMandSinkCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnOptlSinkCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnSuperSinkerCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnInvstSinkFndCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnDrawAndPurchaseCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPptyAdditionCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPurchaseFndCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAccumulatorCalcNetFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnNoSinkCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAmortisingCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnMandSinkCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnOptlSinkCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnSuperSinkerCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnInvstSinkFndCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnDrawAndPurchaseCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPptyAdditionCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPurchaseFndCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAccumulatorCalcLongFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnNoSinkCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAmortisingCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnMandSinkCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnOptlSinkCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnSuperSinkerCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnInvstSinkFndCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnDrawAndPurchaseCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPptyAdditionCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnPurchaseFndCalcShortFiperc: type: string description: '' nullable: true fixdIncSinkTypeBrkdwnAccumulatorCalcShortFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnReglrCalcNetFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnCondtnlCalcNetFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnReglrCalcLongFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnCondtnlCalcLongFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnReglrCalcShortFiperc: type: string description: '' nullable: true fixdIncPutTypeBrkdwnCondtnlCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnAbortionCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnResidlHolderCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCntrlChngCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCovenantCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDeathCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn100mDenomsCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDvdndDatesCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExprdCrdtFacCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtoraltCrdtFacCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtendDatesCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtraordTndrCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnForInvstCoCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnInactiveCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnBelowAuthDenomCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnLtdPutCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnMandTndrCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOpenMktCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPutOptnCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPoisonPutCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExpiredCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgDwngrdCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgChngCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktOptnCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktUnitCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktTndrCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnSubjctMandTndrCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOptnCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponCnvrsnorremktgCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponDfltCalcNetFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnAbortionCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnResidlHolderCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCntrlChngCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCovenantCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDeathCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn100mDenomsCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDvdndDatesCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExprdCrdtFacCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtoraltCrdtFacCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtendDatesCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtraordTndrCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnForInvstCoCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnInactiveCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnBelowAuthDenomCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnLtdPutCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnMandTndrCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOpenMktCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPutOptnCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPoisonPutCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExpiredCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgDwngrdCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgChngCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktOptnCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktUnitCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktTndrCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnSubjctMandTndrCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOptnCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponCnvrsnorremktgCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponDfltCalcLongFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnAbortionCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnResidlHolderCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCntrlChngCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnCovenantCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDeathCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn100mDenomsCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldAvgPercCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldCvrgPercCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldAvgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn01YrCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn13YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn35YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn57YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn710YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn1020YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn20YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnNonCallableCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallAvgYrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallCvrgPercCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0025YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn02505YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn05075YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0751YrCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn12YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn23YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn35YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn57YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn710YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1015YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1520YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2025YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2530YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn3040YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn4050YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn50YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnNonCallableCalcNetFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn01YrCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn13YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn1020YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn20YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnNonCallableCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallAvgYrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallCvrgPercCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0025YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn02505YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn05075YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0751YrCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn12YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn23YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1015YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1520YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2025YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2530YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn3040YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn4050YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn50YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnNonCallableCalcLongFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn01YrCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn13YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn1020YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwn20YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallBrkdwnNonCallableCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallAvgYrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0025YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn02505YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn05075YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn0751YrCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn12YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn23YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1015YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn1520YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2025YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn2530YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn3040YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn4050YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwn50YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncNextCallDetailBrkdwnNonCallableCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnDvdndDatesCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExprdCrdtFacCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtoraltCrdtFacCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtendDatesCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExtraordTndrCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnForInvstCoCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnInactiveCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnBelowAuthDenomCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnLtdPutCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnMandTndrCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOpenMktCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPutOptnCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnPoisonPutCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnExpiredCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgDwngrdCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnRtgChngCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktOptnCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktUnitCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwn2ndryMktTndrCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnSubjctMandTndrCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnTndrOptnCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponCnvrsnorremktgCalcShortFiperc: type: string description: '' nullable: true fixdIncPutDetailBrkdwnUponDfltCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdToFloatCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatToFixdCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdFloatFixdCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatFixdFloatCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdToFloatCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatToFixdCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdFloatFixdCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatFixdFloatCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdToFloatCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatToFixdCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFixdFloatFixdCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpFixorfloatTypeBrkdwnFloatFixdFloatCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnRvrsConvertCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertAndExchngCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConditionalCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnExchngCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnRvrsConvertCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertAndExchngCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConditionalCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnExchngCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnRvrsConvertCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConvertAndExchngCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnConditionalCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpConvertTypeBrkdwnExchngCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnReglrCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnToggleCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnTriggerEventCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnReglrCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnToggleCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnTriggerEventCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnReglrCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnToggleCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpPikTypeBrkdwnTriggerEventCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnInsrdDepositCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnFullFaithCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnImpliedFullFaithCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnSpclSituationCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnParentCoCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnSubsidiaryCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnBankCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCountryCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCommonwealthCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNonCommonwealthCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnStateorprovorcityCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnFinclGtyInsurCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNewSituationCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnTitleXiiCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPAndICalcNetFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnIntrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPrincipalCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnTechnicalCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIssrPptyCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipTrstCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLseRevCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnMortgageCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNegPledgeCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLocCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfSupportCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLoanCertifCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnKeepWellCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnFndngAgrmntCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnderlyingInstrCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPowerRevCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnAircraftLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnDepositCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIndemnityCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfComfortCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNewSituationCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPptyCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPubSectorLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnRealEstateCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnShipLnsCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnStatutoryRightsCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnThroughputAgrmntCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUndertakingCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnInsrdDepositCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnFullFaithCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnImpliedFullFaithCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnSpclSituationCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnParentCoCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnSubsidiaryCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnBankCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCountryCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCommonwealthCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNonCommonwealthCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnStateorprovorcityCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnFinclGtyInsurCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNewSituationCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnTitleXiiCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPAndICalcLongFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnIntrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPrincipalCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnTechnicalCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIssrPptyCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipTrstCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLseRevCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnMortgageCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNegPledgeCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLocCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfSupportCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLoanCertifCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnKeepWellCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnFndngAgrmntCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnderlyingInstrCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPowerRevCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnAircraftLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnDepositCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIndemnityCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfComfortCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNewSituationCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPptyCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPubSectorLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnRealEstateCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnShipLnsCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnStatutoryRightsCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnThroughputAgrmntCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUndertakingCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnInsrdDepositCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnFullFaithCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnImpliedFullFaithCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarantyTypeBrkdwnSpclSituationCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnParentCoCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnSubsidiaryCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnBankCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCountryCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnCommonwealthCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNonCommonwealthCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnStateorprovorcityCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnFinclGtyInsurCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnNewSituationCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnTitleXiiCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpGuarntorTypeBrkdwnOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPAndICalcShortFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnIntrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnPrincipalCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpDfltReasonBrkdwnTechnicalCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIssrPptyCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipTrstCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnEquipCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLseRevCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnMortgageCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNegPledgeCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLocCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfSupportCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLoanCertifCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnKeepWellCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnFndngAgrmntCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnderlyingInstrCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPowerRevCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnAircraftLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnDepositCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnIndemnityCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnLtrOfComfortCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnNewSituationCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPptyCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnPubSectorLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnRealEstateCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnShipLnsCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnStatutoryRightsCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnThroughputAgrmntCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUndertakingCalcShortFiperc: type: string description: '' nullable: true fixdIncCorpSecurdCollatBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFannieMaeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyDetailBrkdwnFreddieMacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFannieMaeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnFreddieMacCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnGinnieMaeCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnUmbsortbaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnSbaCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMbsIssueAgcyBrkdwnNoraCalcNetFiperc: type: string description: '' nullable: true additionalProperties: false title: OutputFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics description: All fields are nullable. Empty or `null` value fields are not returned. OutputPreferredStockSpecific: type: object properties: conversionNote: type: string description: provides information if the preferred stock is convertible nullable: true conversionPerformanceId: type: string description: The share class Id of the share in which the preferred shares will convert into nullable: true conversionPrice: type: number description: The is price of conversion of preferred stock to common or some other security. format: double nullable: true conversionRatio: type: number description: The is ratio of conversion of preferred stock to common or some other security. format: double nullable: true couponType: type: string description: This denotes the coupon type attached to the preferred security like Fixed; Variable; etc. nullable: true dividendStatus: type: string description: Indicates if dividend payments occur either at regular/ irregular intervals or even or uneven dividend amount. Possible values are- 1.Regular; 2. Irregular & 3. Stopped. If a Dividend is paid either with irregular frequency or uneven amount; it is marked as 'IrregularSchedule'; whereas if Dividend frequency and Amount both are regular; DividendSchedule is marked as 'Regular.' Stopped is used ifcompany has stopped paying dividend payments going forward. nullable: true fixedAnnualCoupon: type: number description: The annual fixed rate of dividend paid on the preferred stock nominal value. format: double nullable: true fixedCouponRate: type: number description: The fixed rate of dividend paid on the preferred stock nominal value. format: double nullable: true floatingCouponRateCap: type: number description: This is upper limit to the floating rate dividend of preferred stock. format: double nullable: true floatingCouponRateFloor: type: number description: This is lower limit to the floating rate dividend of preferred stock. format: double nullable: true floatingRateAdjustmentFrequency: type: integer description: This indicates the adjustment frequency. format: int64 nullable: true floatingRateTerm: type: string description: The period for which the preferred shares will carry the floating rate of dividend nullable: true generalNote: type: string description: Refers to additional notes like large text extract for user's further reading nullable: true guarantorCompanyId: type: string description: Guarantor company id is the Morning star company ID which represents the guarantor of a fixed income security. Usually fixed income security issued by one company will be guarented by a related company (be it parent or anyother group company) nullable: true isConvertible: type: boolean description: 'Indicates if the preferred stock is convertible or not: TRUE denotes the instrument is convertible; otherwise FALSE' nullable: true isDividendCumulative: type: boolean description: The flag denotes if the preferred shares has a cumulative dividend feature attached nullable: true isExchangeable: type: boolean description: 'Indicates if the preferred stock is exchangeable or not: TRUE denotes the instrument is exchangeable; otherwise FALSE' nullable: true isRedeemable: type: boolean description: 'Indicates if the preference stock is redeemable or not: TRUE denotes the preference share is redeemable; otherwise FALSE' nullable: true isRedeemed: type: boolean description: The flag that helps denote if the preferred security is active or inactive nullable: true isSinkFund: type: boolean description: a flag to indicate if the preferred share will be redeemed through the sinking fund nullable: true isTrust: type: boolean description: A flag to indicate if preferred share is trust preferred. TRUE indicates it is Trust Preferred; otherwise FALSE nullable: true liquidationValue: type: number description: Liquidation value of Preferred Stock format: double nullable: true maturityDate: type: string description: The final date on which principal value of preferred stock is expected to be repaid to the holder and the instrument will cease to legally exist nullable: true paymentSchedule: type: string description: The dividend payment frequency on preferred shares nullable: true additionalProperties: false title: OutputPreferredStockSpecific OutputInvestmentAccessPointAdministrationFeeTier: type: object properties: effectiveDate: type: string description: '' nullable: true platformId: type: string description: '' nullable: true tierAdministrationFee: type: array items: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointAdministrationFeeTier description: All fields are nullable. Empty or `null` value fields are not returned. OutputCusipChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the CUSIP for the share class was changed nullable: true changeFrom: type: string description: The CUSIP that the share class changes from nullable: true changeTo: type: string description: The CUSIP that the share class changes to nullable: true additionalProperties: false title: OutputCusipChangeLog ResponseEsgCompanyLevel2DataCarbonEmissions: type: object properties: esgCompanyLevel2DataCarbonEmissions: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataCarbonEmissions' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyLevelInsiderHolding: type: object properties: amountOwned: type: number description: AmountOwned is calculated on the company level (InsiderAmountOwned of the previous month + current month acquired - current month disposed) and TSO is to be picked on the basis on share class level. format: double nullable: true asOfDate: type: string description: This refers to date on which insider shareholding is reported. nullable: true percentOwned: type: number description: The percentage of a particular security's shares that are owned by insiders. format: double nullable: true additionalProperties: false title: OutputCompanyLevelInsiderHolding OutputMomentum: type: object properties: cashFlowPerShareMomentum: type: number description: This calculation represents the rate of change of Cash Flow from Operating Activities per Share. This can be used to determine whether trailing cash flows have increased or decreased over the past quarter. This is calculated as the percentage change between the latest trailing twelve months of cash flow from operations per share and the trailing twelve months of cash flow from operations from one quarter ago (6 months ago for semi-annual reporting companies). format: double nullable: true dividendPerShareMomentum: type: number description: This calculation represents the rate of change of the trailing twelve month Dividend Per Share. This can be used to determine whether the trailing dividend per share has increased or decreased over the past quarter. This is calculated as the percentage change between the last TTM value of Dividend Per Share and the TTM value of Dividend Per Share one quarter ago (6 Months ago for semi-annual reporting companies). format: double nullable: true earningsPerShareMomentum: type: number description: This calculation represents the rate of change of trailing Earnings Per Share. This can be used to determine whether trailing earnings per share has increased or decreased over the past quarter. This is calculated as the percentage change between the last TTM value of Earnings Per Share and the TTM value of Earnings Per Share one quarter ago (6 Months ago for semi-annual reporting companies). format: double nullable: true ebitdaPerShareMomentum: type: number description: This ratio represents the rate of change of EBITDA Per Share. This can be used to determine whether trailing EBITDA per share has increased or decreased over the past quarter. This is calculated as the percentage change between the last TTM value of EBITDA Per Share and the TTM value of EBITDA Per Share one quarter ago (6 Months ago for semi-annual reporting companies). format: double nullable: true normalizedEbitdaPerShareMomentum: type: number description: This ratio represents the rate of change of Normalized EBITDA Per Share. This can be used to determine whether trailing Normalized EBITDA per share has increased or decreased over the past quarter. This is calculated as the percentage change between the last TTM value of Normalized EBITDA Per Share and the TTM value of Normalized EBITDA Per Share one quarter ago (6 Months ago for semi-annual reporting companies). format: double nullable: true salesPerShareMomentum: type: number description: This ratio represents the rate of change of Sales Per Share. This can be used to determine whether trailing sales per share has increased or decreased over the past quarter. This is calculated as the percentage change between the last TTM value of Sales Per Share and the TTM value of Sales Per Share one quarter ago (6 Months ago for semi-annual reporting companies). format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputMomentum ResponsePlatformAndSuperFundFeeAndFeaturesData: type: object properties: investmentAccessPointActivityCharges: $ref: '#/components/schemas/OutputInvestmentAccessPointActivityCharges' investmentAccessPointAdministrationFees: $ref: '#/components/schemas/OutputInvestmentAccessPointAdministrationFees' investmentAccessPointAdministrationFeeTier: $ref: '#/components/schemas/OutputInvestmentAccessPointAdministrationFeeTier' investmentAccessPointExpenseRecoveryFeeTier: $ref: '#/components/schemas/OutputInvestmentAccessPointExpenseRecoveryFeeTier' investmentAccessPointFundamentals: $ref: '#/components/schemas/OutputInvestmentAccessPointFundamentals' investmentAccessPointMenuAnalysis: $ref: '#/components/schemas/OutputInvestmentAccessPointMenuAnalysis' investmentAccessPointPurchaseDetails: $ref: '#/components/schemas/OutputInvestmentAccessPointPurchaseDetails' platformAndSuperFundFeeAndFeaturesData: $ref: '#/components/schemas/OutputPlatformAndSuperFundFeeAndFeaturesData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputReturnIndex: type: object properties: cumFairNavUnweightedDri: type: number description: '' format: double nullable: true cumFairNavUnweightedDriDate: type: string description: '' nullable: true cumFairNavWeightedDri: type: number description: '' format: double nullable: true cumFairNavWeightedDriDate: type: string description: '' nullable: true exParNavUnweightedDri: type: number description: '' format: double nullable: true exParNavUnweightedDriDate: type: string description: '' nullable: true exParNavWeightedDri: type: number description: '' format: double nullable: true exParNavWeightedDriDate: type: string description: '' nullable: true navUnweightedDri: type: number description: '' format: double nullable: true navUnweightedDriDate: type: string description: '' nullable: true navWeightedDri: type: number description: '' format: double nullable: true navWeightedDriDate: type: string description: '' nullable: true priceUnweightedDri: type: number description: '' format: double nullable: true priceUnweightedDriDate: type: string description: '' nullable: true priceWeightedDri: type: number description: '' format: double nullable: true priceWeightedDriDate: type: string description: '' nullable: true additionalProperties: false title: OutputReturnIndex description: All fields are nullable. Empty or `null` value fields are not returned. OutputBalanceSheetCalculations: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true capitalLeaseObligations: type: number description: This data point represents the summation of all current and long term portions of capital lease obligations that are listed on a company's balance sheet format: double nullable: true commonEquityBookValue: type: number description: This data point represents the amount that all common shareholders have invested in a company. This can be used to measure the original proceeds a company receives from issuing common equity and the changes related to the earnings; losses and dividends paid out. This is calculated using Equity Attributable to Parent Stockholders - Preferred Stock - Stock Options/Warrants/Deferred Shares/Convertible Debentures. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' investedCapital: type: number description: This calculation represents the total amount of cash that has been raised and invested in the company by issuing shares and debt. This can be used along with other metrics to measure the company's ability to utilize its capital to generate profit. This is calculated by summing up Total Equity; Debt and Capital Lease obligations. format: double nullable: true netDebt: type: number description: This calculation represents the value a company's debt after deducting cash and other liquid assets. This can be used to measure a company's ability to cover its debt obligations by using only its cash and other liquid assets. This is calculated using Total Debt minus Cash; Cash Equivalents and Short Term Investments. format: double nullable: true netOperatingAssets: type: number description: This calculation represents the difference between the company's operating assets and operating liabilities; and can be used to measure a company's efficiency and short term financial health. This is calculated using Total Assets - Total Liabilities + (Total Debt - Cash). format: double nullable: true netTangibleAssets: type: number description: This data point represents the value of a company's total assets net of intangible items such as goodwill; patents; etc. This can be used to measure the portion of a company's total assets that are tangible. This is calculated using Total Assets minus Net Intangible Assets. format: double nullable: true preferredEquity: type: number description: 'Equity attributable to preferred stockholders: This is defined as preferred stock and additional paid in capital/share premium for preferred stock; net of preferred stock held in treasury.' format: double nullable: true tangibleBookValue: type: number description: This calculation represents the book value of a company's tangible assets. This can be used to measure the value of a company's assets minus the subjectivity of intangibles and goodwill values. This is calculated by subtracting Net Intangible Assets from Total Equity. format: double nullable: true totalDebt: type: number description: This calculation represents the value of the company's total borrowing obligations. This can be used to measure the company's financial leverage. This is calculated by summing Long Term Debt and Capital Lease Obligations with Current Debt and Capital Lease Obligations. For Banks and Insurance companies Deposits and Securities sold under Repurchase Agreements are also considered. Furthermore for Banks; Advances and Funds purchased from Central Banks; Bank Acceptances and Other borrowed funds are considered. format: double nullable: true totalLiabilitiesAndEquity: type: number description: This data point represents the sum of Total Liabilities and Total Equity as listed on the company's balance sheet. format: double nullable: true totalPreferred: type: number description: This data point represents the sum of Preferred Stock; Preferred Units and Preferred Securities Outside Stockholder's Equity as listed on the company's balance sheet. format: double nullable: true workingCapital: type: number description: This calculation represents the difference between the company's current assets and current liabilities. This can be used to measure a company's efficiency and its short term financial health. This is calculated using Total Current Assets minus Total Current Liabilities. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputBalanceSheetCalculations ResponseEsgCompanyLevel2DataCarbonRisk: type: object properties: esgCompanyLevel2DataCarbonRisk: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataCarbonRisk' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent: type: object properties: capitalGainYtd: type: number description: '' format: double nullable: true capitalReturn1MoMoEnd: type: number description: '' format: double nullable: true capitalReturn1YrMoEnd: type: number description: '' format: double nullable: true capitalReturn3MoMoEnd: type: number description: '' format: double nullable: true capitalReturn6MoMoEnd: type: number description: '' format: double nullable: true capitalReturnYtdMoEnd: type: number description: '' format: double nullable: true finlYrTotRetFy1: type: number description: '' format: double nullable: true finlYrTotRetFy10: type: number description: '' format: double nullable: true finlYrTotRetFy2: type: number description: '' format: double nullable: true finlYrTotRetFy3: type: number description: '' format: double nullable: true finlYrTotRetFy4: type: number description: '' format: double nullable: true finlYrTotRetFy5: type: number description: '' format: double nullable: true finlYrTotRetFy6: type: number description: '' format: double nullable: true finlYrTotRetFy7: type: number description: '' format: double nullable: true finlYrTotRetFy8: type: number description: '' format: double nullable: true finlYrTotRetFy9: type: number description: '' format: double nullable: true finlYtdTotRetMthEnd: type: number description: '' format: double nullable: true fy1AsOfDate: type: string description: '' nullable: true grossRet1MoMoEnd: type: number description: '' format: double nullable: true grossRet1MoQtrEnd: type: number description: '' format: double nullable: true grossRet1YrMoEnd: type: number description: '' format: double nullable: true grossRet1YrQtrEnd: type: number description: '' format: double nullable: true grossRet3MoMoEnd: type: number description: '' format: double nullable: true grossRet3MoQtrEnd: type: number description: '' format: double nullable: true grossRet6MoMoEnd: type: number description: '' format: double nullable: true grossRet6MoQtrEnd: type: number description: '' format: double nullable: true grossRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true grossRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true grossRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true grossRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true grossRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true grossRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true grossRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true grossRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true grossRetYtdMoEnd: type: number description: '' format: double nullable: true grossRetYtdQtrEnd: type: number description: '' format: double nullable: true highestReturnInCompositePerc: type: number description: '' format: double nullable: true incomeReturn1MoMoEnd: type: number description: '' format: double nullable: true incomeReturn1YrMoEnd: type: number description: '' format: double nullable: true incomeReturn3MoMoEnd: type: number description: '' format: double nullable: true incomeReturn6MoMoEnd: type: number description: '' format: double nullable: true incomeReturnYtdMoEnd: type: number description: '' format: double nullable: true inflationAdjustedReturnTarget: type: number description: '' format: double nullable: true investorRet1YrMoEnd: type: number description: '' format: double nullable: true investorRet1YrQtrEnd: type: number description: '' format: double nullable: true investorRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true investorRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true investorRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true investorRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true investorRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true investorRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true investorRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRet1MoMoEnd: type: number description: '' format: double nullable: true loadAdjRet1MoQtrEnd: type: number description: '' format: double nullable: true loadAdjRet1YrMoEnd: type: number description: '' format: double nullable: true loadAdjRet1YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRet3MoMoEnd: type: number description: '' format: double nullable: true loadAdjRet3MoQtrEnd: type: number description: '' format: double nullable: true loadAdjRet6MoMoEnd: type: number description: '' format: double nullable: true loadAdjRet6MoQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd20YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd4YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd4YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true loadAdjRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true loadAdjRetInceptionMoEnd: type: number description: '' format: double nullable: true loadAdjRetInceptionQtrEnd: type: number description: '' format: double nullable: true loadAdjRetYtdMoEnd: type: number description: '' format: double nullable: true loadAdjRetYtdQtrEnd: type: number description: '' format: double nullable: true lowestReturnInCompositePerc: type: number description: '' format: double nullable: true marketRet1MoMoEnd: type: number description: '' format: double nullable: true marketRet1MoQtrEnd: type: number description: '' format: double nullable: true marketRet1YrMoEnd: type: number description: '' format: double nullable: true marketRet1YrQtrEnd: type: number description: '' format: double nullable: true marketRet2MoMoEnd: type: number description: '' format: double nullable: true marketRet2MoQtrEnd: type: number description: '' format: double nullable: true marketRet3MoMoEnd: type: number description: '' format: double nullable: true marketRet3MoQtrEnd: type: number description: '' format: double nullable: true marketRet6MoMoEnd: type: number description: '' format: double nullable: true marketRet6MoQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd20YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true marketRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true marketRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true marketRetInceptionMoEnd: type: number description: '' format: double nullable: true marketRetInceptionQtrEnd: type: number description: '' format: double nullable: true marketRetYtdMoEnd: type: number description: '' format: double nullable: true marketRetYtdQtrEnd: type: number description: '' format: double nullable: true marketTaxAdjustedEndDateMoEnd: type: string description: '' nullable: true marketTaxAdjustedPostLiquidationReturn10YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn15YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn1MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn1YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn20YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn3MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn3YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn5YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturn6MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturnSinceInceptionMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPostLiquidationReturnYearToDateMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn10YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn15YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn1MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn1YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn20YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn3MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn3YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn5YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturn6MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturnSinceInceptionMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationReturnYearToDateMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio10YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio15YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio1MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio1YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio20YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio3MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio3YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio5YearMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatio6MonthMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatioSinceInceptionMoEnd: type: number description: '' format: double nullable: true marketTaxAdjustedPreLiquidationTaxCostRatioYearToDateMoEnd: type: number description: '' format: double nullable: true medianReturnInCompositePerc: type: number description: '' format: double nullable: true netRet1MoMoEnd: type: number description: '' format: double nullable: true netRet1MoQtrEnd: type: number description: '' format: double nullable: true netRet1YrMoEnd: type: number description: '' format: double nullable: true netRet1YrQtrEnd: type: number description: '' format: double nullable: true netRet3MoMoEnd: type: number description: '' format: double nullable: true netRet3MoQtrEnd: type: number description: '' format: double nullable: true netRet6MoMoEnd: type: number description: '' format: double nullable: true netRet6MoQtrEnd: type: number description: '' format: double nullable: true netRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true netRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true netRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true netRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true netRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true netRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true netRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true netRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true netRetInceptionMoEnd: type: number description: '' format: double nullable: true netRetInceptionQtrEnd: type: number description: '' format: double nullable: true netRetYtdMoEnd: type: number description: '' format: double nullable: true netRetYtdQtrEnd: type: number description: '' format: double nullable: true nonStdLoadAdjRet10YrMoEnd: type: number description: '' format: double nullable: true nonStdLoadAdjRet1YrMoEnd: type: number description: '' format: double nullable: true nonStdLoadAdjRet3YrMoEnd: type: number description: '' format: double nullable: true nonStdLoadAdjRet5YrMoEnd: type: number description: '' format: double nullable: true nonStdLoadAdjRetInceptionMoEnd: type: number description: '' format: double nullable: true postTaxReturn1MoMoEnd: type: number description: '' format: double nullable: true postTaxReturn1YrMoEnd: type: number description: '' format: double nullable: true postTaxReturn3MoMoEnd: type: number description: '' format: double nullable: true postTaxReturn6MoMoEnd: type: number description: '' format: double nullable: true postTaxReturnAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnDateMoEnd: type: string description: '' nullable: true postTaxReturnInceptionMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidation1MoMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidation1YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidation3MoMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidation6MoMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationIncepMoEnd: type: number description: '' format: double nullable: true postTaxReturnPreLiquidationYtdMoEnd: type: number description: '' format: double nullable: true postTaxReturnYtdMoEnd: type: number description: '' format: double nullable: true priceReturnOnInvestment5YearMoEnd: type: number description: '' format: double nullable: true priceReturnOnInvestmentPlusDistributions5YearMoEnd: type: number description: '' format: double nullable: true ret10YrQtrEnd: type: number description: '' format: double nullable: true ret15YrQtrEnd: type: number description: '' format: double nullable: true ret1MoMoEnd: type: number description: '' format: double nullable: true ret1MoQtrEnd: type: number description: '' format: double nullable: true ret1YrMoEnd: type: number description: '' format: double nullable: true ret1YrQtrEnd: type: number description: '' format: double nullable: true ret2MoMoEnd: type: number description: '' format: double nullable: true ret2MoQtrEnd: type: number description: '' format: double nullable: true ret2YrQtrEnd: type: number description: '' format: double nullable: true ret3MoMoEnd: type: number description: '' format: double nullable: true ret3MoQtrEnd: type: number description: '' format: double nullable: true ret3YrQtrEnd: type: number description: '' format: double nullable: true ret5YrQtrEnd: type: number description: '' format: double nullable: true ret6MoMoEnd: type: number description: '' format: double nullable: true ret6MoQtrEnd: type: number description: '' format: double nullable: true retAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true retAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true retAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true retAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true retAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true retInceptionMoEnd: type: number description: '' format: double nullable: true retInceptionQtrEnd: type: number description: '' format: double nullable: true returnDateMoEnd: type: string description: '' nullable: true returnDateQtrEnd: type: string description: '' nullable: true retYtdMoEnd: type: number description: '' format: double nullable: true retYtdQtrEnd: type: number description: '' format: double nullable: true secStandardizedRet10YrQtrEnd: type: number description: '' format: double nullable: true secStandardizedRet1YrQtrEnd: type: number description: '' format: double nullable: true secStandardizedRet5YrQtrEnd: type: number description: '' format: double nullable: true secStandardizedRetInceptionQtrEnd: type: number description: '' format: double nullable: true taxCostRatio10YrMoEnd: type: number description: '' format: double nullable: true taxCostRatio15YrMoEnd: type: number description: '' format: double nullable: true taxCostRatio1YrMoEnd: type: number description: '' format: double nullable: true taxCostRatio3YrMoEnd: type: number description: '' format: double nullable: true taxCostRatio5YrMoEnd: type: number description: '' format: double nullable: true taxCostRatioInceptionMoEnd: type: number description: '' format: double nullable: true totalRet1MoMoEnd: type: number description: '' format: double nullable: true totalRet1MoQtrEnd: type: number description: '' format: double nullable: true totalRet1YrMoEnd: type: number description: '' format: double nullable: true totalRet1YrQtrEnd: type: number description: '' format: double nullable: true totalRet2MoMoEnd: type: number description: '' format: double nullable: true totalRet2MoQtrEnd: type: number description: '' format: double nullable: true totalRet3MoMoEnd: type: number description: '' format: double nullable: true totalRet3MoQtrEnd: type: number description: '' format: double nullable: true totalRet6MoMoEnd: type: number description: '' format: double nullable: true totalRet6MoQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd20YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true totalRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true totalRetAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true totalRetIncepCumulativeMoEnd: type: number description: '' format: double nullable: true totalRetIncepCumulativeQtrEnd: type: number description: '' format: double nullable: true totalRetInceptionMoEnd: type: number description: '' format: double nullable: true totalRetInceptionQtrEnd: type: number description: '' format: double nullable: true totalReturnForCumfairNav: type: number description: '' format: double nullable: true totalReturnForCumfairNavDate: type: string description: '' nullable: true totalRetYtdMoEnd: type: number description: '' format: double nullable: true totalRetYtdQtrEnd: type: number description: '' format: double nullable: true unannualized: $ref: '#/components/schemas/CodeMappingString' netOfAdvisoryFeeReturn10YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn10YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn15YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn15YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn1MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn1MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn1YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn1YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn20YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn20YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn2MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn2MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn2YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn2YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn3MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn3MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn3YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn3YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn5YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn5YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn6MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturn6MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative10YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative10YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative15YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative15YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative1MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative1MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative1YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative1YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative20YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative20YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative2MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative2MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative2YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative2YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative3MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative3MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative3YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative3YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative5YearMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative5YearQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative6MonthMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulative6MonthQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulativeSinceInceptionMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulativeSinceInceptionQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulativeYtdMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnCumulativeYtdQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnEndDateMonthEnd: type: string description: '' nullable: true netOfAdvisoryFeeReturnEndDateQuarterEnd: type: string description: '' nullable: true netOfAdvisoryFeeReturnSinceInceptionMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnSinceInceptionQuarterEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnYtdMonthEnd: type: number description: '' format: double nullable: true netOfAdvisoryFeeReturnYtdQuarterEnd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputFundFromOperationsPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true fundFromOperationsPerShareFileDate: type: string description: The date of the company's filings where fund from operations per share value was collected nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' reportedBasicAdjustedFundFromOperationsPerShareValue: type: number description: Reported Basic AFFO per basic shares outstanding format: double nullable: true reportedBasicFundFromOperationsPerShareValue: type: number description: Reported Basic FFO per basic shares outstanding format: double nullable: true reportedDilutedAdjustedFundFromOperationsPerShareValue: type: number description: Reported Diluted AFFO per diluted shares outstanding format: double nullable: true reportedDilutedFundFromOperationsPerShareValue: type: number description: Reported Diluted FFO per diluted shares outstanding format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int32 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputFundFromOperationsPerShare OutputNetAssetValue: type: object properties: accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true adjustedBasicNetAssetValueValue: type: number description: Adjusted Basic Net Asset Value (NAV) for REIT's industry is not total equity; rather it is intending to show company's actual diluted market value. According to National Association of Real Estate Investment Trusts and European public real estate association; net asset value collected in Morningstar is more related to the estimated market value of a REIT's total assets (mostly real property) minus the value of all liabilities. To calculated net asset value; REIT's company need to revaluation their asset. format: double nullable: true adjustedDilutedNetAssetValueValue: type: number description: Adjusted Diluted Net Asset Value (NAV) for REIT's industry is not total equity; rather it is intending to show company's actual diluted market value. According to National Association of Real Estate Investment Trusts and European public real estate association; net asset value collected in Morningstar is more related to the estimated market value of a REIT's total assets (mostly real property) minus the value of all liabilities. To calculated net asset value; REIT's company need to revaluation their asset. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true epraNetDisposalValueValue: type: number description: 'Company''s net asset value that is calculated in a scenario when deferred tax; financial instruments; and certain other adjustments are calculated as to the full extent of their liability; including tax exposure not reflected in the Balance Sheet; net of any resulting tax: The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true epraNetReinstatementValueValue: type: number description: 'Company''s net asset value that aims to represent the value required to rebuild the entity and assumes that no selling of assets takes place: The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true epraNetTangibleAssetsValue: type: number description: 'Company''s net asset value that is calculated in a scenario that entities buy and sell assets; thereby crystallizing certain levels of deferred tax liability: The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' netAssetValueFileDate: type: string description: The date of the company's filings where net asset value was collected nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int32 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true reportPeriodEndDate: type: string description: '' nullable: true additionalProperties: false title: OutputNetAssetValue ResponseAnnuityPolicyOperationalData: type: object properties: annuityPolicyOperationalData: $ref: '#/components/schemas/OutputAnnuityPolicyOperationalData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMarketCapitalBreakdown: type: object properties: equityMktCapRescalingFactorLong: type: number description: '' format: double nullable: true indiaLargeCapPercLong: type: number description: '' format: double nullable: true indiaLargeCapPercNet: type: number description: '' format: double nullable: true indiaLargeCapPercShort: type: number description: '' format: double nullable: true indiaMidCapPercLong: type: number description: '' format: double nullable: true indiaMidCapPercNet: type: number description: '' format: double nullable: true indiaMidCapPercShort: type: number description: '' format: double nullable: true indiaSmallCapPercLong: type: number description: '' format: double nullable: true indiaSmallCapPercNet: type: number description: '' format: double nullable: true indiaSmallCapPercShort: type: number description: '' format: double nullable: true marketCapGiantPercLong: type: number description: '' format: double nullable: true marketCapGiantPercLongRescaled: type: number description: '' format: double nullable: true marketCapGiantPercNet: type: number description: '' format: double nullable: true marketCapGiantPercShort: type: number description: '' format: double nullable: true marketCapLargePercLong: type: number description: '' format: double nullable: true marketCapLargePercLongRescaled: type: number description: '' format: double nullable: true marketCapLargePercNet: type: number description: '' format: double nullable: true marketCapLargePercShort: type: number description: '' format: double nullable: true marketCapMicroPercLong: type: number description: '' format: double nullable: true marketCapMicroPercLongRescaled: type: number description: '' format: double nullable: true marketCapMicroPercNet: type: number description: '' format: double nullable: true marketCapMicroPercShort: type: number description: '' format: double nullable: true marketCapMidPercLong: type: number description: '' format: double nullable: true marketCapMidPercLongRescaled: type: number description: '' format: double nullable: true marketCapMidPercNet: type: number description: '' format: double nullable: true marketCapMidPercShort: type: number description: '' format: double nullable: true marketCapSmallPercLong: type: number description: '' format: double nullable: true marketCapSmallPercLongRescaled: type: number description: '' format: double nullable: true marketCapSmallPercNet: type: number description: '' format: double nullable: true marketCapSmallPercShort: type: number description: '' format: double nullable: true additionalProperties: false title: OutputMarketCapitalBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputTrailingMarketReturnAndPriceStatisticsForDistribution: type: object properties: returnCumulative5Year: type: number description: '' format: double nullable: true returnCumulative10Year: type: number description: '' format: double nullable: true returnCumulative3Year: type: number description: '' format: double nullable: true returnCumulative15Year: type: number description: '' format: double nullable: true additionalProperties: false title: OutputTrailingMarketReturnAndPriceStatisticsForDistribution description: All fields are nullable. Empty or `null` value fields are not returned. OutputAnnualReportFeesAndFinancialsMostRecent: type: object properties: annualReportAdjustedExpenseRatio: type: number description: '' format: double nullable: true annualReportDate: type: string description: '' nullable: true annualReportDeferredTaxExpense: type: number description: '' format: double nullable: true annualReportGrossExpenseRatio: type: number description: '' format: double nullable: true annualReportNetExpenseRatio: type: number description: '' format: double nullable: true annualReportOngoingChargeDate: type: string description: '' nullable: true annualReportPerformanceFee: type: number description: '' format: double nullable: true aop: type: number description: '' format: double nullable: true aopDate: type: string description: '' nullable: true aopHistory: type: string description: '' nullable: true avgAnnPortTurnover: type: number description: '' format: double nullable: true capitalGainRealized: type: number description: '' format: double nullable: true capitalGainUnrealized: type: number description: '' format: double nullable: true customerMaintenanceFee: type: number description: '' format: double nullable: true fiscalYearEndMonth: $ref: '#/components/schemas/CodeMappingString' grossExpenseRatio: type: number description: '' format: double nullable: true incomeRatio: type: number description: '' format: double nullable: true indirectCostRatioIcr: type: number description: '' format: double nullable: true interestAmountCn: type: integer description: '' format: int32 nullable: true jpAfTaxTotalExpenseRatio: type: number description: '' format: double nullable: true latestOngoingChargeDate: type: string description: '' nullable: true latestOngoingChargeExcludingPerformanceFee: type: number description: '' format: double nullable: true latestOngoingChargeExPerfFee: type: number description: '' format: double nullable: true latestOngoingChargeIncludingPerformanceFee: type: number description: '' format: double nullable: true latestOngoingChargeIncPerfFee: type: number description: '' format: double nullable: true latestOngoingChargePerformanceFeeDate: type: string description: '' nullable: true netExpenseRatio: type: number description: '' format: double nullable: true nordicsActiveShareAnnualReportDate: type: string description: '' nullable: true nordicsActiveShareSurveyedDate: type: string description: '' nullable: true otherSourcesNetExpenseRatio: type: number description: '' format: double nullable: true otherSourcesNetExpenseRatioDate: type: string description: '' nullable: true otherSourcesOngoingCharge: type: number description: '' format: double nullable: true otherSourcesOngoingChargeDate: type: string description: '' nullable: true otherSourcesPerformanceFee: type: number description: '' format: double nullable: true otherSourcesPerformanceFeeDate: type: string description: '' nullable: true otherSourcesTurnoverRatioPerc: type: number description: '' format: double nullable: true otherSourcesTurnoverRatioPercDate: type: string description: '' nullable: true potentialCapitalGainsExposure: type: number description: '' format: double nullable: true redemptionFee: type: number description: '' format: double nullable: true redemptionFee1st: type: number description: '' format: double nullable: true redemptionFee1stBreakpoint: type: number description: '' format: double nullable: true redemptionFee2nd: type: number description: '' format: double nullable: true redemptionFee2ndBreakpoint: type: number description: '' format: double nullable: true redemptionFee3rd: type: number description: '' format: double nullable: true redemptionFee3rdBreakpoint: type: number description: '' format: double nullable: true redemptionFee4th: type: number description: '' format: double nullable: true redemptionFee4thBreakpoint: type: number description: '' format: double nullable: true redemptionFee5th: type: number description: '' format: double nullable: true redemptionFee5thBreakpoint: type: number description: '' format: double nullable: true redemptionFee6th: type: number description: '' format: double nullable: true redemptionFee6thBreakpoint: type: number description: '' format: double nullable: true redemptionFeeBreakpointUnit: type: string description: '' nullable: true redemptionFeeStarting: type: number description: '' format: double nullable: true redemptionFeeUnit: type: string description: '' nullable: true representativeCostExTransactionFeeDate: type: string description: '' nullable: true representativeCostIncTransactionFeeDate: type: string description: '' nullable: true semiAnnualManagementExpenseRatioMerDate: type: string description: '' nullable: true semiAnnualReportNetExpenseRatio: type: number description: '' format: double nullable: true semiAnnualReportNetExpenseRatioDate: type: string description: '' nullable: true semiAnnualReportOngoingCharge: type: number description: '' format: double nullable: true semiAnnualReportOngoingChargeDate: type: string description: '' nullable: true semiAnnualReportPerformanceFee: type: number description: '' format: double nullable: true semiAnnualReportPerformanceFeeDate: type: string description: '' nullable: true semiAnnualReportTurnoverRatioPerc: type: number description: '' format: double nullable: true semiAnnualReportTurnoverRatioPercDate: type: string description: '' nullable: true taxAmountCn: type: integer description: '' format: int32 nullable: true totalExpenseRatio: type: number description: '' format: double nullable: true transactionCosts: type: number description: '' format: double nullable: true turnoverRatioPerc: type: number description: '' format: double nullable: true turnoverRatioPercDate: type: string description: '' nullable: true additionalProperties: false title: OutputAnnualReportFeesAndFinancialsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputAggregationEnterpriseValueCalculations: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true cashReturnNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true cashReturnValue: type: number description: 'The aggregated value of Cash Return; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Return: This ratio represents a company''s free cash flow relative to its enterprise value. This can be used to measure how efficiently a company is using both its debt and equity to generate free cash flow. This is calculated using Free Cash Flow to Firm (FCFF) divided by Enterprise Value.' format: double nullable: true currencyCode: type: string description: The standard set ISO 4217 that defines codes for currencies; as well as funds and minor currency units. nullable: true enterpriseValueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToAssetsRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToAssetsRatioValue: type: number description: Enterprise Value To Assets Ratio Value format: double nullable: true enterpriseValueToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToEbitdaRatioValue: type: number description: Enterprise Value To Ebitda Ratio Value format: double nullable: true enterpriseValueToEbitRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToEbitRatioValue: type: number description: Enterprise Value To Ebit Ratio Value format: double nullable: true enterpriseValueToFreeCashFlowRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToFreeCashFlowRatioValue: type: number description: Enterprise Value To Free Cash Flow Ratio Value format: double nullable: true enterpriseValueToPreTaxIncomeRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToPreTaxIncomeRatioValue: type: number description: Enterprise Value To Pre Tax Income Ratio Value format: double nullable: true enterpriseValueToRevenueRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true enterpriseValueToRevenueRatioValue: type: number description: Enterprise Value To Revenue Ratio Value format: double nullable: true enterpriseValueValue: type: number description: Enterprise Value Value format: double nullable: true normalizedEnterpriseValueToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedEnterpriseValueToEbitdaRatioValue: type: number description: Normalized Enterprise Value To Ebitda Ratio Value format: double nullable: true normalizedEnterpriseValueToEbitRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedEnterpriseValueToEbitRatioValue: type: number description: Normalized Enterprise Value To Ebit Ratio Value format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true additionalProperties: false title: OutputAggregationEnterpriseValueCalculations OutputMsciCountryClassification: type: object properties: msciCountry: $ref: '#/components/schemas/CodeMappingString' msciCountryRescalingFactor: type: number description: '' format: double nullable: true msciCountryUnitedArabEmiratesPercLongRescaled: type: number description: '' format: double nullable: true msciCountryArgentinaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryAustraliaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryAustriaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBelgiumPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBulgariaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBahrainPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBrazilPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBotswanaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCanadaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryChilePercLongRescaled: type: number description: '' format: double nullable: true msciCountryChinaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryColombiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGermanyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryDenmarkPercLongRescaled: type: number description: '' format: double nullable: true msciCountryEgyptPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySpainPercLongRescaled: type: number description: '' format: double nullable: true msciCountryEstoniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryFinlandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryFrancePercLongRescaled: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGhanaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGreecePercLongRescaled: type: number description: '' format: double nullable: true msciCountryHongKongPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCroatiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryHungaryPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIndonesiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIndiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIrelandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIsraelPercLongRescaled: type: number description: '' format: double nullable: true msciCountryItalyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryJordanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryJapanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKazakhstanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKenyaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKuwaitPercLongRescaled: type: number description: '' format: double nullable: true msciCountryLebanonPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySriLankaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryLithuaniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMoroccoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMexicoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMauritiusPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMalaysiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNigeriaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNetherlandsPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNorwayPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNewZealandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryOmanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPakistanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPeruPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPhilippinesPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPolandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPortugalPercLongRescaled: type: number description: '' format: double nullable: true msciCountryQatarPercLongRescaled: type: number description: '' format: double nullable: true msciCountryRomaniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryRussiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySingaporePercLongRescaled: type: number description: '' format: double nullable: true msciCountrySloveniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySwedenPercLongRescaled: type: number description: '' format: double nullable: true msciCountryThailandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTunisiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTurkeyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTaiwanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryUkrainePercLongRescaled: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercLongRescaled: type: string description: '' nullable: true msciCountryBangladeshPercLongRescaled: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercLongRescaled: type: string description: '' nullable: true msciCountryJamaicaPercLongRescaled: type: string description: '' nullable: true msciCountrySerbiaPercLongRescaled: type: string description: '' nullable: true msciCountryVietnamPercLongRescaled: type: string description: '' nullable: true msciCountryZimbabwePercLongRescaled: type: string description: '' nullable: true msciDate: type: string description: '' nullable: true msciCountryBangladeshPercNet: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercNet: type: string description: '' nullable: true msciCountryJamaicaPercNet: type: string description: '' nullable: true msciCountrySerbiaPercNet: type: string description: '' nullable: true msciCountryVietnamPercNet: type: string description: '' nullable: true msciCountryZimbabwePercNet: type: string description: '' nullable: true msciCountryUnitedArabEmiratesPercNet: type: number description: '' format: double nullable: true msciCountryArgentinaPercNet: type: number description: '' format: double nullable: true msciCountryAustraliaPercNet: type: number description: '' format: double nullable: true msciCountryAustriaPercNet: type: number description: '' format: double nullable: true msciCountryBelgiumPercNet: type: number description: '' format: double nullable: true msciCountryBulgariaPercNet: type: number description: '' format: double nullable: true msciCountryBahrainPercNet: type: number description: '' format: double nullable: true msciCountryBrazilPercNet: type: number description: '' format: double nullable: true msciCountryBotswanaPercNet: type: number description: '' format: double nullable: true msciCountryCanadaPercNet: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercNet: type: number description: '' format: double nullable: true msciCountryChilePercNet: type: number description: '' format: double nullable: true msciCountryChinaPercNet: type: number description: '' format: double nullable: true msciCountryColombiaPercNet: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercNet: type: number description: '' format: double nullable: true msciCountryGermanyPercNet: type: number description: '' format: double nullable: true msciCountryDenmarkPercNet: type: number description: '' format: double nullable: true msciCountryEgyptPercNet: type: number description: '' format: double nullable: true msciCountrySpainPercNet: type: number description: '' format: double nullable: true msciCountryEstoniaPercNet: type: number description: '' format: double nullable: true msciCountryFinlandPercNet: type: number description: '' format: double nullable: true msciCountryFrancePercNet: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercNet: type: number description: '' format: double nullable: true msciCountryGhanaPercNet: type: number description: '' format: double nullable: true msciCountryGreecePercNet: type: number description: '' format: double nullable: true msciCountryHongKongPercNet: type: number description: '' format: double nullable: true msciCountryCroatiaPercNet: type: number description: '' format: double nullable: true msciCountryHungaryPercNet: type: number description: '' format: double nullable: true msciCountryIndonesiaPercNet: type: number description: '' format: double nullable: true msciCountryIndiaPercNet: type: number description: '' format: double nullable: true msciCountryIrelandPercNet: type: number description: '' format: double nullable: true msciCountryIsraelPercNet: type: number description: '' format: double nullable: true msciCountryItalyPercNet: type: number description: '' format: double nullable: true msciCountryJordanPercNet: type: number description: '' format: double nullable: true msciCountryJapanPercNet: type: number description: '' format: double nullable: true msciCountryKazakhstanPercNet: type: number description: '' format: double nullable: true msciCountryKenyaPercNet: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercNet: type: number description: '' format: double nullable: true msciCountryKuwaitPercNet: type: number description: '' format: double nullable: true msciCountryLebanonPercNet: type: number description: '' format: double nullable: true msciCountrySriLankaPercNet: type: number description: '' format: double nullable: true msciCountryLithuaniaPercNet: type: number description: '' format: double nullable: true msciCountryMoroccoPercNet: type: number description: '' format: double nullable: true msciCountryMexicoPercNet: type: number description: '' format: double nullable: true msciCountryMauritiusPercNet: type: number description: '' format: double nullable: true msciCountryMalaysiaPercNet: type: number description: '' format: double nullable: true msciCountryNigeriaPercNet: type: number description: '' format: double nullable: true msciCountryNetherlandsPercNet: type: number description: '' format: double nullable: true msciCountryNorwayPercNet: type: number description: '' format: double nullable: true msciCountryNewZealandPercNet: type: number description: '' format: double nullable: true msciCountryOmanPercNet: type: number description: '' format: double nullable: true msciCountryPakistanPercNet: type: number description: '' format: double nullable: true msciCountryPeruPercNet: type: number description: '' format: double nullable: true msciCountryPhilippinesPercNet: type: number description: '' format: double nullable: true msciCountryPolandPercNet: type: number description: '' format: double nullable: true msciCountryPortugalPercNet: type: number description: '' format: double nullable: true msciCountryQatarPercNet: type: number description: '' format: double nullable: true msciCountryRomaniaPercNet: type: number description: '' format: double nullable: true msciCountryRussiaPercNet: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercNet: type: number description: '' format: double nullable: true msciCountrySingaporePercNet: type: number description: '' format: double nullable: true msciCountrySloveniaPercNet: type: number description: '' format: double nullable: true msciCountrySwedenPercNet: type: number description: '' format: double nullable: true msciCountryThailandPercNet: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercNet: type: number description: '' format: double nullable: true msciCountryTunisiaPercNet: type: number description: '' format: double nullable: true msciCountryTurkeyPercNet: type: number description: '' format: double nullable: true msciCountryTaiwanPercNet: type: number description: '' format: double nullable: true msciCountryUkrainePercNet: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercNet: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercNet: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercNet: type: string description: '' nullable: true msciCountryBangladeshPercShort: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercShort: type: string description: '' nullable: true msciCountryJamaicaPercShort: type: string description: '' nullable: true msciCountrySerbiaPercShort: type: string description: '' nullable: true msciCountryVietnamPercShort: type: string description: '' nullable: true msciCountryZimbabwePercShort: type: string description: '' nullable: true msciCountryUnitedArabEmiratesPercShort: type: number description: '' format: double nullable: true msciCountryArgentinaPercShort: type: number description: '' format: double nullable: true msciCountryAustraliaPercShort: type: number description: '' format: double nullable: true msciCountryAustriaPercShort: type: number description: '' format: double nullable: true msciCountryBelgiumPercShort: type: number description: '' format: double nullable: true msciCountryBulgariaPercShort: type: number description: '' format: double nullable: true msciCountryBahrainPercShort: type: number description: '' format: double nullable: true msciCountryBrazilPercShort: type: number description: '' format: double nullable: true msciCountryBotswanaPercShort: type: number description: '' format: double nullable: true msciCountryCanadaPercShort: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercShort: type: number description: '' format: double nullable: true msciCountryChilePercShort: type: number description: '' format: double nullable: true msciCountryChinaPercShort: type: number description: '' format: double nullable: true msciCountryColombiaPercShort: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercShort: type: number description: '' format: double nullable: true msciCountryGermanyPercShort: type: number description: '' format: double nullable: true msciCountryDenmarkPercShort: type: number description: '' format: double nullable: true msciCountryEgyptPercShort: type: number description: '' format: double nullable: true msciCountrySpainPercShort: type: number description: '' format: double nullable: true msciCountryEstoniaPercShort: type: number description: '' format: double nullable: true msciCountryFinlandPercShort: type: number description: '' format: double nullable: true msciCountryFrancePercShort: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercShort: type: number description: '' format: double nullable: true msciCountryGhanaPercShort: type: number description: '' format: double nullable: true msciCountryGreecePercShort: type: number description: '' format: double nullable: true msciCountryHongKongPercShort: type: number description: '' format: double nullable: true msciCountryCroatiaPercShort: type: number description: '' format: double nullable: true msciCountryHungaryPercShort: type: number description: '' format: double nullable: true msciCountryIndonesiaPercShort: type: number description: '' format: double nullable: true msciCountryIndiaPercShort: type: number description: '' format: double nullable: true msciCountryIrelandPercShort: type: number description: '' format: double nullable: true msciCountryIsraelPercShort: type: number description: '' format: double nullable: true msciCountryItalyPercShort: type: number description: '' format: double nullable: true msciCountryJordanPercShort: type: number description: '' format: double nullable: true msciCountryJapanPercShort: type: number description: '' format: double nullable: true msciCountryKazakhstanPercShort: type: number description: '' format: double nullable: true msciCountryKenyaPercShort: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercShort: type: number description: '' format: double nullable: true msciCountryKuwaitPercShort: type: number description: '' format: double nullable: true msciCountryLebanonPercShort: type: number description: '' format: double nullable: true msciCountrySriLankaPercShort: type: number description: '' format: double nullable: true msciCountryLithuaniaPercShort: type: number description: '' format: double nullable: true msciCountryMoroccoPercShort: type: number description: '' format: double nullable: true msciCountryMexicoPercShort: type: number description: '' format: double nullable: true msciCountryMauritiusPercShort: type: number description: '' format: double nullable: true msciCountryMalaysiaPercShort: type: number description: '' format: double nullable: true msciCountryNigeriaPercShort: type: number description: '' format: double nullable: true msciCountryNetherlandsPercShort: type: number description: '' format: double nullable: true msciCountryNorwayPercShort: type: number description: '' format: double nullable: true msciCountryNewZealandPercShort: type: number description: '' format: double nullable: true msciCountryOmanPercShort: type: number description: '' format: double nullable: true msciCountryPakistanPercShort: type: number description: '' format: double nullable: true msciCountryPeruPercShort: type: number description: '' format: double nullable: true msciCountryPhilippinesPercShort: type: number description: '' format: double nullable: true msciCountryPolandPercShort: type: number description: '' format: double nullable: true msciCountryPortugalPercShort: type: number description: '' format: double nullable: true msciCountryQatarPercShort: type: number description: '' format: double nullable: true msciCountryRomaniaPercShort: type: number description: '' format: double nullable: true msciCountryRussiaPercShort: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercShort: type: number description: '' format: double nullable: true msciCountrySingaporePercShort: type: number description: '' format: double nullable: true msciCountrySloveniaPercShort: type: number description: '' format: double nullable: true msciCountrySwedenPercShort: type: number description: '' format: double nullable: true msciCountryThailandPercShort: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercShort: type: number description: '' format: double nullable: true msciCountryTunisiaPercShort: type: number description: '' format: double nullable: true msciCountryTurkeyPercShort: type: number description: '' format: double nullable: true msciCountryTaiwanPercShort: type: number description: '' format: double nullable: true msciCountryUkrainePercShort: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercShort: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercShort: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercShort: type: string description: '' nullable: true msciCountryBangladeshPercLong: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercLong: type: string description: '' nullable: true msciCountryJamaicaPercLong: type: string description: '' nullable: true msciCountrySerbiaPercLong: type: string description: '' nullable: true msciCountryVietnamPercLong: type: string description: '' nullable: true msciCountryZimbabwePercLong: type: string description: '' nullable: true msciCountryUnitedArabEmiratesPercLong: type: number description: '' format: double nullable: true msciCountryArgentinaPercLong: type: number description: '' format: double nullable: true msciCountryAustraliaPercLong: type: number description: '' format: double nullable: true msciCountryAustriaPercLong: type: number description: '' format: double nullable: true msciCountryBelgiumPercLong: type: number description: '' format: double nullable: true msciCountryBulgariaPercLong: type: number description: '' format: double nullable: true msciCountryBahrainPercLong: type: number description: '' format: double nullable: true msciCountryBrazilPercLong: type: number description: '' format: double nullable: true msciCountryBotswanaPercLong: type: number description: '' format: double nullable: true msciCountryCanadaPercLong: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercLong: type: number description: '' format: double nullable: true msciCountryChilePercLong: type: number description: '' format: double nullable: true msciCountryChinaPercLong: type: number description: '' format: double nullable: true msciCountryColombiaPercLong: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercLong: type: number description: '' format: double nullable: true msciCountryGermanyPercLong: type: number description: '' format: double nullable: true msciCountryDenmarkPercLong: type: number description: '' format: double nullable: true msciCountryEgyptPercLong: type: number description: '' format: double nullable: true msciCountrySpainPercLong: type: number description: '' format: double nullable: true msciCountryEstoniaPercLong: type: number description: '' format: double nullable: true msciCountryFinlandPercLong: type: number description: '' format: double nullable: true msciCountryFrancePercLong: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercLong: type: number description: '' format: double nullable: true msciCountryGhanaPercLong: type: number description: '' format: double nullable: true msciCountryGreecePercLong: type: number description: '' format: double nullable: true msciCountryHongKongPercLong: type: number description: '' format: double nullable: true msciCountryCroatiaPercLong: type: number description: '' format: double nullable: true msciCountryHungaryPercLong: type: number description: '' format: double nullable: true msciCountryIndonesiaPercLong: type: number description: '' format: double nullable: true msciCountryIndiaPercLong: type: number description: '' format: double nullable: true msciCountryIrelandPercLong: type: number description: '' format: double nullable: true msciCountryIsraelPercLong: type: number description: '' format: double nullable: true msciCountryItalyPercLong: type: number description: '' format: double nullable: true msciCountryJordanPercLong: type: number description: '' format: double nullable: true msciCountryJapanPercLong: type: number description: '' format: double nullable: true msciCountryKazakhstanPercLong: type: number description: '' format: double nullable: true msciCountryKenyaPercLong: type: string description: '' nullable: true msciCountrySouthKoreaPercLong: type: string description: '' nullable: true msciCountryKuwaitPercLong: type: string description: '' nullable: true msciCountryLebanonPercLong: type: string description: '' nullable: true msciCountrySriLankaPercLong: type: string description: '' nullable: true msciCountryLithuaniaPercLong: type: string description: '' nullable: true msciCountryMoroccoPercLong: type: string description: '' nullable: true msciCountryMexicoPercLong: type: string description: '' nullable: true msciCountryMauritiusPercLong: type: string description: '' nullable: true msciCountryMalaysiaPercLong: type: string description: '' nullable: true msciCountryNigeriaPercLong: type: string description: '' nullable: true msciCountryNetherlandsPercLong: type: string description: '' nullable: true msciCountryNorwayPercLong: type: string description: '' nullable: true msciCountryNewZealandPercLong: type: string description: '' nullable: true msciCountryOmanPercLong: type: string description: '' nullable: true msciCountryPakistanPercLong: type: string description: '' nullable: true msciCountryPeruPercLong: type: string description: '' nullable: true msciCountryPhilippinesPercLong: type: string description: '' nullable: true msciCountryPolandPercLong: type: string description: '' nullable: true msciCountryPortugalPercLong: type: string description: '' nullable: true msciCountryQatarPercLong: type: string description: '' nullable: true msciCountryRomaniaPercLong: type: string description: '' nullable: true msciCountryRussiaPercLong: type: string description: '' nullable: true msciCountrySaudiArabiaPercLong: type: string description: '' nullable: true msciCountrySingaporePercLong: type: string description: '' nullable: true msciCountrySloveniaPercLong: type: string description: '' nullable: true msciCountrySwedenPercLong: type: string description: '' nullable: true msciCountryThailandPercLong: type: string description: '' nullable: true msciCountryTrinidadAndTobagoPercLong: type: string description: '' nullable: true msciCountryTunisiaPercLong: type: string description: '' nullable: true msciCountryTurkeyPercLong: type: string description: '' nullable: true msciCountryTaiwanPercLong: type: string description: '' nullable: true msciCountryUkrainePercLong: type: string description: '' nullable: true msciCountryUnitedStatesPercLong: type: string description: '' nullable: true msciCountrySouthAfricaPercLong: type: string description: '' nullable: true msciCountryOtherCountriesPercLong: type: string description: '' nullable: true additionalProperties: false title: OutputMsciCountryClassification description: All fields are nullable. Empty or `null` value fields are not returned. OutputPriipKid: type: object properties: chancenRisikoKlasse: type: string description: '' nullable: true danishIndirectTransactionCost: type: number description: '' format: double nullable: true danishIndirectTransactionCostDate: type: string description: '' nullable: true danishIndirectTransactionCostHistory: type: string description: '' nullable: true deferredLoadFee2nd: type: number description: '' format: double nullable: true informationSheetDate: type: string description: '' nullable: true kiidObjectiveorinvestmentPolicyFinnish: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicyFrench: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicyGerman: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicyItalian: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicyNorwegian: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicyPortuguese: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicySpanish: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicySwedish: $ref: '#/components/schemas/CodeMappingString' minimumRegularContributions: type: string description: '' nullable: true priipsKidDate: type: string description: '' nullable: true priipsKidIncidentalCostsCarriedInterest: type: number description: '' format: double nullable: true priipsKidIncidentalCostsPerformanceFee: type: number description: '' format: double nullable: true priipsKidObjective: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveDanish: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveDutch: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveFinnish: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveFrench: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveGerman: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveItalian: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveNorwegian: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectivePortuguese: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveSpanish: $ref: '#/components/schemas/CodeMappingString' priipsKidObjectiveSwedish: $ref: '#/components/schemas/CodeMappingString' priipsKidOneOffEntryCost: type: number description: '' format: double nullable: true priipsKidOneOffExitCost: type: number description: '' format: double nullable: true priipsKidOngoingCost: type: string description: '' nullable: true priipsKidOngoingCostsOtherCosts: type: number description: '' format: double nullable: true priipsKidOngoingCostsTransactionCost: type: number description: '' format: double nullable: true priipsKidPublicationDate: type: string description: '' nullable: true priipsKidSri: type: string description: '' nullable: true priipsKidSummaryRiskIndicator: $ref: '#/components/schemas/CodeMappingInt' priipsKidTotalCost: type: string description: '' nullable: true priipsKidTotalCostAmount: type: string description: '' nullable: true priipsKidTransactionCost: type: string description: '' nullable: true additionalProperties: false title: OutputPriipKid description: All fields are nullable. Empty or `null` value fields are not returned. OutputFeeLevelRanks: type: object properties: firmAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInAboveAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInBelowAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInHighFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInLowFeeLevelDistribution: type: number description: '' format: double nullable: true morningstarFeeLevelBroad: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelDistribution: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelGroupBroad: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelGroupDistribution: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelGroupInsuranceFunds: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelGroupMedianBroad: type: number description: '' format: double nullable: true morningstarFeeLevelGroupMedianDistribution: type: number description: '' format: double nullable: true morningstarFeeLevelGroupMedianInsuranceFunds: type: number description: '' format: double nullable: true morningstarFeeLevelInsuranceFunds: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelPercRankBroad: type: integer description: '' format: int32 nullable: true morningstarFeeLevelPercRankDistribution: type: integer description: '' format: int32 nullable: true morningstarFeeLevelPercRankInsuranceFunds: type: integer description: '' format: int32 nullable: true morningstarFeeLevelRankDateBroad: type: string description: '' nullable: true morningstarFeeLevelRankDateDistribution: type: string description: '' nullable: true morningstarFeeLevelRankDateInsuranceFunds: type: string description: '' nullable: true ofInvestmentsFeeLevelGroupBroad: type: integer description: '' format: int32 nullable: true ofInvestmentsFeeLevelGroupDistribution: type: integer description: '' format: int32 nullable: true ofInvestmentsFeeLevelGroupInsuranceFunds: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputFeeLevelRanks description: All fields are nullable. Empty or `null` value fields are not returned. ResponseStrategyMapping: type: object properties: strategyMapping: $ref: '#/components/schemas/OutputStrategyMapping' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationLeverage: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true debtToAssetsRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true debtToAssetsRatioValue: type: number description: 'The aggregated value of Debt to Assets Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Debt to Assets Ratio: This ratio represents the value of a company''s total debt relative to its total assets. This can be used as a leverage ratio to measure a company''s financial risk. This is calculated using Total Debt divided by Total Asset.' format: double nullable: true debtToEquityRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true debtToEquityRatioValue: type: number description: 'The aggregated value of Debt to Equity Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Debt to Equity Ratio: This ratio represents the value of a company''s long term debt relative to its total equity. This can be used as a leverage ratio to measure a company''s financial risk. This is calculated using Long-term debt and Capital Lease Obiligation; divided by Total Equity.' format: double nullable: true equityMultiplierRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true equityMultiplierRatioValue: type: number description: 'The aggregated value of Equity Multiplier Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Equity Multiplier Ratio: This ratio represents the value of a company''s total assets relative to its total equity. This can be used to measure a company''s financial leverage and is often referred to as the Financial Leverage Ratio. This is calculated using Total Assets divided by Total Equity.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true totalDebtToEquityRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalDebtToEquityRatioValue: type: number description: 'The aggregated value of Total Debt to Equity Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Debt to Equity Ratio: This ratio represents the value of a company''s total debt relative to its total equity. This can be used to measure the company''s financial leverage. This is calculated using Total Debt divided by Total Equity.' format: double nullable: true totalDebtToInvestedCapitalRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalDebtToInvestedCapitalRatioValue: type: number description: 'The aggregated value of Total Debt to Invested Capital Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Debt to Invested Capital Ratio: This ratio represents the value of a company''s total debt relative to its invested capital. This can be used to measure the company''s financial leverage. This is calculated using Total Debt divided by Invested Capital.' format: double nullable: true additionalProperties: false title: OutputAggregationLeverage ResponseMorningstarEssentialsBasePackage: type: object properties: morningstarEssentialsBasePackage: $ref: '#/components/schemas/OutputMorningstarEssentialsBasePackage' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputExecutiveCompensationBoardOfDirectors: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its annual financial statements. nullable: true changeInPensionValue: type: number description: Amount contributed to a pension plan. A pension is a steady income given to a person upon retirement; typically in the form of a guaranteed annuity. format: double nullable: true compensationYear: type: integer description: '' format: int32 nullable: true currencyCode: type: string description: The standard set ISO 4217 that defines codes for currencies; as well as funds and minor currency units. nullable: true feePaidInCash: type: number description: Fees paid to non-executive directors. This is the aggregate dollar amount of all fees earned in cash for services as a director; including annual retainer fees; committee and/or chairperson fees and meeting fees. format: double nullable: true nonEquityIncentivePlan: type: number description: This includes incentive plan awards that are not stock or equity. Incentive plans generally provide for compensation intended to serve as an incentive for performance to occur over a specified period. format: double nullable: true optionAwards: type: number description: Option award granted during the year. Awards of options; stock appreciation rights; and similar equity-based compensation that have option-like features that must be disclosed. format: double nullable: true otherCompensation: type: number description: Any other compensation received during the year that doesn't fit the other compensation categories format: double nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true stockAward: type: integer description: Stock awards granted during the year as a compensation. This is a grant of company stock in which the recipient's rights in the stock are restricted until the shares vest (or lapse in restrictions). format: int64 nullable: true totalCompensation: type: number description: Total compensation earned. This is the sum of the dollar amounts reported in each of the other compensation categories during the covered fiscal year. format: double nullable: true transactionId: type: integer description: '' format: int64 nullable: true additionalProperties: false title: OutputExecutiveCompensationBoardOfDirectors OutputSpinOff: type: object properties: excludingDate: type: string description: Date when the event becomes effective; which is normally two business days before the record date. This is the date from which the security is traded without benefit (excluding) nullable: true adjustmentFactor: type: number description: The stock split (including stock dividend); rights issue; spin off or capital repayment factor that applies to price and per share data to adjust the history format: double nullable: true childCompanyId: type: string description: A unique Morningstar Company Id that indicates the child company spun off nullable: true childPerformanceId: type: string description: A unique Morningstar Share Class Id that indicates the share class for the child company spun off nullable: true declareDate: type: string description: Date when the company announced the event nullable: true fractionShare: type: string description: 'Indicates how fractions are treated in the event of a spin-off: Possible values include Cash; Disregard; Rounded; and Other' nullable: true numberOfShares: type: number description: The number of child company shares offered in a spin-off format: double nullable: true payDate: type: string description: Date when the benefit; dividend amount or new shares; gets credited to the brokerage accounts of shareholders nullable: true recordDate: type: string description: Date when the shareholders recorded in the shareholder register are considered eligible to get benefit nullable: true additionalProperties: false title: OutputSpinOff OutputFixedIncomePortfolioStatisticsCalculatedStandardAnalytics: type: object properties: fixdIncCreditRtgBrkdwnAaaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnAaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnACalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbbCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBelowBCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnNrCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffDurAvgYrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyAvgYrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurAvgYrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmAvgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffDurCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmCvrgPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffDurAvgYrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurAvgYrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmAvgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurAvgYrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyAvgYrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurAvgYrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmAvgPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurCvrgPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyCvrgPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurCvrgPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmCvrgPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnFixdCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnAdjstblCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnStripCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnFixdCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnAdjstblCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnStripCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnFixdCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnAdjstblCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncMbsIntrstTypeBrkdwnStripCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnAaaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnAaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnACalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbbCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBelowBCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnNrCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnAaaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnAaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnACalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbbCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBbCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnBelowBCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgBrkdwnNrCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn005YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn051YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn12YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn23YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn34YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn45YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn56YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn67YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn78YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn89YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn910YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1012YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1215YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1520YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn20YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn005YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn051YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn12YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn23YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn34YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn45YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn56YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn67YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn78YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn89YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn910YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1012YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1215YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1520YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn20YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwnUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn005YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn051YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn12YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn23YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn34YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn45YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn56YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn67YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn78YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn89YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn910YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1012YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1215YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn1520YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwn20YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncModDurDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0025YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn02505YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn05075YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0751YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn12YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn23YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn35YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn57YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn710YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1015YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1520YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2025YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2530YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn3040YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn4050YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn50YrsCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0025YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn02505YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn05075YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0751YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn12YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn23YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn35YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn57YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn710YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1015YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1520YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2025YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2530YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn3040YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn4050YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn50YrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwnUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0025YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn02505YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn05075YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn0751YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn12YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn23YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn35YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn57YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn710YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1015YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn1520YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2025YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn2530YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn3040YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn4050YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwn50YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyAvgYrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffMtyCvrgPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn01percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn12percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn23percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn34percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn45percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn56percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn67percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn78percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn89percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn910percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1012percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1215percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1520percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn20percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnNegPercCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn01percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn12percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn23percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn34percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn45percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn56percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn67percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn78percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn89percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn910percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1012percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1215percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1520percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn20percCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnNegPercCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn01percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn12percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn23percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn34percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn45percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn56percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn67percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn78percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn89percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn910percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1012percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1215percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn1520percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwn20percCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnNegPercCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncYtmDetailBrkdwnUnknownCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn005yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn051yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn12yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn23yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn34yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn45yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn56yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn67yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn78yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn89yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn910yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1012yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1215yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1520yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn20yrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn005yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn051yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn12yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn23yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn34yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn45yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn56yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn67yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn78yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn89yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn910yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1012yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1215yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn1520yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwn20yrsCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurDetailBrkdwnUnknownCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwnNegYrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn01YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn13YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn35YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn57YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn710YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn1020YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwn20YrsCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncEffDurBrkdwnUnknownCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCoreAnalyticsPortfolioDate: type: string description: '' nullable: true fixdIncYtmBrkdwnNegPercCalcNetFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn01percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn13percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmBrkdwn35percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmBrkdwn57percCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncYtmBrkdwn710percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn1020percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn20percCalcNetFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn01YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn13YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn35YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn57YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn710YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn1020YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn20YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnNegYrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn01YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn13YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn35YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn57YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn710YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn1020YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn20YrsCalcNetFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwnNegYrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn01YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn13YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn1020YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn20YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwnNegPercCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn01percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn13percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn35percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn57percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn710percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn1020percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwn20percCalcLongFiperc: type: string description: '' nullable: true fixdIncYtmBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn01YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn13YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn1020YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn20YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnNegYrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn01YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn13YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn35YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn57YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn710YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn1020YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn20YrsCalcLongFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwnNegYrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn01YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn13YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn1020YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwn20YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn01YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn13YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn1020YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwn20YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncEffMtyBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnNegYrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn01YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn13YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn35YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn57YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn710YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn1020YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwn20YrsCalcShortFiperc: type: string description: '' nullable: true fixdIncModDurBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn005yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn051yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn12yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn23yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn34yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn45yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn56yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn67yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn78yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn89yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn910yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn1012yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn1215yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn1520yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwn20yrsCalcLongFiperc: type: string description: '' nullable: true fixdIncEffDurDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdRateCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnZeroCpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnSTDiscountCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnOidCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatRateCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnAdjustRateCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnVariableCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatAuctnCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnCreditLnkdCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnIndxLnkdCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepCpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnPikCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdTbdCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFlexRateCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatFlrCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnInvrsFloatCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnLinkdInvrsFloatCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepUpordwnCpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripTaxCreditCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnResetCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnPayCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripConvertCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRsrvCusipCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDeferredCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDigitalCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRangeCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplPayCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditOidCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdRateCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnZeroCpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnSTDiscountCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnOidCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatRateCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnAdjustRateCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnVariableCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatAuctnCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnCreditLnkdCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnIndxLnkdCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepCpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnPikCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdTbdCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFlexRateCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatFlrCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnInvrsFloatCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnLinkdInvrsFloatCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepUpordwnCpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripTaxCreditCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditOidCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnResetCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnPayCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripConvertCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRsrvCusipCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDeferredCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDigitalCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRangeCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplPayCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdRateCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnZeroCpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnSTDiscountCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnOidCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatRateCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnAdjustRateCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnVariableCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatAuctnCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnCreditLnkdCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnIndxLnkdCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepCpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnPikCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFixdTbdCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFlexRateCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnFloatFlrCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnInvrsFloatCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnLinkdInvrsFloatCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStepUpordwnCpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripTaxCreditCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditOidCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnResetCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripCpnPayCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripConvertCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRsrvCusipCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDeferredCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnDigitalCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnRangeCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnStripPrincplPayCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnTaxCreditCalcShortFiperc: type: string description: '' nullable: true fixdIncCpnTypeBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoUnltdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoLtdCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnDblBarrelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnRevCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnLeaseorrentCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnSpeclAssmntCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxSalesCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxFuelorvehclCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxHotelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxMiscCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxIndivIncCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxCigartteCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGrantFedCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnBackdUsGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxAllocCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoNonAppropCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoStAppropCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnPilotCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoUnltdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoLtdCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnDblBarrelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnRevCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnLeaseorrentCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnSpeclAssmntCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxSalesCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxFuelorvehclCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxHotelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxMiscCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxIndivIncCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxCigartteCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGrantFedCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnBackdUsGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxAllocCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoNonAppropCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoStAppropCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnPilotCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoUnltdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGoLtdCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnDblBarrelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnRevCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnLeaseorrentCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnSpeclAssmntCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxSalesCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxFuelorvehclCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxHotelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxMiscCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxIndivIncCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxCigartteCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnGrantFedCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnBackdUsGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTaxAllocCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoNonAppropCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnTobaccoStAppropCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnPilotCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntDetailBrkdwnOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnGeneralObligtnGoCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnDblBarrelCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnSpeclAssmntortaxIncrmntCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnApproprtnorleaseCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNonGoTaxCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnRevenueCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnTobaccoSecurtztnCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnFedBackedorgrantCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnOthrCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNoraCalcNetFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnGeneralObligtnGoCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnDblBarrelCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnSpeclAssmntortaxIncrmntCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnApproprtnorleaseCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNonGoTaxCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnRevenueCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnTobaccoSecurtztnCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnFedBackedorgrantCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnOthrCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNoraCalcLongFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnGeneralObligtnGoCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnDblBarrelCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnSpeclAssmntortaxIncrmntCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnApproprtnorleaseCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNonGoTaxCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnRevenueCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnTobaccoSecurtztnCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnFedBackedorgrantCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnOthrCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncUsaMuniSecurityPmntBrkdwnNoraCalcShortFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnReglrCalcNetFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnCondtnlCalcNetFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnTaxationCalcNetFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnReglrCalcLongFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnCondtnlCalcLongFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnTaxationCalcLongFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnReglrCalcShortFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnCondtnlCalcShortFiperc: type: string description: '' nullable: true fixdIncCallTypeBrkdwnTaxationCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCorpCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnSubCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSupraNatlCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAuthCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnPvtNonPrftCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnInvstCoorfundCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLpCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnMlpCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnReitCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnRegInvCoCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvFndCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvCoCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnAcquistnGrpCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnIndxCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCurrncyCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSpnsrdEntrprsCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCorpCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnSubCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSupraNatlCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAuthCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnPvtNonPrftCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnInvstCoorfundCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLpCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnMlpCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnReitCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnRegInvCoCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvFndCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvCoCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnAcquistnGrpCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnIndxCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCurrncyCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSpnsrdEntrprsCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCorpCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnGovtAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSovrgnSubCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSupraNatlCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLoclGovtAuthCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnPvtNonPrftCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnInvstCoorfundCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnLpCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnMlpCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnReitCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnRegInvCoCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvFndCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnClsdEndInvCoCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnAcquistnGrpCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnIndxCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnCurrncyCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnSpnsrdEntrprsCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnCorpCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSupraNatlCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnLoclGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnConduitCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnReitCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPvtNonPrftCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnInvstCoorfundCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnClsdEndInvCoCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPartnershipCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnNoraCalcNetFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnCorpCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSupraNatlCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnLoclGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnConduitCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnReitCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPvtNonPrftCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnInvstCoorfundCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnClsdEndInvCoCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPartnershipCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnNoraCalcLongFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnCorpCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSovrgnGovtAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnSupraNatlCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnLoclGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnConduitCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnReitCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPvtNonPrftCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnInvstCoorfundCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnClsdEndInvCoCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnPartnershipCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncIssrTypeBrkdwnNoraCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldAvgPercCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldCvrgPercCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn01percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn13percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn35percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn57percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn710percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn1020percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn20percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnNegativePercCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn01percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn12percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn23percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn34percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn45percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn56percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn67percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn78percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn89percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn910percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1012percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1215percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1520percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn20percCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnNegativePercCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgAvgCalcNetFiperc: $ref: '#/components/schemas/CodeMappingString' fixdIncCreditRtgCvrgPercCalcNetFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn01percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn13percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn35percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn57percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn710percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn1020percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn20percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnNegativePercCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn01percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn12percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn23percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn34percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn45percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn56percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn67percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn78percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn89percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn910percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1012percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1215percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1520percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn20percCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnNegativePercCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgAvgCalcLongFiperc: $ref: '#/components/schemas/CodeMappingString' fixdIncCreditRtgCvrgPercCalcLongFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn01percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn13percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn35percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn57percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn710percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn1020percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwn20percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnNegativePercCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn01percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn12percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn23percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn34percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn45percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn56percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn67percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn78percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn89percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn910percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1012percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1215percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn1520percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwn20percCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnNegativePercCalcShortFiperc: type: string description: '' nullable: true fixdIncCurrentYldDetailBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgAvgCalcShortFiperc: $ref: '#/components/schemas/CodeMappingString' fixdIncCreditRtgCvrgPercCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnInvestGrdCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnHighYldCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnNrCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnInvestGrdCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnHighYldCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnNrCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnInvestGrdCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnHighYldCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditGrdBrkdwnNrCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaaCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbbPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCccPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCcPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCPlusCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnSdCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnDCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnNrCalcNetFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaaCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbbtPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCccPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCcPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCPlusCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnSdCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnDCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnNrCalcLongFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaaCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbbPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBbPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnBPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCccPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCcPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnCPlusCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnSdCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnDCalcShortFiperc: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnNrCalcShortFiperc: type: string description: '' nullable: true fixdIncGeographicExposurePortfolioDate: type: string description: '' nullable: true fixdIncCreditRtgDetailBrkdwnAaCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnAaCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnAaCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnACalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnACalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnACalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbbCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbbCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbbCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBbCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnBCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCcCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCcCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCcCalcShortFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCccCalcLongFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCccCalcNetFiperc: type: number description: '' format: double nullable: true fixdIncCreditRtgDetailBrkdwnCccCalcShortFiperc: type: number description: '' format: double nullable: true additionalProperties: false title: OutputFixedIncomePortfolioStatisticsCalculatedStandardAnalytics description: All fields are nullable. Empty or `null` value fields are not returned. OutputCashFlowCalculationsPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true capitalExpenditurePerShare: type: number description: 'The per share value of Capital Expenditure: This is derived using Capital Expenditure divided by the company''s average shares outstanding over the accounting period. Capital Expenditure: This data point represents the calculated variant of Capital Expenditure; which includes all cash outflows made by a company to acquire or maintain fixed assets and intangibles. This is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures.' format: double nullable: true cashFlowFromOperatingActivitiesUsedForCalculationsPerShare: type: number description: 'The per share value of Cash Flow From Operating Activities Used For Calculations: This is derived using Cash Flow From Operating Activities Used For Calculations divided by the company''s average shares outstanding over the accounting period. Cash Flow From Operating Activities Used For Calculations: This data point represents the latest Cash Flow from Operating Activities (TTM) before changes in Working Capital. This is calculated using Net Cash Flow from Operating Activities - Changes in Net Working Capital.' format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' freeCashFlowToEquityHoldersPerShare: type: number description: 'The per share value of Free Cash Flow To Equity Holders: This is derived using Free Cash Flow To Equity Holders divided by the company''s average shares outstanding over the accounting period. Free Cash Flow To Equity Holders: This calculation represents a company''s operating cash flow net of changes in net working capital and capital expenditures. This can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures.' format: double nullable: true fundsFromOperationsPerShare: type: number description: 'The per share value of Funds From Operations: This is derived using Funds From Operations divided by the company''s average shares outstanding over the accounting period. Funds From Operations: This calculation represents the cash flow generated by real estate investment trusts (REITs). This can be used to measure the performance of REIT companies. This is calculated using Net Income + Depreciation and Amortization - Capital Gains from Property Sales.' format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputCashFlowCalculationsPerShare OutputInvestmentAccessPointPurchaseDetails: type: object properties: effectiveDate: type: string description: '' nullable: true ableToReinvestIncomeFromInvestments: type: string description: '' nullable: true hasDollarCostAveragingService: type: string description: '' nullable: true minimumAdditionalInvestment: type: integer description: '' format: int32 nullable: true minimumContributions: type: integer description: '' format: int32 nullable: true minimumInitialDeposit: type: integer description: '' format: int32 nullable: true minimumRegularInvestment: type: integer description: '' format: int32 nullable: true minimumWithdrawal: type: integer description: '' format: int32 nullable: true platformId: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointPurchaseDetails description: All fields are nullable. Empty or `null` value fields are not returned. ResponseActiveShare: type: object properties: activeShare: $ref: '#/components/schemas/OutputActiveShare' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputGrowthRatesPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true bookValuePerShare10YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare1YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare2YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare3MonthGrowth: type: number description: Three month growth value of book value per share ratio; calculated by using our standard growth methodology format: double nullable: true bookValuePerShare3YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare4YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare5YearGrowth: type: number description: This data point is the growth of Book Value Per Share over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true bookValuePerShare6MonthGrowth: type: number description: Six month growth value of book value per share ratio; calculated by using our standard growth methodology format: double nullable: true bookValuePerShare9MonthGrowth: type: number description: Nine month growth value of book value per share ratio; calculated by using our standard growth methodology format: double nullable: true bookValuePerShareSequentialGrowth: type: number description: This data point is the growth of Book Value Per Share over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Book Value Per Share is calculated using Common Equity Book Value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true cashFlowPerShare1YearGrowth: type: number description: This data point is the growth of Cash Flow Per Share over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Flow Per Share is calculated using Cash Flow From Operating Activities Used For Calculations divided by the company's average shares outstanding over the accounting period. format: double nullable: true cashFlowPerShare2YearGrowth: type: number description: This data point is the growth of Cash Flow Per Share over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. Cash Flow Per Share is calculated using Cash Flow From Operating Activities Used For Calculations divided by the company's average shares outstanding over the accounting period. format: double nullable: true cashFlowPerShare3YearGrowth: type: number description: This data point is the growth of Cash Flow Per Share over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Flow Per Share is calculated using Cash Flow From Operating Activities Used For Calculations divided by the company's average shares outstanding over the accounting period. format: double nullable: true cashFlowPerShare4YearGrowth: type: number description: This data point is the growth of Cash Flow Per Share over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. Cash Flow Per Share is calculated using Cash Flow From Operating Activities Used For Calculations divided by the company's average shares outstanding over the accounting period. format: double nullable: true dilutedContinuousEps10YearGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps1YearGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps3MonthGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps3YearGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps5YearGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps6MonthGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEps9MonthGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedContinuousEpsSequentialGrowth: type: number description: This data point is the growth of Diluted EPS from Continuing Operations over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Diluted EPS from Continuing Operations represents earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedEps10YearGrowth: type: number description: This data point is the growth of Diluted EPS over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps1YearGrowth: type: number description: This data point is the growth of Diluted EPS over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps3MonthGrowth: type: number description: This data point is the growth of Diluted EPS over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps3YearGrowth: type: number description: This data point is the growth of Diluted EPS over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps5YearGrowth: type: number description: This data point is the growth of Diluted EPS over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps6MonthGrowth: type: number description: This data point is the growth of Diluted EPS over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEps9MonthGrowth: type: number description: This data point is the growth of Diluted EPS over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedEpsSequentialGrowth: type: number description: This data point is the growth of Diluted EPS over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Diluted EPS represents earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dividendPerShare10YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true dividendPerShare1YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true dividendPerShare2YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true dividendPerShare3MonthGrowth: type: number description: Three month growth value of dividend per share ratio; calculated by using our standard growth methodology format: double nullable: true dividendPerShare3YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true dividendPerShare4YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true dividendPerShare5YearGrowth: type: number description: Five year growth value of dividend per share ratio; calculated by using our standard growth methodology format: double nullable: true dividendPerShare6MonthGrowth: type: number description: Six month growth value of dividend per share ratio; calculated by using our standard growth methodology format: double nullable: true dividendPerShare9MonthGrowth: type: number description: Nine month growth value of dividend per share ratio; calculated by using our standard growth methodology format: double nullable: true dividendPerShareSequentialGrowth: type: number description: This data point is the growth of dividend per share over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. format: double nullable: true earningsPerShareCalculated10YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true earningsPerShareCalculated1YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true earningsPerShareCalculated2YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true earningsPerShareCalculated3YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true earningsPerShareCalculated4YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true earningsPerShareCalculated5YearGrowth: type: number description: This data point is the growth of Earnings Per Share (Calc) over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Earnings Per Share (Calc) is calculated by taking Net Income from Continuing Operations; or Net Income and dividing it by Weighted Average Shares. format: double nullable: true freeCashFlowToEquityHoldersPerShare10YearGrowth: type: number description: Ten year growth value of free cash flow to equity holders per share ratio; calculated by using our standard growth methodology format: double nullable: true freeCashFlowToEquityHoldersPerShare1YearGrowth: type: number description: One year growth value of free cash flow to equity holders per share ratio; calculated by using our standard growth methodology format: double nullable: true freeCashFlowToEquityHoldersPerShare3YearGrowth: type: number description: Three year growth value of free cash flow to equity holders per share ratio; calculated by using our standard growth methodology format: double nullable: true freeCashFlowToEquityHoldersPerShare5YearGrowth: type: number description: Five year growth value of free cash flow to equity holders per share ratio; calculated by using our standard growth methodology format: double nullable: true normalizedEps10YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. format: double nullable: true normalizedEps1YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true normalizedEps2YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. format: double nullable: true normalizedEps3MonthGrowth: type: number description: This data point is the growth of Normalized EPS over a three month period; calculated by using our standard growth methodology. format: double nullable: true normalizedEps3YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. format: double nullable: true normalizedEps4YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. format: double nullable: true normalizedEps5YearGrowth: type: number description: This data point is the growth of Normalized EPS over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. format: double nullable: true normalizedEps6MonthGrowth: type: number description: This data point is the growth of Normalized EPS over a six month period; calculated by using our standard growth methodology. format: double nullable: true normalizedEps9MonthGrowth: type: number description: This data point is the growth of Normalized EPS over a nine month period; calculated by using our standard growth methodology. format: double nullable: true normalizedEpsSequentialGrowth: type: number description: This data point is the growth of Normalized EPS over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. format: double nullable: true regressionGrowthDividends5YearGrowth: type: number description: This data point is the growth of Dividend Per Share over a 5 year period as computed under the regression 'least-squares' method. Dividend Per Share is calculated by summing up all Cash Dividends per share paid out by the company over the latest fiscal year. format: double nullable: true salesPerShare10YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 10 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/10) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true salesPerShare1YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true salesPerShare2YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 2 year period calculated as [(Value from current period / Value from the same period 2 years ago)^(1/2) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true salesPerShare3YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true salesPerShare4YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 4 year period calculated as [(Value from current period / Value from the same period 4 years ago)^(1/4) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true salesPerShare5YearGrowth: type: number description: This data point is the growth of Sales Per Share over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Sales Per Share is calculated using Total Revenue divided by the company's average shares outstanding over the accounting period. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputGrowthRatesPerShare ResponsePortfolioCompositionAndVehicleAllocation: type: object properties: portfolioCompositionAndVehicleAllocation: $ref: '#/components/schemas/OutputPortfolioCompositionAndVehicleAllocation' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseFactorProfile: type: object properties: factorProfile: $ref: '#/components/schemas/OutputFactorProfile' portfolioExposuresShareclassLevel: $ref: '#/components/schemas/OutputPortfolioExposuresShareclassLevel' securityExposures: $ref: '#/components/schemas/OutputSecurityExposures' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgCompanyLevel1DataIntroductoryData: type: object properties: esgCompanyLevel1DataIntroductoryData: $ref: '#/components/schemas/OutputEsgCompanyLevel1DataIntroductoryData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputBankReserveRatioDuration: type: object properties: bankReserveRatioDurationFileDate: type: string description: The date of the company's filings where bank reserve ratio duration value was collected nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' netInterestMarginValue: type: number description: It's a measure of the difference between the interest income generated by banks or other financial institutions and the amount of interest paid out to their lenders ; relative to the amount of their (interest-earning) assets. format: double nullable: true netInterestSpreadValue: type: number description: It's the difference between the average yield a bank receives from loans & other interest; accruing activities and the average rate it pays on deposits and borrowings. format: double nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportPeriodEndDate: type: number description: '' format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputBankReserveRatioDuration OutputNetAssetsMonthEndMostRecent: type: object properties: tnaForJapanInvestorsDate: type: string description: '' nullable: true tnaForJapanInvestors: type: number description: '' format: double nullable: true firmTotalAssetsorAccountsDate: type: string description: '' nullable: true firmTotalAssetsDate: type: string description: '' nullable: true firmAssetsByInvestmentChannelOtherAccounts: type: number description: '' format: double nullable: true firmTaxableAssets: type: number description: '' format: double nullable: true firmTaxExemptAssets: type: number description: '' format: double nullable: true firmAssetsByInvestmentChannelMutualFundAccounts: type: number description: '' format: double nullable: true firmAssetsByInvestmentChannelCollectiveInvestmentTrustAccounts: type: number description: '' format: double nullable: true firmAssetsByInvestmentChannelUnitInvestmentTrustAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeUsStockAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeUsBondAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeUsAllocationAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeNonUsStockAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeNonUsBondAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeNonUsAllocationAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeGlobalStockAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeGlobalBondAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeGlobalAllocationAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeCashAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeOtherAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeUsRealEstateAccounts: type: number description: '' format: double nullable: true firmAssetsByAssetTypeNonUsRealEstateAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeOtherAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeCorporateTaxExemptAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypePublicPensionAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeMultiEmplorTaftHartleyAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeEndowmentsorFoundationsAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeReligiousAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeIraor401kAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeLtdPartnershipsortrustsAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeInsuranceAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeIndividualsAccounts: type: string description: '' nullable: true firmPercOfAssetsByClientTypeWrapPlatformAccounts: type: string description: '' nullable: true firmPercOfAssetsByClientTypeCashManagementAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypeMutualFundsAccounts: type: string description: '' nullable: true firmPercOfAssetsByClientTypeCorporateTaxableAccounts: type: number description: '' format: double nullable: true firmPercOfAssetsByClientTypePublicNonPensionAccounts: type: number description: '' format: double nullable: true firmTotalAssets: type: number description: '' format: double nullable: true fundSize: type: number description: '' format: double nullable: true fundSizeDate: type: string description: '' nullable: true fundSizeInUsd: type: number description: '' format: double nullable: true vehicleAssetsDate: type: string description: '' nullable: true netAssetsDate: type: string description: '' nullable: true netAssetsShareClass: type: number description: '' format: double nullable: true subaccountNetAssetsDate: type: string description: '' nullable: true netAssetsAverage: type: number description: '' format: double nullable: true fundLeverageCurrency: $ref: '#/components/schemas/CodeMappingString' classAccumulatedInitialInvestmentDate: type: string description: '' nullable: true classAccumulatedInitialInvestment: type: number description: '' format: double nullable: true fundAccumulatedInitialInvestmentDate: type: string description: '' nullable: true fundAccumulatedInitialInvestment: type: number description: '' format: double nullable: true netAssetsShareClassInUsd: type: number description: '' format: double nullable: true tierLevelAssets: type: number description: '' format: double nullable: true vehicleAssets: type: number description: '' format: double nullable: true subaccountNetAssetsShareClass: type: number description: '' format: double nullable: true assetsFirmTopClient1MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient2MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient3MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient4MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient5MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient6MarketValue: type: number description: '' format: double nullable: true assetsFirmTopClient7MarketValue: type: number description: '' format: double nullable: true firmAssetsByClientTypeCashManagementAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeCorporateTaxExemptAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeCorporateTaxableAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeEndowmentorfoundationAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeIndividualAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeInsuranceAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeIraor401kAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeLimitedPartnershipAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeMultiEmployerortaftHartleyAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeMutualFundAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeOtherAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypePublicNonPensionAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypePublicPensionAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeReligiousAccounts: type: number description: '' format: double nullable: true firmAssetsByClientTypeWrapPlatformAccounts: type: number description: '' format: double nullable: true firmAssetsByInvestmentChannelSeparateAccountTaxableAccounts: type: number description: '' format: double nullable: true firmAssetsByInvestmentChannelSeparateAccountTaxExemptAccounts: type: number description: '' format: double nullable: true latestGrossGearingExParPerc: type: number description: '' format: double nullable: true latestNetGearingExPar: type: number description: '' format: double nullable: true latestGrossGearingCumFairPerc: type: number description: '' format: double nullable: true latestNetGearingCumFair: type: number description: '' format: double nullable: true latestGrossGearingExParDate: type: string description: '' nullable: true latestNetGearingExParDate: type: string description: '' nullable: true latestGrossGearingCumFairDate: type: string description: '' nullable: true latestNetGearingCumFairDate: type: string description: '' nullable: true _1940ActLeverageMillions: type: number description: '' format: double nullable: true _1940ActLeveragePerc: type: number description: '' format: double nullable: true latestMarketCapitalisation: type: number description: '' format: double nullable: true latestNetAssetsCumFair: type: number description: '' format: double nullable: true auctionPreferredShares: type: number description: '' format: double nullable: true variableRateDemandPreferredShares: type: number description: '' format: double nullable: true variableMunitermPreferredShares: type: number description: '' format: double nullable: true otherFloatingRatePreferredShares: type: number description: '' format: double nullable: true totalFloatingRatePreferredShares: type: number description: '' format: double nullable: true munitermPreferredShares: type: number description: '' format: double nullable: true otherFixedRatePreferredShares: type: number description: '' format: double nullable: true totalFixedRatePreferredShares: type: number description: '' format: double nullable: true totalPreferredShareOutstanding: type: number description: '' format: double nullable: true notesPayable: type: number description: '' format: double nullable: true lineOfCredit: type: number description: '' format: double nullable: true loan: type: number description: '' format: double nullable: true reverseRepurchaseAgreements: type: number description: '' format: double nullable: true tenderOptionBonds: type: number description: '' format: double nullable: true mortgageDollarRolls: type: number description: '' format: double nullable: true totalReturnSwapsNotional: type: number description: '' format: double nullable: true longorshortStrategyLeverageExposure: type: number description: '' format: double nullable: true securitiesLending: type: number description: '' format: double nullable: true sharesOutstanding: type: number description: '' format: double nullable: true sharesOutstandingDate: type: string description: '' nullable: true additionalProperties: false title: OutputNetAssetsMonthEndMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputFundVotes: type: object properties: percAbstainedAdvisoryVoteOnExecutiveCompensation: type: number description: '' format: double nullable: true percAbstainedAllManagementResolutions: type: number description: '' format: double nullable: true percAbstainedAllShareholderResolutions: type: number description: '' format: double nullable: true percAbstainedAuditorRatification: type: number description: '' format: double nullable: true percAbstainedBoardGovernance: type: number description: '' format: double nullable: true percAbstainedClimateChange: type: number description: '' format: double nullable: true percAbstainedCompensation: type: number description: '' format: double nullable: true percAbstainedDirectorElection: type: number description: '' format: double nullable: true percAbstainedDirectorElections: type: number description: '' format: double nullable: true percAbstainedEnvironment: type: number description: '' format: double nullable: true percAbstainedEsgGovernanceArrangements: type: number description: '' format: double nullable: true percAbstainedExecutiveCompensation: type: number description: '' format: double nullable: true percAbstainedHumanAndWorkersRights: type: number description: '' format: double nullable: true percAbstainedHumaneTreatmentOfAnimals: type: number description: '' format: double nullable: true percAbstainedMilitarismAndAggression: type: number description: '' format: double nullable: true percAbstainedOtherEAndS: type: number description: '' format: double nullable: true percAbstainedOtherGov: type: number description: '' format: double nullable: true percAbstainedPoliticalInfluence: type: number description: '' format: double nullable: true percAbstainedPublicHealthorproductSafety: type: number description: '' format: double nullable: true percAbstainedShareholderMeetingsAndProxyProcess: type: number description: '' format: double nullable: true percAbstainedShareholderRights: type: number description: '' format: double nullable: true percAbstainedStrategyorbusiness: type: number description: '' format: double nullable: true percAgainstAdvisoryVoteOnExecutiveCompensation: type: number description: '' format: double nullable: true percAgainstAllManagementResolutions: type: number description: '' format: double nullable: true percAgainstAllShareholderResolutions: type: number description: '' format: double nullable: true percAgainstAuditorRatification: type: number description: '' format: double nullable: true percAgainstBoardGovernance: type: number description: '' format: double nullable: true percAgainstClimateChange: type: number description: '' format: double nullable: true percAgainstCompensation: type: number description: '' format: double nullable: true percAgainstDirectorElection: type: number description: '' format: double nullable: true percAgainstDirectorElections: type: number description: '' format: double nullable: true percAgainstEnvironment: type: number description: '' format: double nullable: true percAgainstEsgGovernanceArrangements: type: number description: '' format: double nullable: true percAgainstExecutiveCompensation: type: number description: '' format: double nullable: true percAgainstHumanAndWorkersRights: type: number description: '' format: double nullable: true percAgainstHumaneTreatmentOfAnimals: type: number description: '' format: double nullable: true percAgainstMilitarismAndAggression: type: number description: '' format: double nullable: true percAgainstOtherEAndS: type: number description: '' format: double nullable: true percAgainstOtherGov: type: number description: '' format: double nullable: true percAgainstPoliticalInfluence: type: number description: '' format: double nullable: true percAgainstPublicHealthorproductSafety: type: number description: '' format: double nullable: true percAgainstShareholderMeetingsAndProxyProcess: type: number description: '' format: double nullable: true percAgainstShareholderRights: type: number description: '' format: double nullable: true percAgainstStrategyorbusiness: type: number description: '' format: double nullable: true percSupport1YearAdvisoryVoteFrequency: type: number description: '' format: double nullable: true percSupport2YearsAdvisoryVoteFrequency: type: number description: '' format: double nullable: true percSupport3YearsAdvisoryVoteFrequency: type: number description: '' format: double nullable: true percSupportAdvisoryVoteOnExecutiveCompensation: type: number description: '' format: double nullable: true percSupportAllManagementResolutions: type: number description: '' format: double nullable: true percSupportAllShareholderResolutions: type: number description: '' format: double nullable: true percSupportAuditorRatification: type: number description: '' format: double nullable: true percSupportBoardGovernance: type: number description: '' format: double nullable: true percSupportClimateChange: type: number description: '' format: double nullable: true percSupportCompensation: type: number description: '' format: double nullable: true percSupportDirectorElection: type: number description: '' format: double nullable: true percSupportDirectorElections: type: number description: '' format: double nullable: true percSupportEnvironment: type: number description: '' format: double nullable: true percSupportEsgGovernanceArrangements: type: number description: '' format: double nullable: true percSupportExecutiveCompensation: type: number description: '' format: double nullable: true percSupportHumanAndWorkersRights: type: number description: '' format: double nullable: true percSupportHumaneTreatmentOfAnimals: type: number description: '' format: double nullable: true percSupportMilitarismAndAggression: type: number description: '' format: double nullable: true percSupportOtherEAndS: type: number description: '' format: double nullable: true percSupportOtherGov: type: number description: '' format: double nullable: true percSupportPoliticalInfluence: type: number description: '' format: double nullable: true percSupportPublicHealthorproductSafety: type: number description: '' format: double nullable: true percSupportShareholderMeetingsAndProxyProcess: type: number description: '' format: double nullable: true percSupportShareholderRights: type: number description: '' format: double nullable: true percSupportStrategyorbusiness: type: number description: '' format: double nullable: true proxyYear: type: string description: '' nullable: true votesCountedAdvisoryVoteFrequency: type: integer description: '' format: int32 nullable: true votesCountedAdvisoryVoteOnExecutiveCompensation: type: integer description: '' format: int32 nullable: true votesCountedAllManagementResolutions: type: integer description: '' format: int32 nullable: true votesCountedAllShareholderResolutions: type: integer description: '' format: int32 nullable: true votesCountedAuditorRatification: type: integer description: '' format: int32 nullable: true votesCountedBoardGovernance: type: integer description: '' format: int32 nullable: true votesCountedClimateChange: type: integer description: '' format: int32 nullable: true votesCountedCompensation: type: integer description: '' format: int32 nullable: true votesCountedDirectorElection: type: integer description: '' format: int32 nullable: true votesCountedDirectorElections: type: integer description: '' format: int32 nullable: true votesCountedEnvironment: type: integer description: '' format: int32 nullable: true votesCountedEsgGovernanceArrangements: type: integer description: '' format: int32 nullable: true votesCountedExecutiveCompensation: type: integer description: '' format: int32 nullable: true votesCountedHumanAndWorkersRights: type: integer description: '' format: int32 nullable: true votesCountedHumaneTreatmentOfAnimals: type: integer description: '' format: int32 nullable: true votesCountedMilitarismAndAggression: type: integer description: '' format: int32 nullable: true votesCountedOtherEAndS: type: integer description: '' format: int32 nullable: true votesCountedOtherGov: type: integer description: '' format: int32 nullable: true votesCountedPoliticalInfluence: type: integer description: '' format: int32 nullable: true votesCountedPublicHealthorproductSafety: type: integer description: '' format: int32 nullable: true votesCountedShareholderMeetingsAndProxyProcess: type: integer description: '' format: int32 nullable: true votesCountedShareholderRights: type: integer description: '' format: int32 nullable: true votesCountedStrategyorbusiness: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputFundVotes description: All fields are nullable. Empty or `null` value fields are not returned. OutputAnnualReturnsHistorical: type: object properties: annualRet2025: type: number description: '' format: double nullable: true annualRet2024: type: number description: '' format: double nullable: true annualRet2023: type: number description: '' format: double nullable: true annualRet2022: type: number description: '' format: double nullable: true annualRet2021: type: number description: '' format: double nullable: true annualRet2020: type: number description: '' format: double nullable: true annualRet2019: type: number description: '' format: double nullable: true annualRet2018: type: number description: '' format: double nullable: true annualRet2017: type: number description: '' format: double nullable: true annualRet2016: type: number description: '' format: double nullable: true annualRet2015: type: number description: '' format: double nullable: true annualPostTaxRet2025: type: number description: '' format: double nullable: true annualPostTaxRet2024: type: number description: '' format: double nullable: true annualPostTaxRet2023: type: number description: '' format: double nullable: true annualPostTaxRet2022: type: number description: '' format: double nullable: true annualPostTaxRet2021: type: number description: '' format: double nullable: true annualPostTaxRet2020: type: number description: '' format: double nullable: true annualPostTaxRet2019: type: number description: '' format: double nullable: true annualPostTaxRet2018: type: number description: '' format: double nullable: true annualPostTaxRet2017: type: number description: '' format: double nullable: true annualPostTaxRet2016: type: number description: '' format: double nullable: true annualPostTaxRet2015: type: number description: '' format: double nullable: true annualInvestorRet2025: type: number description: '' format: double nullable: true annualInvestorRet2024: type: number description: '' format: double nullable: true annualInvestorRet2023: type: number description: '' format: double nullable: true annualInvestorRet2022: type: number description: '' format: double nullable: true annualInvestorRet2021: type: number description: '' format: double nullable: true annualInvestorRet2020: type: number description: '' format: double nullable: true annualInvestorRet2019: type: number description: '' format: double nullable: true annualInvestorRet2018: type: number description: '' format: double nullable: true annualInvestorRet2017: type: number description: '' format: double nullable: true annualInvestorRet2016: type: number description: '' format: double nullable: true annualInvestorRet2015: type: number description: '' format: double nullable: true annualNetRet2025: type: number description: '' format: double nullable: true annualNetRet2024: type: number description: '' format: double nullable: true annualNetRet2023: type: number description: '' format: double nullable: true annualNetRet2022: type: number description: '' format: double nullable: true annualNetRet2021: type: number description: '' format: double nullable: true annualNetRet2020: type: number description: '' format: double nullable: true annualNetRet2019: type: number description: '' format: double nullable: true annualNetRet2018: type: number description: '' format: double nullable: true annualNetRet2017: type: number description: '' format: double nullable: true annualNetRet2016: type: number description: '' format: double nullable: true annualNetRet2015: type: number description: '' format: double nullable: true annualCalendarYearReturnsYear0: type: string description: '' nullable: true fy1AsOfDate: type: string description: '' nullable: true finlYrTotRetFy1: type: number description: '' format: double nullable: true finlYrTotRetFy2: type: number description: '' format: double nullable: true finlYrTotRetFy3: type: number description: '' format: double nullable: true finlYrTotRetFy4: type: number description: '' format: double nullable: true finlYrTotRetFy5: type: number description: '' format: double nullable: true finlYrTotRetFy6: type: number description: '' format: double nullable: true finlYrTotRetFy7: type: number description: '' format: double nullable: true finlYrTotRetFy8: type: number description: '' format: double nullable: true finlYrTotRetFy9: type: number description: '' format: double nullable: true finlYrTotRetFy10: type: number description: '' format: double nullable: true finlYtdTotRetMthEnd: type: number description: '' format: double nullable: true annualIncomeReturn2025: type: number description: '' format: double nullable: true annualIncomeReturn2024: type: number description: '' format: double nullable: true annualIncomeReturn2023: type: number description: '' format: double nullable: true annualIncomeReturn2022: type: number description: '' format: double nullable: true annualIncomeReturn2021: type: number description: '' format: double nullable: true annualIncomeReturn2020: type: number description: '' format: double nullable: true annualIncomeReturn2019: type: number description: '' format: double nullable: true annualIncomeReturn2018: type: number description: '' format: double nullable: true annualIncomeReturn2017: type: number description: '' format: double nullable: true annualIncomeReturn2016: type: number description: '' format: double nullable: true annualIncomeReturn2015: type: number description: '' format: double nullable: true annualCapitalReturn2025: type: number description: '' format: double nullable: true annualCapitalReturn2024: type: number description: '' format: double nullable: true annualCapitalReturn2023: type: number description: '' format: double nullable: true annualCapitalReturn2022: type: number description: '' format: double nullable: true annualCapitalReturn2021: type: number description: '' format: double nullable: true annualCapitalReturn2020: type: number description: '' format: double nullable: true annualCapitalReturn2019: type: number description: '' format: double nullable: true annualCapitalReturn2018: type: number description: '' format: double nullable: true annualCapitalReturn2017: type: number description: '' format: double nullable: true annualCapitalReturn2016: type: number description: '' format: double nullable: true annualCapitalReturn2015: type: number description: '' format: double nullable: true performanceid: type: string description: '' nullable: true additionalProperties: false title: OutputAnnualReturnsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. ResponseEsgCompanyLevelDataSfdrPai: type: object properties: esgCompanyLevelDataSfdrPAI: $ref: '#/components/schemas/OutputEsgCompanyLevelDataSfdrPAI' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarEquityStyleBoxBreakdown: type: object properties: morningstarEquityStyleBoxBreakdown: $ref: '#/components/schemas/OutputMorningstarEquityStyleBoxBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarEquitySectorsBreakdown: type: object properties: morningstarEquitySectorsBreakdown: $ref: '#/components/schemas/OutputMorningstarEquitySectorsBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputTranscriptsCompany: type: object properties: links: type: array items: $ref: '#/components/schemas/OutputTranscriptLink' nullable: true eventDatetime: type: string description: '' nullable: true category: type: string description: '' nullable: true eventId: type: integer description: '' format: int32 nullable: true eventName: type: string description: '' nullable: true eventType: type: string description: '' nullable: true eventUrl: type: string description: '' nullable: true fiscalPeriod: type: string description: '' nullable: true fiscalYear: type: integer description: '' format: int32 nullable: true jobId: type: string description: '' nullable: true messageType: type: string description: '' nullable: true additionalProperties: false title: OutputTranscriptsCompany OutputEsgFundLevelProductInvolvement: type: object properties: productInvolvementCatAvgPercAbortiveorcontraceptivesorstemCell: type: number description: '' format: double nullable: true productInvolvementCatAvgPercAdultEntertainment: type: number description: '' format: double nullable: true productInvolvementCatAvgPercAlcohol: type: number description: '' format: double nullable: true productInvolvementCatAvgPercAnimalTesting: type: number description: '' format: double nullable: true productInvolvementCatAvgPercControversialWeapons: type: number description: '' format: double nullable: true productInvolvementCatAvgPercFurAndSpecialtyLeather: type: number description: '' format: double nullable: true productInvolvementCatAvgPercGambling: type: number description: '' format: double nullable: true productInvolvementCatAvgPercGmo: type: number description: '' format: double nullable: true productInvolvementCatAvgPercMilitaryContracting: type: number description: '' format: double nullable: true productInvolvementCatAvgPercNuclear: type: number description: '' format: double nullable: true productInvolvementCatAvgPercPalmOil: type: number description: '' format: double nullable: true productInvolvementCatAvgPercPesticides: type: number description: '' format: double nullable: true productInvolvementCatAvgPercSmallArms: type: number description: '' format: double nullable: true productInvolvementCatAvgPercThermalCoal: type: number description: '' format: double nullable: true productInvolvementCatAvgPercTobacco: type: number description: '' format: double nullable: true productInvolvementOfHoldingsAbortiveorcontraceptivesorstemCell: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsAdultEntertainment: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsAlcohol: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsAnimalTesting: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsControversialWeapons: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsFurAndSpecialtyLeather: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsGambling: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsGmo: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsMilitaryContracting: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsNuclear: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsPalmOil: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsPesticides: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsSmallArms: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsThermalCoal: type: integer description: '' format: int32 nullable: true productInvolvementOfHoldingsTobacco: type: integer description: '' format: int32 nullable: true productInvolvementPercAbortiveorcontraceptivesorstemCell: type: number description: '' format: double nullable: true productInvolvementPercAdultEntertainment: type: number description: '' format: double nullable: true productInvolvementPercAlcohol: type: number description: '' format: double nullable: true productInvolvementPercAnimalTesting: type: number description: '' format: double nullable: true productInvolvementPercControversialWeapons: type: number description: '' format: double nullable: true productInvolvementPercFurAndSpecialtyLeather: type: number description: '' format: double nullable: true productInvolvementPercGambling: type: number description: '' format: double nullable: true productInvolvementPercGmo: type: number description: '' format: double nullable: true productInvolvementPercMilitaryContracting: type: number description: '' format: double nullable: true productInvolvementPercNuclear: type: number description: '' format: double nullable: true productInvolvementPercPalmOil: type: number description: '' format: double nullable: true productInvolvementPercPesticides: type: number description: '' format: double nullable: true productInvolvementPercSmallArms: type: number description: '' format: double nullable: true productInvolvementPercThermalCoal: type: number description: '' format: double nullable: true productInvolvementPercTobacco: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelProductInvolvement description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgFundLevelEuTaxonomy: type: object properties: euTaxonomyCcaPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleOpexReported: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleOpexExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleCapex: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActCapexExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyPortfolioDate: type: string description: '' nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownOpexReported: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActOpexExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownCapex: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownRevenue: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedBreakdownOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentCapex: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActOpexExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleCapex: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedCapex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActRevenue: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveOpexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownRevenueReported: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNuclearActPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownCapex: type: number description: '' format: double nullable: true euTaxonomyOverallGasActPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleOpexExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentOpexExSov: type: number description: '' format: double nullable: true euTaxonomyCePercentageOfAlignedOpex: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedCapexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyPpcPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleNotAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallNonNuclearOrGasActPercentageOfAlignedOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfHoldingsWithEligibilityUnknownCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsTransActCapexExSov: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedObjectiveCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotEligibleRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentOpexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsOwnPerfActRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyCcmPercentageOfAlignedCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedOpexReportedExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedRevenueReported: type: number description: '' format: double nullable: true euTaxonomyBioPercentageOfAlignedRevenue: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageInAlignedInvestmentsEnablActCapexReported: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfEligibleUndisclosedAlignmentRevenueReported: type: number description: '' format: double nullable: true euTaxonomyWtrPercentageOfAlignedCapexExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfNotAlignedRevenueReportedExSov: type: number description: '' format: double nullable: true euTaxonomyCcaPercentageOfAlignedRevenueExSov: type: number description: '' format: double nullable: true euTaxonomyOverallPercentageOfAlignedUndisclosedNucAndGasActCapexReported: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelEuTaxonomy description: All fields are nullable. Empty or `null` value fields are not returned. ResponseSandpGicsClassificationBreakdown: type: object properties: sandpGicsClassificationBreakdown: $ref: '#/components/schemas/OutputSandpGicsClassificationBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationFinancialStatementsSimpleSummation: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true advancesBorrowingsFromCentralBanksNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true advancesBorrowingsFromCentralBanksValue: type: number description: 'The aggregated value of Advances/Borrowings from Central Banks; is derived using all eligible companies who are constituents in the specified Morningstar Index. Advances/Borrowings from Central Banks: Borrowings from the Central Bank; which are primarily used to cover shortages in the required reserve balance or liquidity shortages.' format: double nullable: true bankAcceptancesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true bankAcceptancesValue: type: number description: 'The aggregated value of Bank Acceptances; is derived using all eligible companies who are constituents in the specified Morningstar Index. Bank Acceptances: Written promise for the bank to pay the holder a specific amount of money on a set date in the future.' format: double nullable: true capitalExpenditureCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true capitalExpenditureCalculatedValue: type: number description: 'The aggregated value of Capital Expenditure (Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Capital Expenditure (Calc): This data point represents the calculated variant of Capital Expenditure; which includes all cash outflows made by a company to acquire or maintain fixed assets and intangibles. This is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures.' format: double nullable: true capitalStockNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true capitalStockValue: type: number description: 'The aggregated value of Capital Stock; is derived using all eligible companies who are constituents in the specified Morningstar Index. Capital Stock: Carrying value of stock issued and outstanding by the corporation; including common and preferred stock.' format: double nullable: true cashAndCashEquivalentsBeginningOfPeriodNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashAndCashEquivalentsBeginningOfPeriodValue: type: number description: 'The aggregated value of Cash and Cash Equivalents; Beginning of Period; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash and Cash Equivalents; Beginning of Period: Cash and cash equivalents balance at the beginning of the accounting period; as indicated on the Cash Flow statement.' format: double nullable: true cashAndCashEquivalentsEndOfPeriodNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashAndCashEquivalentsEndOfPeriodValue: type: number description: 'The aggregated value of Cash and Cash Equivalents; End of Period; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash and Cash Equivalents; End of Period: Cash and cash equivalents balance at the end of the accounting period; as indicated on the Cash Flow statement.' format: double nullable: true cashAndCashEquivalentsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashAndCashEquivalentsValue: type: number description: 'The aggregated value of Cash and Cash Equivalents; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash and Cash Equivalents: Total of all cash and cash equivalents.' format: double nullable: true cashCashEquivalentsAndShortTermInvestmentsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashCashEquivalentsAndShortTermInvestmentsValue: type: number description: 'The aggregated value of Cash; Cash Equivalents and Short Term Investments; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash; Cash Equivalents and Short Term Investments: Total of all cash; cash equivalents and short term investments.' format: double nullable: true cashFlowFromContinuingFinancingActivitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromContinuingFinancingActivitiesValue: type: number description: 'The aggregated value of Cash Flow from Continuing Financing Activities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Continuing Financing Activities: Cash generated by or used in financing activities of continuing operations.' format: double nullable: true cashFlowFromContinuingInvestingActivitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromContinuingInvestingActivitiesValue: type: number description: 'The aggregated value of Cash Flow from Continuing Investing Activities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Continuing Investing Activities: Cash generated by or used in investing activities of continuing operations.' format: double nullable: true cashFlowFromFinancingActivitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromFinancingActivitiesValue: type: number description: 'The aggregated value of Cash Flow from Financing Activities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Financing Activities: Aggregate change in cash position of the company resulting from its financing activities.' format: double nullable: true cashFlowFromInvestingActivitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromInvestingActivitiesValue: type: number description: 'The aggregated value of Cash Flow from Investing Activities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Investing Activities: Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets.' format: double nullable: true cashFlowFromOperatingActivitiesIndirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromOperatingActivitiesIndirectValue: type: number description: 'The aggregated value of Cash Flow from Operating Activities; Indirect; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Operating Activities; Indirect: Aggregate change in cash position of the company resulting from its operating activities (such as manufacturing and selling goods or providing a service) under the indirect method.' format: double nullable: true cashFlowFromOperationsCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowFromOperationsCalculatedValue: type: number description: 'The aggregated value of Cash Flow from Operations (Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow from Operations (Calc): This data point represents the latest Cash Flow from Operating Activities (TTM) before changes in Working Capital. This is calculated using Net Cash Flow from Operating Activities - Changes in Net Working Capital.' format: double nullable: true cashFlowsFromUsedInOperatingActivitiesDirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowsFromUsedInOperatingActivitiesDirectValue: type: number description: 'The aggregated value of Cash Flows from/Used in Operating Activities; Direct; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flows from/Used in Operating Activities; Direct: Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method.' format: double nullable: true cashPaymentsFromOperatingActivitiesDirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashPaymentsFromOperatingActivitiesDirectValue: type: number description: 'The aggregated value of Cash Payments from Operating Activities; Direct; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Payments from Operating Activities; Direct: Cash outflow from operating activities of continuing operations.' format: double nullable: true cashReceiptsFromOperatingActivitiesDirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashReceiptsFromOperatingActivitiesDirectValue: type: number description: 'The aggregated value of Cash Receipts from Operating Activities; Direct; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Receipts from Operating Activities; Direct: Cash inflows from operating activities of continuing operations.' format: double nullable: true centralBankFundsPurchasedSecuritiesSoldUnderReverseRepoAgreementsAndSecuritiesLoanedNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true centralBankFundsPurchasedSecuritiesSoldUnderReverseRepurchaseAgreementsAndSecuritiesLoanedValue: type: number description: 'The aggregated value of Central Bank Funds Purchased; Securities Sold under Reverse Repurchase Agreements and Securities Loaned; is derived using all eligible companies who are constituents in the specified Morningstar Index. Central Bank Funds Purchased; Securities Sold under Reverse Repurchase Agreements and Securities Loaned: The aggregate of all funds and securities that a bank borrows at the central bank rate; sells with a repurchase agreement; and loans.' format: double nullable: true centralBankFundsSoldSecuritiesPurchasedUnderReverseRepoAgreementsAndSecuritiesBorrowedNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true centralBankFundsSoldSecuritiesPurchasedUnderReverseRepurchaseAgreementsAndSecuritiesBorrowedValue: type: number description: 'The aggregated value of Central Bank Funds Sold; Securities Purchased under Reverse Repurchase Agreements and Securities Borrowed; is derived using all eligible companies who are constituents in the specified Morningstar Index. Central Bank Funds Sold; Securities Purchased under Reverse Repurchase Agreements and Securities Borrowed: The aggregate of central bank funds sold; securities purchased under reverse repurchase agreements; and securities borrowed.' format: double nullable: true changesInOperatingCapitalNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true changesInOperatingCapitalValue: type: number description: 'The aggregated value of Changes in Operating Capital; is derived using all eligible companies who are constituents in the specified Morningstar Index. Changes in Operating Capital: Increase or decrease in operating capital between reporting periods.' format: double nullable: true commonEquityBookValueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true commonEquityBookValueValue: type: number description: 'The aggregagated value of Common Equity Book Value; is derived using all eligible companies who are constituents in the specified Morningstar Index. Common Equity Book Value: The amount of all common shareholders have invested in a company. This can be used to measure the original proceeds a company receives from issuing common equity and the changes related to the earnings; losses and dividend paid out. This is calculated using [Equity Attributable to Parent Stockholders] - [Preferred Stocks] - Stock Options/Warrants/Deferred Shares/Convertible Debentures].' format: double nullable: true commonStockNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true commonStockValue: type: number description: 'The aggregated value of Common Stock; is derived using all eligible companies who are constituents in the specified Morningstar Index. Common Stock: Value of issued common shares of the company.' format: double nullable: true costOfRevenueAndOperatingExpenseNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true costOfRevenueAndOperatingExpenseValue: type: number description: 'The aggregated value of Cost of Revenue and Operating Expense; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cost of Revenue and Operating Expense: This data point represents the cost and expenses associated with a company''s operating business. This can be used to measure the funds the company has devoted to generating revenue. This is calculated using Cost of Revenue + Operating Income/Expenses - Income from Grants Received; Operating - Other Income; Operating.' format: double nullable: true costOfRevenueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true costOfRevenueValue: type: number description: 'The aggregated value of Cost of Revenue; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cost of Revenue: Costs incurred to provide the goods or services that generate revenue for the company.' format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' currentDebtAndCapitalLeaseObligationNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true currentDebtAndCapitalLeaseObligationValue: type: number description: 'The aggregated value of Current Debt and Capital Lease Obligation; is derived using all eligible companies who are constituents in the specified Morningstar Index. Current Debt and Capital Lease Obligation: Sum of the carrying values as of the Balance Sheet date; of all long-term debt and capital lease obligations that are expected to be repaid within one year or a normal operating cycle (whichever is longer).' format: double nullable: true currentDebtNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true currentDebtValue: type: number description: 'The aggregated value of Current Debt; is derived using all eligible companies who are constituents in the specified Morningstar Index. Current Debt: Sum of the carrying values as of the Balance Sheet date; of all short term debt having maturities due within one year or a normal operating cycle (whichever is longer).' format: double nullable: true debtAndCapitalLeaseObligationsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true debtAndCapitalLeaseObligationsValue: type: number description: 'The aggregated value of Debt and Capital Lease Obligations; is derived using all eligible companies who are constituents in the specified Morningstar Index. Debt and Capital Lease Obligations: The aggregate of all debt and capital lease obligations.' format: double nullable: true depreciationAmortizationAndDepletionCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true depreciationAmortizationAndDepletionCalculatedValue: type: number description: 'The aggregated value of Deprecn.; Amort. and Depletn. (Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Deprecn.; Amort. and Depletn. (Calc): This data point represents the calculated variant of depreciation; amortization and depletion. This is calculated by summing up all Depreciation; Amortization and Depletion reported by the company.' format: double nullable: true depreciationAmortizationAndDepletionNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true depreciationAmortizationAndDepletionValue: type: number description: 'The aggregated value of Depreciation; Amortization and Depletion; is derived using all eligible companies who are constituents in the specified Morningstar Index. Depreciation; Amortization and Depletion: Non-cash expense to account for use and obsolescence of assets. Charged by allocating the cost of depreciable assets; intangible assets; or natural resources to the accounting periods of its expected useful life. Includes: amortization of leased property; intangibles; goodwill; and depletion' format: double nullable: true earningsBeforeInterestAndTaxNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true earningsBeforeInterestAndTaxValue: type: number description: 'The aggregated value of Earnings Before Interest and Tax (EBIT); is derived using all eligible companies who are constituents in the specified Morningstar Index. Earnings Before Interest and Tax (EBIT): This data point represents the earnings the company generated before paying the interest and tax expenses. This can be used to measure a company''s profitability. This is calculated by using the summation of Pretax Income and Net Interest Income/Expenses.' format: double nullable: true earningsBeforeInterestTaxAndAmortizationNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true earningsBeforeInterestTaxAndAmortizationValue: type: number description: 'The aggregated value of EBITA; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBITA: This data point represents the earnings the company generated before interest; tax and amortization expenses. This can be used to measure a company''s profitability. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization minus Depreciation.' format: double nullable: true earningsBeforeInterestTaxDepreciationAmortizationAndRentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true earningsBeforeInterestTaxDepreciationAmortizationAndRentValue: type: number description: 'The aggregated value of EBITDAR; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBITDAR: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses. This can be used to measure a company''s profitability. This is calculated using EBITDA + Rent Expenses + Rent and Landing Fees.' format: double nullable: true earningsBeforeInterestTaxDepreciationAndAmortizationNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true earningsBeforeInterestTaxDepreciationAndAmortizationValue: type: number description: 'The aggregated value of EBITDA; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBITDA: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses. This can be used to measure a company''s profitability. This is calculated using EBIT + Depreciation; Amortization and Depletion.' format: double nullable: true equityAttributableToParentStockholdersNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true equityAttributableToParentStockholdersValue: type: number description: 'The aggregated value of Equity Attributable to Parent Stockholders; is derived using all eligible companies who are constituents in the specified Morningstar Index. Equity Attributable to Parent Stockholders: Residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders.' format: double nullable: true feesAndCommissionExpenseNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true feesAndCommissionExpenseValue: type: number description: 'The aggregated value of Fees and Commission Expense; is derived using all eligible companies who are constituents in the specified Morningstar Index. Fees and Commission Expense: Expenses associated with generating fees and commission revenue; such as the expense for providing services.' format: double nullable: true feesAndCommissionIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true feesAndCommissionIncomeValue: type: number description: 'The aggregated value of Fees and Commission Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Fees and Commission Income: Revenue generated from the aggregate of service revenue; asset management fees; trust fees; brokerage commission revenue; credit card fees; and other fees/commission income. Includes: all transaction-based revenues' format: double nullable: true freeCashFlowToEquityNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true freeCashFlowToEquityValue: type: number description: 'The aggregated value of Free Cash Flow to Equity (FCFE); is derived using all eligible companies who are constituents in the specified Morningstar Index. Free Cash Flow to Equity (FCFE): This calculation represents a company''s operating cash flow net of changes in net working capital and capital expenditures. This can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures.' format: double nullable: true freeCashFlowToFirmNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true freeCashFlowToFirmValue: type: number description: 'The aggregated value of Free Cash Flow to Firm (FCFF); is derived using all eligible companies who are constituents in the specified Morningstar Index. Free Cash Flow to Firm (FCFF): This calculation represents a company''s operating cash flow before paying out interest expenses and net of changes in net working capital and capital expenditures. This can be used to measure the cash a company has left over for all stakeholders after investing in the growth of its business. This is calculated using Cash Flow from Operating Activities + Tax effected Interest Expenses - Changes in Net Working Capital - Capital Expenditures.' format: double nullable: true fundsFromOperationsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true fundsFromOperationsValue: type: number description: 'The aggregated value of Funds from Operations (FFO); is derived using all eligible companies who are constituents in the specified Morningstar Index. Funds from Operations (FFO): This calculation represets the cash flow generated by real estate investment trusts (REITs). This can be used to measure the performance of REITs companies. This is calculated using Net Income + Depreciation and Amortization - Capital Gains from Property Sales.' format: double nullable: true goodwillNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true goodwillValue: type: number description: 'The aggregated value of Goodwill; is derived using all eligible companies who are constituents in the specified Morningstar Index. Goodwill: The excess of the cost of an acquired company over the sum of the fair market value of its identifiable individual assets less the liabilities.' format: double nullable: true grossProfitNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true grossProfitValue: type: number description: 'The aggregated value of Gross Profit; is derived using all eligible companies who are constituents in the specified Morningstar Index. Gross Profit: Difference between the total revenue and the sum of all direct costs incurred to generate the revenue.' format: double nullable: true incomeAfterTaxesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true incomeAfterTaxesValue: type: number description: 'The aggregated value of Income After Taxes; is derived using all eligible companies who are constituents in the specified Morningstar Index. Income After Taxes: This calculation represents the company''s after-tax earnings for the period. The calculation differs from Net Income; because it excludes Earnings from Equity Interests. This is calculated using Pretax Income minus Provision for Income Tax.' format: double nullable: true interestAndDividendIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true interestAndDividendIncomeValue: type: number description: 'The aggregated value of Interest and Dividend Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Interest and Dividend Income: This calculation represents the summation of a company''s interest; dividend and investment income. This can be used to measure a company''s investing and financing performance. This is calculated using Interest Income + Dividend and Investment Income.' format: double nullable: true interestExpenseCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true interestExpenseCalculatedValue: type: number description: 'The aggregated value of Interest Expense(Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Interest Expense(Calc): This data point represents the calculated variant of interest expense. This is calculated by taking the Reported Interest Expense Net of capitalized interest if available; or Interest Expense net of Interest Income.' format: double nullable: true interestExpenseCostOfRevenueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true interestExpenseCostOfRevenueValue: type: number description: 'The aggregated value of Interest Expense; Cost of Revenue; is derived using all eligible companies who are constituents in the specified Morningstar Index. Interest Expense; Cost of Revenue: Total expenses from interest payments related to holding deposits; debt; capital lease obligations; repurchase agreements; and other activities.' format: double nullable: true interestIncomeRevenueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true interestIncomeRevenueValue: type: number description: 'The aggregated value of Interest Income; Revenue; is derived using all eligible companies who are constituents in the specified Morningstar Index. Interest Income; Revenue: Total revenue from interest generated through loans/leases to customers; securities; deposits; repurchase agreements; and other sources.' format: double nullable: true inventoriesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true inventoriesValue: type: number description: 'The aggregated value of Inventories; is derived using all eligible companies who are constituents in the specified Morningstar Index. Inventories: Merchandise bought or produced for resale; or supplies and raw materials purchased for use in revenue producing operations; that are expected to be turned into cash within one year or a normal operating cycle (whichever is longer).' format: double nullable: true investedCapitalNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true investedCapitalValue: type: number description: 'The aggregated value of Invested Capital; is derived using all eligible companies who are constituents in the specified Morningstar Index. Invested Capital: This calculation represents the total amount of cash that has been raised and invested in the company by issuing shares and debt. This can be used along with other metrics to measure the company''s ability to utilize its capital to generate profit. This is calculated by summing up Total Equity; Debt and Capital Lease obligations.' format: double nullable: true irregularIncomeExpenseCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true irregularIncomeExpenseCalculatedValue: type: number description: 'The aggregated value of Irregular Income/Expense (Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Irregular Income/Expense (Calc): This data point represents the calculated variant of irregular income/expense. This is calculated by summing up all Irregular Income/Expense reported by the company.' format: double nullable: true loansAndAdvancesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true loansAndAdvancesValue: type: number description: 'The aggregated value of Loans and Advances; is derived using all eligible companies who are constituents in the specified Morningstar Index. Loans and Advances: The aggregate amount of loans receivable and advances made to banks; institutions; or customers. Includes: mortgages and other loans; which are stated at the lower of cost or market (approximates fair value)' format: double nullable: true longTermDebtAndCapitalLeaseObligationNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true longTermDebtAndCapitalLeaseObligationValue: type: number description: 'The aggregated value of Long Term Debt and Capital Lease Obligation; is derived using all eligible companies who are constituents in the specified Morningstar Index. Long Term Debt and Capital Lease Obligation: Sum of the carrying values as of the balance sheet date; of all long-term debt and capital lease obligations that is expected to be repaid beyond one year or a normal operating cycle (whichever is longer).' format: double nullable: true longTermDebtNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true longTermDebtValue: type: number description: 'The aggregated value of Long Term Debt; is derived using all eligible companies who are constituents in the specified Morningstar Index. Long Term Debt: Sum of the carrying values as of the balance sheet date; of all long-term debt having maturities due beyond one year or a normal operating cycle (whichever is longer).' format: double nullable: true netCashFlowFromContinuingOperatingActivitiesDirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netCashFlowFromContinuingOperatingActivitiesDirectValue: type: number description: 'The aggregated value of Net Cash Flow from Continuing Operating Activities; Direct; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Cash Flow from Continuing Operating Activities; Direct: Net change in cash balance from operating activities of continuing operations.' format: double nullable: true netCashFlowFromContinuingOperatingActivitiesIndirectNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netCashFlowFromContinuingOperatingActivitiesIndirectValue: type: number description: 'The aggregated value of Net Cash Flow from Continuing Operating Activities; Indirect; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Cash Flow from Continuing Operating Activities; Indirect: Net change in cash balance for operating activities of continuing operations under the indirect method.' format: double nullable: true netDebtNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netDebtValue: type: number description: 'The aggregated value of Net Debt; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Debt: This calculation represents the value a company''s debt after deducting cash and other liquid assets. This can be used to measure a company''s ability to cover its debt obligations by using only its cash and other liquid assets. This is calculated using Total Debt minus Cash; Cash Equivalents and Short Term Investments.' format: double nullable: true netFeesAndCommissionIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netFeesAndCommissionIncomeValue: type: number description: 'The aggregated value of Net Fees and Commission Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Fees and Commission Income: Fees and commission income less fees and commission expense.' format: double nullable: true netIncomeAfterNonControllingMinorityInterestsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netIncomeAfterNonControllingMinorityInterestsValue: type: number description: 'The aggregated value of Net Income after Non-Controlling/Minority Interests; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Income after Non-Controlling/Minority Interests: Net income or loss of the company after non-controlling interests attribution.' format: double nullable: true netIncomeAvailableToCommonStockholdersNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netIncomeAvailableToCommonStockholdersValue: type: number description: 'The aggregated value of Net Income Available to Common Stockholders; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Income Available to Common Stockholders: Net income available to common stockholders after accounting for all adjustments and preferred dividends.' format: double nullable: true netIncomeFromContinuingOperationsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netIncomeFromContinuingOperationsValue: type: number description: 'The aggregated value of Net Income from Continuing Operations; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Income from Continuing Operations: Net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations.' format: double nullable: true netIntangibleAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netIntangibleAssetsValue: type: number description: 'The aggregated value of Net Intangible Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Intangible Assets: Total net book value of goodwill and all intangible assets. Calculated using Gross Goodwill and Other Intangible assets; less Accumulated Amortization and Impairments.' format: double nullable: true netInterestIncomeExpenseCalculatedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netInterestIncomeExpenseCalculatedValue: type: number description: 'The aggregated value of Net Interest Income/Expense (Calc); is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Interest Income/Expense (Calc): This data point represents the calculated variant of net Interest income/expense. This is calculated by using the most complete version of either reported Net Interest Income/Expense or Net Interest Income/Expense from supplemental information.' format: double nullable: true netInterestIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netInterestIncomeValue: type: number description: 'The aggregated value of Net Interest Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Interest Income: Interest income less interest expense.' format: double nullable: true netInvestmentIncomeRevenueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netInvestmentIncomeRevenueValue: type: number description: 'The aggregated value of Net Investment Income; Revenue; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Investment Income; Revenue: Net income on investments after adjusting for losses; impairment; and reversals.' format: double nullable: true netOperatingProfitAfterTaxNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netOperatingProfitAfterTaxValue: type: number description: 'The aggregated value of Net Operating Profit After Tax (NOPAT); is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Operating Profit After Tax (NOPAT): This calculation represents the tax affected operating earnings the company generated for the period. This can be used to measure a company''s profitability. This is calculated using Net Income from Continuing Operations plus tax affected Net Interest Income/Expense minus tax affected Dividend and Investment Income.' format: double nullable: true netPremiumsEarnedNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netPremiumsEarnedValue: type: number description: 'The aggregated value of Net Premiums Earned; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Premiums Earned: Net revenue from insurance premiums. Includes: net bank-owned life insurance income; gross premiums; and claims reported above operating expenses' format: double nullable: true netPropertyPlantAndEquipmentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netPropertyPlantAndEquipmentValue: type: number description: 'The aggregated value of Net Property; Plant and Equipment; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Property; Plant and Equipment: Total net book value of all the tangible assets that are used by a company in its business operations. Calculated using Gross Property; Plant and Equipment; less Accumulated Depreciation and Impairment.' format: double nullable: true netTangibleAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netTangibleAssetsValue: type: number description: 'The aggregated value of Net Tangible Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Tangible Assets: This data point represents the value of a company''s total assets net of intangible items such as goodwill; patents; etc. This can be used to measure the portion of a company''s total assets that are tangible. This is calculated using Total Assets minus Net Intangible Assets.' format: double nullable: true nonInterestExpensesAndOtherIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonInterestExpensesAndOtherIncomeValue: type: number description: 'The aggregated value of Non-Interest Expenses and Other Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Non-Interest Expenses and Other Income: Sum of all non-interest expenses; income from participating interests; irregular income/expenses; and other income/expense that does not fit in any of the previous categories.' format: double nullable: true nonInterestIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonInterestIncomeValue: type: number description: 'The aggregated value of Non-Interest Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Non-Interest Income: Total revenue less net interest income.' format: double nullable: true nonOperatingIncomeExpensesTotalNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonOperatingIncomeExpensesTotalValue: type: number description: 'The aggregated value of Non-Operating Income/Expenses; Total; is derived using all eligible companies who are constituents in the specified Morningstar Index. Non-Operating Income/Expenses; Total: Aggregate value of all income and expenses not associated with normal business operations and recognized by the company in the non-operating section of the Income Statement.' format: double nullable: true normalizedEarningsBeforeInterestAndTaxNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEarningsBeforeInterestAndTaxValue: type: number description: 'The aggregated value of Normalized EBIT; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBIT: This represents earnings before interest and taxes adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company''s profitability. This is calculated by using Earnings before Interest and Tax plus/minuse any tax affected unusual items.' format: double nullable: true normalizedEarningsBeforeInterestTaxDepreciationAmortizationAndRentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEarningsBeforeInterestTaxDepreciationAmortizationAndRentValue: type: number description: 'The aggregated value of Normalized EBITDAR; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBITDAR: This data point represents the earnings the company generated before interest; tax; depreciation; amortization and rent expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company''s profitability. This is calculated using Earnings Before Interest; Tax; Depreciation; Amortization and Rent expenses plus/minus any unusual Items.' format: double nullable: true normalizedEarningsBeforeInterestTaxDepreciationAndAmortizationNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEarningsBeforeInterestTaxDepreciationAndAmortizationValue: type: number description: 'The aggregated value of Normalized EBITDA; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBITDA: This data point represents the earnings the company generated before interest; tax; depreciation and amortization expenses adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to fairly measure a company''s profitability. This is calculated using Earnings Before Interest; Tax; Depreciation and Amortization plus/minus any unusual Items.' format: double nullable: true normalizedIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedIncomeValue: type: number description: 'The aggregated value of Normalized Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Income: This calculation represents earnings adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to fairly measure a company''s profitability. This is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs.' format: double nullable: true normalizedPretaxProfitNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedPretaxProfitValue: type: number description: 'The aggregated value of Normalized Pretax Profit; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Pretax Profit: The aggregated value of Normalized Pretax Profit; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Pretax Profit: The pretax earnings adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This can be used to measure a company''s profitability. This is calculated using Pretax income plus/minus any unusual items.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true preferredStockNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true preferredStockValue: type: number description: 'The aggregated value of Preferred Stock; is derived using all eligible companies who are constituents in the specified Morningstar Index. Preferred Stock: Class of shares in the company that has a claim prior to common shareholders on the earnings of the company and on the assets in the event of liquidation. Includes: convertible preferred stock; equity redeemable preferred stock; equity other preferred stock' format: double nullable: true pretaxIncomeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true pretaxIncomeValue: type: number description: 'The aggregated value of Pretax Income; is derived using all eligible companies who are constituents in the specified Morningstar Index. Pretax Income: Income or loss generated during the accounting period before accounting for any federal; state or local taxes. Excludes: extraordinary items reported net of taxes' format: double nullable: true provisionAndImpairmentForLoanLossesAndCreditRiskNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true provisionAndImpairmentForLoanLossesAndCreditRiskValue: type: number description: 'The aggregated value of Provision and Impairment for Loan Losses and Credit Risk; is derived using all eligible companies who are constituents in the specified Morningstar Index. Provision and Impairment for Loan Losses and Credit Risk: Losses and provisions that relate to loan defaults; credit risk and doubtful accounts. Includes: provision for impairment of loans; write off/ reversal/ recovery /provision of bad debt and doubtful accounts' format: double nullable: true provisionForIncomeTaxNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true provisionForIncomeTaxValue: type: number description: 'The aggregated value of Provision for Income Tax; is derived using all eligible companies who are constituents in the specified Morningstar Index. Provision for Income Tax: Sum of all taxes on income earned or expensed during the accounting period.' format: double nullable: true reinsuranceAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true reinsuranceAssetsValue: type: number description: 'The aggregated value of Reinsurance Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Reinsurance Assets: All reinsurance related assets; including share of reinsurance contracts and reinsurance recoveries. Excludes: reinsurance receivables' format: double nullable: true reinsuranceLiabilitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true reinsuranceLiabilitiesValue: type: number description: 'The aggregated value of Reinsurance Liabilities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Reinsurance Liabilities: Liabilities related to reinsurance; if reported separately by the insurance company. This includes estimated policy benefits; claims and losses due to reinsurance contracts.' format: double nullable: true researchAndDevelopmentExpensesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true researchAndDevelopmentExpensesValue: type: number description: 'The aggregated value of Research and Development Expenses; is derived using all eligible companies who are constituents in the specified Morningstar Index. Research and Development Expenses: Costs incurred for creating and developing new processes; applications; techniques and products.' format: double nullable: true reservesForBenefitsClaimsAndLossesExpenseNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true reservesForBenefitsClaimsAndLossesExpenseValue: type: number description: 'The aggregated value of Reserves for Benefits;Claims and Losses Expense; is derived using all eligible companies who are constituents in the specified Morningstar Index. Reserves for Benefits;Claims and Losses Expense: Sum of insurance contract liabilities/reserves and investment contract liabilities.' format: double nullable: true sellingGeneralAndAdministrativeExpensesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true sellingGeneralAndAdministrativeExpensesValue: type: number description: 'The aggregated value of Selling; General and Administrative Expenses; is derived using all eligible companies who are constituents in the specified Morningstar Index. Selling; General and Administrative Expenses: Sum of all costs incurred relating to selling; general and administrative functions.' format: double nullable: true staffCostsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true staffCostsValue: type: number description: 'The aggregated value of Staff Costs; is derived using all eligible companies who are constituents in the specified Morningstar Index. Staff Costs: Sum of all costs incurred by the company relating to employees; officers; and directors. For example; remuneration or wages; stock based compensation; social security; pension; and other employee benefits.' format: double nullable: true tangibleBookValueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tangibleBookValueValue: type: number description: Total Outstanding Amount Of Senior Securitized Bonds And Notes format: double nullable: true totalAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalAssetsValue: type: number description: 'The aggregated value of Total Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Assets: Sum of all assets; as recorded in the Balance Sheet.' format: double nullable: true totalCapitalLeaseObligationsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalCapitalLeaseObligationsValue: type: number description: 'The aggregated value of Total Capital Lease Obligations; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Capital Lease Obligations: This data point represents the summation of all current and long term portions of capital lease obligations that are listed on a company''s balance sheet' format: double nullable: true totalCurrentAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalCurrentAssetsValue: type: number description: 'The aggregated value of Total Current Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Current Assets: Sum of all assets that are expected to be realized in cash; sold or consumed within one year or a normal operating cycle (whichever is longer).' format: double nullable: true totalCurrentLiabilitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalCurrentLiabilitiesValue: type: number description: 'The aggregated value of Total Current Liabilities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Current Liabilities: Sum of all liabilities/obligations that are expected to be repaid within one year or a normal operating cycle (whichever is longer).' format: double nullable: true totalDebtNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalDebtValue: type: number description: 'The aggregated value of Total Debt; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Debt: This calculation represents the value of the company''s total borrowing obiligations. This can be used to measure the company''s financial leverage. This is calculated by summing Long Term Debt and Capital Lease Obligations with Current Debt and Capital Lease Obligations. For Banks and Insurance companies Deposits and Securities sold under Repurchase Agreements are also considered. Furthermore for Banks; Advances and Funds purchased from Central Banks; Bank Acceptances and Other borrowed funds are considered.' format: double nullable: true totalDepositsAssetsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalDepositsAssetsValue: type: number description: 'The aggregated value of Total Deposits Assets; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Deposits Assets: Sum of deposits made under assumed reinsurance contracts; deposits paid for business and fixed assets; statutory deposits; pledged deposits at banks; term deposits; and other deposit assets.' format: double nullable: true totalDepositsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalDepositsValue: type: number description: 'The aggregated value of Total Deposits; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Deposits: Sum of deposits by banks and institutions; deposits by customers; non-interest-bearing/demand deposits; interest-bearing/time/savings deposits; and deposit certificates.' format: double nullable: true totalEquityNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalEquityValue: type: number description: 'The aggregated value of Total Equity; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Equity: Equity attributable to stockholders and non-controlling/minority interests.' format: double nullable: true totalExpensesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalExpensesValue: type: number description: 'The aggregated value of Total Expenses; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Expenses: Sum of all expenses incurred during the period.' format: double nullable: true totalInvestmentsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalInvestmentsValue: type: number description: 'The aggregated value of Total Investments; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Investments: The aggregate of all investments; including long term equity investments; investments in financial assets; etc.' format: double nullable: true totalLiabilitiesAndEquityNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalLiabilitiesAndEquityValue: type: number description: 'The aggregated value of Total Liabilities And Equity; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Liabilities And Equity: This data point represents the sum of Total Liabilities and Total Equity as listed on the company''s balance sheet.' format: double nullable: true totalLiabilitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalLiabilitiesValue: type: number description: 'The aggregated value of Total Liabilities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Liabilities: Total value of all liabilities recorded by the company.' format: double nullable: true totalNetFinanceIncomeExpenseNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalNetFinanceIncomeExpenseValue: type: number description: 'The aggregated value of Total Net Finance Income/Expense; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Net Finance Income/Expense: Difference between total interest and other finance income and total interest and other finance expense reported in the non-operating section of the Income Statement.' format: double nullable: true totalOperatingProfitLossNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalOperatingProfitLossValue: type: number description: 'The aggregated value of Total Operating Profit/Loss; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Operating Profit/Loss: Profit or loss realized by calculating the difference between sales and total operating expenses.' format: double nullable: true totalRevenueNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalRevenueValue: type: number description: 'The aggregated value of Total Revenue; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Revenue: Sum of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances.' format: double nullable: true totalUnusualItemsExcludingGoodwillNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalUnusualItemsExcludingGoodwillValue: type: number description: 'The aggregated value of Total Unusual Items Excluding Goodwill; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Unusual Items Excluding Goodwill: This calculation represents the amount of all the irregular and non-recurring items reported by the company except for Goodwill Impairments and Write Offs. This can be used to measure the company''s profitability from normal; on going operations. This is calculated by summing all of the irregular and non-recurring items minus Goodwill Impairments and Write Offs.' format: double nullable: true totalUnusualItemsNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalUnusualItemsValue: type: number description: 'The aggregated value of Total Unusual Items; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Unusual Items: This calculation represents the amount of all the irregular and non-recurring items reported by the company. This can be used to measure the company''s profitability from normal; on going operations. This is calculated by summing all of the irregular and non-recurring items.' format: double nullable: true tradeAccountsPayableCurrentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradeAccountsPayableCurrentValue: type: number description: 'The aggregated value of Trade/Accounts Payable; Current; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trade/Accounts Payable; Current: Claims of trade creditors for unpaid goods or services that are due within one year or a normal operating cycle (whichever is longer).' format: double nullable: true tradeAccountsPayableNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradeAccountsPayableValue: type: number description: 'The aggregated value of Trade/Accounts Payable; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trade/Accounts Payable: Amounts billed to a company by its suppliers for goods delivered to or services consumed by the company in the ordinary course of business.' format: double nullable: true tradeAccountsReceivableCurrentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradeAccountsReceivableCurrentValue: type: number description: 'The aggregated value of Trade/Accounts Receivable; Current; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trade/Accounts Receivable; Current: Net value of amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business.Includes: Billed Receivables' format: double nullable: true tradeAccountsReceivableNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradeAccountsReceivableValue: type: number description: 'The aggregated value of Trade/Accounts Receivable; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trade/Accounts Receivable: Amount due from customers or clients for products or services that have been delivered or sold in the normal course of business.' format: double nullable: true tradeAndOtherPayablesCurrentNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradeAndOtherPayablesCurrentValue: type: number description: 'The aggregated value of Trade and Other Payables; Current; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trade and Other Payables; Current: Sum of all payables owed; due for payment within one year or a normal operating cycle (whichever is longer).' format: double nullable: true tradingAndFinancialLiabilitiesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true tradingAndFinancialLiabilitiesValue: type: number description: 'The aggregated value of Trading and Financial Liabilities; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trading and Financial Liabilities: Sum of the carrying values as of the balance sheet date of all financial liabilities held for trading or designated as fair value through profit and loss; debt and capital lease obligations; underwriting securities liabilities; and derivative and hedging liabilities.' format: double nullable: true unearnedPremiumsLiabilitiesReservesNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true unearnedPremiumsLiabilitiesReservesValue: type: number description: 'The aggregated value of Unearned Premiums Liabilities/Reserves; is derived using all eligible companies who are constituents in the specified Morningstar Index. Unearned Premiums Liabilities/Reserves: Premiums to be earned in future years in relation to the insurance coverage provided.' format: double nullable: true workingCapitalNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true workingCapitalValue: type: number description: 'The aggregated value of Working Capital; is derived using all eligible companies who are constituents in the specified Morningstar Index. Working Capital: This calculation represents the difference between the company''s current assets and current liabilities. This can be used to measure a company''s efficiency and its short term financial health. This is calculated using Total Current Assets minus Total Current Liabilities.' format: double nullable: true additionalProperties: false title: OutputAggregationFinancialStatementsSimpleSummation OutputMorningstarFixedIncomeSectorsBreakdown: type: object properties: muniStateGoPercLongRescaled: type: number description: '' format: double nullable: true muniLocalGoPercLongRescaled: type: number description: '' format: double nullable: true muniPrerefundedPercLongRescaled: type: number description: '' format: double nullable: true muniEscrowedToMaturityPercLongRescaled: type: number description: '' format: double nullable: true muniStateAppropriatedTobaccoPercLongRescaled: type: number description: '' format: double nullable: true muniNonStateAppropriatedTobaccoPercLongRescaled: type: number description: '' format: double nullable: true muniLibrariesormuseumsPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryorsecondaryEducationPercLongRescaled: type: number description: '' format: double nullable: true muniCharterSchoolsPercLongRescaled: type: number description: '' format: double nullable: true muniOtherGeneralEducationPercLongRescaled: type: number description: '' format: double nullable: true muniPrivateHigherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniPublicHigherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniStudentLoansPercLongRescaled: type: number description: '' format: double nullable: true muniOtherHigherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniOtherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniHospitalsPercLongRescaled: type: number description: '' format: double nullable: true muniHospitalEquipmentLoansPercLongRescaled: type: number description: '' format: double nullable: true muniNursingHomesPercLongRescaled: type: number description: '' format: double nullable: true muniLifeCareorretirementCentersPercLongRescaled: type: number description: '' format: double nullable: true muniOtherHealthPercLongRescaled: type: number description: '' format: double nullable: true muniSingleFamilyHousingPercLongRescaled: type: number description: '' format: double nullable: true muniMultiFamilyHousingPercLongRescaled: type: number description: '' format: double nullable: true muniPublicHousingPercLongRescaled: type: number description: '' format: double nullable: true muniOtherHousingPercLongRescaled: type: number description: '' format: double nullable: true muniIndustrialDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true muniPollutionControlPercLongRescaled: type: number description: '' format: double nullable: true muniOtherIndustrialPercLongRescaled: type: number description: '' format: double nullable: true muniSecuredAirlinesPercLongRescaled: type: number description: '' format: double nullable: true muniUnsecuredAirlinesPercLongRescaled: type: number description: '' format: double nullable: true muniTollRoadsPercLongRescaled: type: number description: '' format: double nullable: true muniStreetsorhighwaysPercLongRescaled: type: number description: '' format: double nullable: true muniBridgesPercLongRescaled: type: number description: '' format: double nullable: true muniTunnelsPercLongRescaled: type: number description: '' format: double nullable: true muniParkingFacilitiesPercLongRescaled: type: number description: '' format: double nullable: true muniAirportPercLongRescaled: type: number description: '' format: double nullable: true muniSeaportsormarineTerminalsPercLongRescaled: type: number description: '' format: double nullable: true muniOtherTransportationPercLongRescaled: type: number description: '' format: double nullable: true muniElectricityorpublicPowerPercLongRescaled: type: number description: '' format: double nullable: true muniGasPercLongRescaled: type: number description: '' format: double nullable: true muniTelephonePercLongRescaled: type: number description: '' format: double nullable: true muniOtherUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true muniWaterorsewerPercLongRescaled: type: number description: '' format: double nullable: true muniMiscRevenuePercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryGenObligationPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryAdvanceRefundedPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryAppropriatedTobaccoPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryGenEducationPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryHigherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryHospitalsorequipmentLoansPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryNursingHomesorretireCarePercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryHousingPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryAirlinesPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryStreetInfrastructurePercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryPortsPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true muniSuperEducationPercLongRescaled: type: number description: '' format: double nullable: true muniSuperHealthPercLongRescaled: type: number description: '' format: double nullable: true muniSuperIndustrialPercLongRescaled: type: number description: '' format: double nullable: true muniSuperTransportationPercLongRescaled: type: number description: '' format: double nullable: true muniSectorRescalingFactorPercLong: type: number description: '' format: double nullable: true muniSuperGenObligationPercLongRescaled: type: number description: '' format: double nullable: true muniSuperAdvanceRefundedPercLongRescaled: type: number description: '' format: double nullable: true muniSuperAppropriatedTobaccoPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryOtherEducationPercLongRescaled: type: number description: '' format: double nullable: true muniSuperHousingPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryIndustrialDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryPollutionControlPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryOtherIndustrialPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryOtherTransportationPercLongRescaled: type: number description: '' format: double nullable: true muniSuperUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryWaterorsewerPercLongRescaled: type: number description: '' format: double nullable: true muniPrimaryMiscRevenuePercLongRescaled: type: number description: '' format: double nullable: true muniSuperWaterorsewerPercLongRescaled: type: number description: '' format: double nullable: true muniSuperMiscRevenuePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorMunicipalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorCorporatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorSecuritizedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorCashAndEquivalentsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorDerivativePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncPrimarySectorRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncPrimarySectorGovernmentPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorGovernmentRelatedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorMunicipalTaxablePercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorMunicipalTaxExemptPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorBankLoanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorConvertiblePercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorCorporateBondPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorPreferredStockPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorAgencyMortgageBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorNonAgencyResidentialMortgageBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorCommercialMortgageBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorCoveredBondPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorAssetBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorCashAndEquivalentsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorSwapPercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorForwardorfuturePercLongRescaled: type: number description: '' format: double nullable: true fixedIncPrimarySectorOptionorwarrantPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorInflationProtectedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorSupranationalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorInterestRateDerivativePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryFuturesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorGovernmentRelatedOtherPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableGeneralObligationStateAndLocalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableAdvanceRefundedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableTobaccoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableEducationPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableHealthPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableHousingPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableIndustrialPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableTransportationPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableWaterAndSewerPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxableMiscRevenueorunspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptGeneralObligationStateAndLocalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptAdvanceRefundedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptTobaccoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptEducationPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptHealthPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptHousingPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptIndustrialPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptTransportationPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptWaterAndSewerPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTaxExemptMiscRevenueorunspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanRealEstatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanHealthCarePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanEnergyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanTechnologyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBankLoanUnspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleRealEstatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleHealthCarePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleEnergyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleTechnologyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorConvertibleUnspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateRealEstatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateHealthCarePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateEnergyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateTechnologyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporateUnspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredRealEstatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredHealthCarePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredEnergyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredTechnologyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorPreferredUnspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAgencyPassThruPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAgencyArmPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAgencyCmoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorUnspecifiedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorNonAgencyResidentialMortgageBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCommercialMortgageBackedPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCoveredBondPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorHomeEquityPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCreditCardPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCboorcdoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAutoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorStudentLoanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAssetBackedOtherPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorAbsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCashPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCorporatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCurrencyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorDerivativeCashOffsetsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorFrnPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorGovernmentPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorGseoragencyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorMbsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorMoneyMarketPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorMunicipalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCommercialPaperPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorRepurchaseAgreementsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTdorcdPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCollateralPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCashOtherPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCreditDefaultSwapPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTotalReturnSwapPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorDebtSwapPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBondFuturePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBondIndexFuturePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorCurrencyForwardorfuturePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBondUnitPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBondOptionPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorBondWarrantPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentArgentinaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentAustraliaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentAustriaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBelgiumPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBahamasPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBelizePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBermudaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBoliviaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentBrazilPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentCanadaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentSwitzerlandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentChannelIslandsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentChilePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentChinaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentColombiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentCaymanIslandsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentCzechRepublicPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentGermanyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentDenmarkPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentEgyptPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentSpainPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentFinlandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentFrancePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentFranceMetropolitanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentGuernseyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentGreecePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentGreenlandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentHongKongPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentHungaryPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIndonesiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIsleOfManPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIndiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIrelandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIcelandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentIsraelPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentItalyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentJerseyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentJapanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentKoreaRepublicOfPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentLiechtensteinPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentLuxembourgPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentMoroccoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentMonacoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentMexicoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentMalaysiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentNetherlandsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentNorwayPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentNewZealandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPeruPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPhilippinesPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPolandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPuertoRicoPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentPortugalPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentRussianFederationPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentSingaporePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentSwedenPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentThailandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentTurkeyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentTaiwanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentUruguayPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentAmericaUnitedStatesOfPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentHolySeeVaticanCityStatePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentVenezuelaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentVirginIslandsBritishPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentVirginIslandsUSPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentSouthAfricaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentFrontierCountryPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSuperSectorGovernmentCountryRescalingFactorLong: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryArgentinaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryAustraliaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryAustriaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBelgiumPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBahamasPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBelizePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBermudaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBoliviaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryBrazilPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryCanadaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasurySwitzerlandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryChannelIslandsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryChilePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryChinaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryColombiaPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryCaymanIslandsPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryCzechRepublicPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryGermanyPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryDenmarkPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryEgyptPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasurySpainPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryFinlandPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryFrancePercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryFranceMetropolitanPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true fixedIncSecondarySectorTreasuryGuernseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreecePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreenlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHongKongPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHungaryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndonesiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsleOfManPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIrelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIcelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsraelPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryItalyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJerseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJapanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryKoreaRepublicOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLiechtensteinPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLuxembourgPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMoroccoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMonacoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMexicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMalaysiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNetherlandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNorwayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNewZealandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPeruPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPhilippinesPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPolandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPuertoRicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPortugalPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryRussianFederationPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySingaporePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwedenPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryThailandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTurkeyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTaiwanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUruguayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAmericaUnitedStatesOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHolySeeVaticanCityStatePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVenezuelaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsBritishPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsUSPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySouthAfricaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrontierCountryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCountryRescalingFactorLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedArgentinaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustraliaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustriaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelgiumPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBahamasPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelizePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBermudaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBoliviaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBrazilPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCanadaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwitzerlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChannelIslandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChilePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChinaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedColombiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCaymanIslandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCzechRepublicPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGermanyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedDenmarkPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedEgyptPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSpainPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFinlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrancePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFranceMetropolitanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUnitedKingdomPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGuernseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreecePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreenlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHongKongPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHungaryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndonesiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsleOfManPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIrelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIcelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsraelPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedItalyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJerseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJapanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedKoreaRepublicOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLiechtensteinPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLuxembourgPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMoroccoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMonacoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMexicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMalaysiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNetherlandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNorwayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNewZealandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPeruPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPhilippinesPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPolandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPuertoRicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPortugalPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedRussianFederationPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSingaporePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwedenPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedThailandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTurkeyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTaiwanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUruguayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAmericaUnitedStatesOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHolySeeVaticanCityStatePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVenezuelaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsBritishPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsUSPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSouthAfricaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrontierCountryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCountryRescalingFactorLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyArgentinaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustraliaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustriaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelgiumPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBahamasPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelizePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBermudaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBoliviaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBrazilPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCanadaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwitzerlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChannelIslandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChilePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChinaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyColombiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCaymanIslandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCzechRepublicPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGermanyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyDenmarkPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyEgyptPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySpainPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFinlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrancePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFranceMetropolitanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUnitedKingdomPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGuernseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreecePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreenlandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHongKongPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHungaryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndonesiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsleOfManPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIrelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIcelandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsraelPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyItalyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJerseyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJapanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyKoreaRepublicOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLiechtensteinPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLuxembourgPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMoroccoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMonacoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMexicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMalaysiaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNetherlandsPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNorwayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNewZealandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPeruPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPhilippinesPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPolandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPuertoRicoPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPortugalPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyRussianFederationPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySingaporePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwedenPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyThailandPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTurkeyPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTaiwanPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUruguayPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAmericaUnitedStatesOfPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHolySeeVaticanCityStatePercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVenezuelaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsBritishPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsUSPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySouthAfricaPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrontierCountryPercLongRescaled: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCountryRescalingFactorLong: type: string description: '' nullable: true usTreasuryPercLongRescaled: type: string description: '' nullable: true usTreasuryTipsPercLongRescaled: type: string description: '' nullable: true usAgencyPercLongRescaled: type: string description: '' nullable: true nonUsGovernmentPercLongRescaled: type: string description: '' nullable: true otherGovernmentRelatedPercLongRescaled: type: string description: '' nullable: true corporateBondPercLongRescaled: type: string description: '' nullable: true bankLoanPercLongRescaled: type: string description: '' nullable: true convertiblePercLongRescaled: type: string description: '' nullable: true preferredStockPercLongRescaled: type: string description: '' nullable: true agencyMbsPassThruPercLongRescaled: type: string description: '' nullable: true agencyArmPercLongRescaled: type: string description: '' nullable: true agencyCmoPercLongRescaled: type: string description: '' nullable: true nonAgencyResidentialMortgageBackedPercLongRescaled: type: string description: '' nullable: true commercialMortgageBackedPercLongRescaled: type: string description: '' nullable: true coveredBondPercLongRescaled: type: string description: '' nullable: true cashAndEquivalentsPercLongRescaled: type: string description: '' nullable: true fixdIncMorningstarSectorsPortfolioDate: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnGovernmentCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUsMuniCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCorporateCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnSecuritizedCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCashEquivCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnDerivativeCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovernmentCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovTRelatdCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxableCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxExemptCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnBankLoansCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnConvertiblesCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCorporateBondCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnPreferredsCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsAgencyMortgageCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnNonAgencyMortgageCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCommercialMortgageCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCoveredBondCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnAssetBackedCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCashEquivCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnSwapsCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnFuturesorforwardsCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnOptionsCalcNetFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTreasuryCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTrsryInflationCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDAgencyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDSupranatLCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDIntRateSwapCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDTrsryFutureCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblGeneralObligtnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEscrowCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTobaccoSecurtztnCalcNetFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnGovernmentCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUsMuniCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCorporateCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnSecuritizedCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCashEquivCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnDerivativeCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovernmentCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovTRelatdCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxableCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxExemptCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnBankLoansCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnConvertiblesCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCorporateBondCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnPreferredsCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsAgencyMortgageCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnNonAgencyMortgageCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCommercialMortgageCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCoveredBondCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnAssetBackedCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCashEquivCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnSwapsCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnFuturesorforwardsCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnOptionsCalcLongFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTreasuryCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTrsryInflationCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDAgencyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDSupranatLCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDIntRateSwapCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDTrsryFutureCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblGeneralObligtnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEscrowCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTobaccoSecurtztnCalcLongFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnGovernmentCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUsMuniCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCorporateCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnSecuritizedCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnCashEquivCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnDerivativeCalcShortFiperc: type: string description: '' nullable: true fixdIncSuperSectorBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovernmentCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnGovTRelatdCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxableCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsMuniTaxExemptCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnBankLoansCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnConvertiblesCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCorporateBondCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnPreferredsCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUsAgencyMortgageCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnNonAgencyMortgageCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCommercialMortgageCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCoveredBondCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnAssetBackedCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnCashEquivCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnSwapsCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnFuturesorforwardsCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnOptionsCalcShortFiperc: type: string description: '' nullable: true fixdIncPrimarySectorBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTreasuryCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTTrsryInflationCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDAgencyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDSupranatLCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDIntRateSwapCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDTrsryFutureCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnGovTRelatDOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblGeneralObligtnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEscrowCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTobaccoSecurtztnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEducationCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHousingCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblIndustDevCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTransportCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblWtrorswrCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExGeneralObligtnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEscrowCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTobaccoSecurtztnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEducationCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHousingCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExIndustDevCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTransportCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExWtrorswrCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsBasicMaterialCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumCyclicalCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsFinclServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsRealEstateCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumDefenseCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsCommunServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsEnergyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsIndustrialsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsTechnologyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsBasicMaterialCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumCyclicalCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsFinclServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsRealEstateCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumDefenseCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsCommunServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsEnergyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsIndustrialsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsTechnologyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondBasicMaterialCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumCyclicalCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondFinclServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondRealEstateCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumDefenseCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondCommunServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondEnergyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondIndustrialsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondTechnologyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsBasicMaterialCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumCyclicalCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsFinclServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsRealEstateCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumDefenseCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsHealthcareCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUtilityCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsCommunServicesCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsEnergyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsIndustrialsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsTechnologyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgPassThruCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgArmCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgCmoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgUnspecCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnNonAgcyMtgResidentialCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCommercialMortgageCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCoveredBondCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsHomeEqtyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCreditCardCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCboorcdoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsAutoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsStudLoanCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAbsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCashCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCorporateCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCurrencyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAcctgOffsetCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivFloaterCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtAgcyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMbsCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMoneyMktCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMuniCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCpCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivRepoCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivTdorcdCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCollateralCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivOtherCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapCreditDfltCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapTotalRtrnCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapAssetCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapVolorvarianceCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondIndexCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsCurrencyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFutureCurrencyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsUnitCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondIndexCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUnknownCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEducationCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHousingCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblIndustDevCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTransportCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblWtrorswrCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExGeneralObligtnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEscrowCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTobaccoSecurtztnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEducationCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHousingCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExIndustDevCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTransportCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExWtrorswrCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsBasicMaterialCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumCyclicalCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsFinclServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsRealEstateCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumDefenseCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsCommunServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsEnergyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsIndustrialsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsTechnologyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsBasicMaterialCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumCyclicalCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsFinclServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsRealEstateCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumDefenseCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsCommunServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsEnergyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsIndustrialsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsTechnologyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondBasicMaterialCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumCyclicalCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondFinclServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondRealEstateCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumDefenseCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondCommunServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondEnergyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondIndustrialsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondTechnologyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsBasicMaterialCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumCyclicalCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsFinclServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsRealEstateCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumDefenseCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsHealthcareCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUtilityCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsCommunServicesCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsEnergyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsIndustrialsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsTechnologyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgPassThruCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgArmCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgCmoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgUnspecCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnNonAgcyMtgResidentialCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCommercialMortgageCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCoveredBondCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsHomeEqtyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCreditCardCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCboorcdoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsAutoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsStudLoanCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAbsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCashCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCorporateCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCurrencyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAcctgOffsetCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivFloaterCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtAgcyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMbsCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMoneyMktCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMuniCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCpCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivRepoCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivTdorcdCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCollateralCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivOtherCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapCreditDfltCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapTotalRtrnCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapAssetCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapVolorvarianceCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondIndexCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsCurrencyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFutureCurrencyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsUnitCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondIndexCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUnknownCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblEducationCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblHousingCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblIndustDevCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblTransportCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblWtrorswrCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTxblUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExGeneralObligtnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEscrowCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTobaccoSecurtztnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExEducationCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExHousingCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExIndustDevCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExTransportCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExWtrorswrCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsMuniTaxExUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsBasicMaterialCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumCyclicalCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsFinclServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsRealEstateCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsConsumDefenseCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsCommunServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsEnergyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsIndustrialsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsTechnologyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnBankLnsUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsBasicMaterialCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumCyclicalCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsFinclServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsRealEstateCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsConsumDefenseCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsCommunServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsEnergyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsIndustrialsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsTechnologyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnConvertsUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondBasicMaterialCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumCyclicalCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondFinclServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondRealEstateCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondConsumDefenseCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondCommunServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondEnergyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondIndustrialsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondTechnologyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCorpBondUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsBasicMaterialCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumCyclicalCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsFinclServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsRealEstateCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsConsumDefenseCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsHealthcareCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUtilityCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsCommunServicesCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsEnergyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsIndustrialsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsTechnologyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnPreferredsUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgPassThruCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgArmCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgCmoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUsAgcyMtgUnspecCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnNonAgcyMtgResidentialCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCommercialMortgageCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCoveredBondCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsHomeEqtyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCreditCardCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsCboorcdoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsAutoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsStudLoanCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnAbsOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAbsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCashCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCorporateCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCurrencyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivAcctgOffsetCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivFloaterCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivGovtAgcyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMbsCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMoneyMktCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivMuniCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCpCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivRepoCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivTdorcdCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivCollateralCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnCashEquivOtherCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapCreditDfltCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapTotalRtrnCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapAssetCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnSwapVolorvarianceCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFuturesBondIndexCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsCurrencyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnFutureCurrencyCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnForwardsUnitCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionBondIndexCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnUnknownCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCashCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCurrencyCalcNetFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCashCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCurrencyCalcLongFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCashCalcShortFiperc: type: string description: '' nullable: true fixdIncSecondrySectorBrkdwnOptionCurrencyCalcShortFiperc: type: string description: '' nullable: true surveyedFixedIncSectorDate: type: string description: '' nullable: true surveyedFixedIncSuperSectorGovernmentPercLong: type: string description: '' nullable: true surveyedFixedIncSuperSectorMunicipalPercLong: type: string description: '' nullable: true surveyedFixedIncSuperSectorCorporatePercLong: type: string description: '' nullable: true surveyedFixedIncSuperSectorSecuritizedPercLong: type: string description: '' nullable: true surveyedFixedIncSuperSectorCashAndEquivalentsPercLong: type: string description: '' nullable: true surveyedFixedIncSuperSectorDerivativePercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorGovernmentPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorGovernmentRelatedPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorMunicipalTaxablePercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorMunicipalTaxExemptPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorBankLoanPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorConvertiblePercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorCorporateBondPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorPreferredStockPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorAgencyMortgageBackedPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorNonAgencyResidentialMortgageBackedPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorCommercialMortgageBackedPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorCoveredBondPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorAssetBackedPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorCashAndEquivalentsPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorSwapPercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorForwardorfuturePercLong: type: string description: '' nullable: true surveyedFixedIncPrimarySectorOptionorwarrantPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTreasuryPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorInflationProtectedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAgencyorquasiAgencyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorSupranationalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorInterestRateDerivativePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTreasuryFuturesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorGovernmentRelatedOtherPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableGeneralObligationStateAndLocalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableAdvanceRefundedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableTobaccoPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableEducationPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableHealthPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableHousingPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableIndustrialPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableTransportationPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableWaterAndSewerPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxableMiscRevenueorunspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptGeneralObligationStateAndLocalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptAdvanceRefundedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptTobaccoPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptEducationPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptHealthPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptHousingPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptIndustrialPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptTransportationPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptWaterAndSewerPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTaxExemptMiscRevenueorunspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanBasicMaterialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanConsumerCyclicalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanFinancialServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanRealEstatePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanConsumerDefensivePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanHealthCarePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanCommunicationServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanEnergyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanIndustrialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanTechnologyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBankLoanUnspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleBasicMaterialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleConsumerCyclicalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleFinancialServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleRealEstatePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleConsumerDefensivePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleHealthCarePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleCommunicationServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleEnergyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleIndustrialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleTechnologyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorConvertibleUnspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateBasicMaterialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateConsumerCyclicalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateFinancialServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateRealEstatePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateConsumerDefensivePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateHealthCarePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateCommunicationServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateEnergyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateIndustrialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateTechnologyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCorporateUnspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredBasicMaterialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredConsumerCyclicalPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredFinancialServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredRealEstatePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredConsumerDefensivePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredHealthCarePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredUtilitiesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredCommunicationServicesPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredEnergyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredIndustrialsPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredTechnologyPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorPreferredUnspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAgencyPassThruPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAgencyArmPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAgencyCmoPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorUnspecifiedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorNonAgencyResidentialMortgageBackedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCommercialMortgageBackedPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCoveredBondPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorHomeEquityPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCreditCardPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCboorcdoPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAutoPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorStudentLoanPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorAssetBackedOtherPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCashPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCreditDefaultSwapPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorTotalReturnSwapPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorDebtSwapPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBondFuturePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBondIndexFuturePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorCurrencyForwardorfuturePercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBondUnitPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBondOptionPercLong: type: string description: '' nullable: true surveyedFixedIncSecondarySectorBondWarrantPercLong: type: string description: '' nullable: true cashRescalingFactorLong: type: string description: '' nullable: true governmentPercLongRescaled: type: string description: '' nullable: true governmentSponsoredEnterpriseoragencyPercLongRescaled: type: string description: '' nullable: true municipalPercLongRescaled: type: string description: '' nullable: true corporatePercLongRescaled: type: string description: '' nullable: true agencyMortgageBackedPercLongRescaled: type: string description: '' nullable: true nonAgencyMortgageBackedPercLongRescaled: type: string description: '' nullable: true assetBackedPercLongRescaled: type: string description: '' nullable: true floatingRateNotePercLongRescaled: type: string description: '' nullable: true commercialPaperPercLongRescaled: type: string description: '' nullable: true repurchaseAgreementPercLongRescaled: type: string description: '' nullable: true timeDepositorcdPercLongRescaled: type: string description: '' nullable: true moneyMarketFundPercLongRescaled: type: string description: '' nullable: true currencyIncludingDerivativesPercLongRescaled: type: string description: '' nullable: true cashPercLongRescaled: type: string description: '' nullable: true derivativeCashOffsetPercLongRescaled: type: string description: '' nullable: true otherPercLongRescaled: type: string description: '' nullable: true muniStateGoPercNet: type: string description: '' nullable: true muniLocalGoPercNet: type: string description: '' nullable: true muniPrerefundedPercNet: type: string description: '' nullable: true muniEscrowedToMaturityPercNet: type: string description: '' nullable: true muniStateAppropriatedTobaccoPercNet: type: string description: '' nullable: true muniNonStateAppropriatedTobaccoPercNet: type: string description: '' nullable: true muniLibrariesormuseumsPercNet: type: string description: '' nullable: true muniPrimaryorsecondaryEducationPercNet: type: string description: '' nullable: true muniCharterSchoolsPercNet: type: string description: '' nullable: true muniOtherGeneralEducationPercNet: type: string description: '' nullable: true muniPrivateHigherEducationPercNet: type: string description: '' nullable: true muniPublicHigherEducationPercNet: type: string description: '' nullable: true muniStudentLoansPercNet: type: string description: '' nullable: true muniOtherHigherEducationPercNet: type: string description: '' nullable: true muniOtherEducationPercNet: type: string description: '' nullable: true muniHospitalsPercNet: type: string description: '' nullable: true muniHospitalEquipmentLoansPercNet: type: string description: '' nullable: true muniNursingHomesPercNet: type: string description: '' nullable: true muniLifeCareorretirementCentersPercNet: type: string description: '' nullable: true muniOtherHealthPercNet: type: string description: '' nullable: true muniSingleFamilyHousingPercNet: type: string description: '' nullable: true muniMultiFamilyHousingPercNet: type: string description: '' nullable: true muniPublicHousingPercNet: type: string description: '' nullable: true muniOtherHousingPercNet: type: string description: '' nullable: true muniIndustrialDevelopmentPercNet: type: string description: '' nullable: true muniPollutionControlPercNet: type: string description: '' nullable: true muniOtherIndustrialPercNet: type: string description: '' nullable: true muniSecuredAirlinesPercNet: type: string description: '' nullable: true muniUnsecuredAirlinesPercNet: type: string description: '' nullable: true muniTollRoadsPercNet: type: string description: '' nullable: true muniStreetsorhighwaysPercNet: type: string description: '' nullable: true muniBridgesPercNet: type: string description: '' nullable: true muniTunnelsPercNet: type: string description: '' nullable: true muniParkingFacilitiesPercNet: type: string description: '' nullable: true muniAirportPercNet: type: string description: '' nullable: true muniSeaportsormarineTerminalsPercNet: type: string description: '' nullable: true muniOtherTransportationPercNet: type: string description: '' nullable: true muniElectricityorpublicPowerPercNet: type: string description: '' nullable: true muniGasPercNet: type: string description: '' nullable: true muniTelephonePercNet: type: string description: '' nullable: true muniOtherUtilitiesPercNet: type: string description: '' nullable: true muniWaterorsewerPercNet: type: string description: '' nullable: true muniMiscRevenuePercNet: type: string description: '' nullable: true muniPrimaryGenObligationPercNet: type: string description: '' nullable: true muniPrimaryAdvanceRefundedPercNet: type: string description: '' nullable: true muniPrimaryAppropriatedTobaccoPercNet: type: string description: '' nullable: true muniPrimaryGenEducationPercNet: type: string description: '' nullable: true muniPrimaryHigherEducationPercNet: type: string description: '' nullable: true muniPrimaryHospitalsorequipmentLoansPercNet: type: string description: '' nullable: true muniPrimaryNursingHomesorretireCarePercNet: type: string description: '' nullable: true muniPrimaryHousingPercNet: type: string description: '' nullable: true muniPrimaryAirlinesPercNet: type: string description: '' nullable: true muniPrimaryStreetInfrastructurePercNet: type: string description: '' nullable: true muniPrimaryPortsPercNet: type: string description: '' nullable: true muniPrimaryUtilitiesPercNet: type: string description: '' nullable: true muniSuperEducationPercNet: type: string description: '' nullable: true muniSuperHealthPercNet: type: string description: '' nullable: true muniSuperIndustrialPercNet: type: string description: '' nullable: true muniSuperTransportationPercNet: type: string description: '' nullable: true muniSuperGenObligationPercNet: type: string description: '' nullable: true muniSuperAdvanceRefundedPercNet: type: string description: '' nullable: true muniSuperAppropriatedTobaccoPercNet: type: string description: '' nullable: true muniPrimaryOtherEducationPercNet: type: string description: '' nullable: true muniSuperHousingPercNet: type: string description: '' nullable: true muniPrimaryIndustrialDevelopmentPercNet: type: string description: '' nullable: true muniPrimaryPollutionControlPercNet: type: string description: '' nullable: true muniPrimaryOtherIndustrialPercNet: type: string description: '' nullable: true muniPrimaryOtherTransportationPercNet: type: string description: '' nullable: true muniSuperUtilitiesPercNet: type: string description: '' nullable: true muniPrimaryWaterorsewerPercNet: type: string description: '' nullable: true muniPrimaryMiscRevenuePercNet: type: string description: '' nullable: true muniSuperWaterorsewerPercNet: type: string description: '' nullable: true muniSuperMiscRevenuePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPercNet: type: string description: '' nullable: true fixedIncSuperSectorMunicipalPercNet: type: string description: '' nullable: true fixedIncSuperSectorCorporatePercNet: type: string description: '' nullable: true fixedIncSuperSectorSecuritizedPercNet: type: string description: '' nullable: true fixedIncSuperSectorCashAndEquivalentsPercNet: type: string description: '' nullable: true fixedIncSuperSectorDerivativePercNet: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentPercNet: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentRelatedPercNet: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxablePercNet: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxExemptPercNet: type: string description: '' nullable: true fixedIncPrimarySectorBankLoanPercNet: type: string description: '' nullable: true fixedIncPrimarySectorConvertiblePercNet: type: string description: '' nullable: true fixedIncPrimarySectorCorporateBondPercNet: type: string description: '' nullable: true fixedIncPrimarySectorPreferredStockPercNet: type: string description: '' nullable: true fixedIncPrimarySectorAgencyMortgageBackedPercNet: type: string description: '' nullable: true fixedIncPrimarySectorNonAgencyResidentialMortgageBackedPercNet: type: string description: '' nullable: true fixedIncPrimarySectorCommercialMortgageBackedPercNet: type: string description: '' nullable: true fixedIncPrimarySectorCoveredBondPercNet: type: string description: '' nullable: true fixedIncPrimarySectorAssetBackedPercNet: type: string description: '' nullable: true fixedIncPrimarySectorCashAndEquivalentsPercNet: type: string description: '' nullable: true fixedIncPrimarySectorSwapPercNet: type: string description: '' nullable: true fixedIncPrimarySectorForwardorfuturePercNet: type: string description: '' nullable: true fixedIncPrimarySectorOptionorwarrantPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorSupranationalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInterestRateDerivativePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFuturesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentRelatedOtherPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableGeneralObligationStateAndLocalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableAdvanceRefundedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTobaccoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableEducationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHealthPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHousingPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableIndustrialPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTransportationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableWaterAndSewerPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxableMiscRevenueorunspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptGeneralObligationStateAndLocalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptAdvanceRefundedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTobaccoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptEducationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHealthPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHousingPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptIndustrialPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTransportationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptWaterAndSewerPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptMiscRevenueorunspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanBasicMaterialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerCyclicalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanFinancialServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanRealEstatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerDefensivePercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanHealthCarePercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanCommunicationServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanEnergyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanIndustrialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanTechnologyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUnspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleBasicMaterialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerCyclicalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleFinancialServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleRealEstatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerDefensivePercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleHealthCarePercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleCommunicationServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleEnergyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleIndustrialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleTechnologyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUnspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateBasicMaterialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerCyclicalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateFinancialServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateRealEstatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerDefensivePercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateHealthCarePercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateCommunicationServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateEnergyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateIndustrialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateTechnologyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUnspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredBasicMaterialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerCyclicalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredFinancialServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredRealEstatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerDefensivePercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredHealthCarePercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUtilitiesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredCommunicationServicesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredEnergyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredIndustrialsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredTechnologyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUnspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyPassThruPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyArmPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyCmoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorUnspecifiedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorNonAgencyResidentialMortgageBackedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCommercialMortgageBackedPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCoveredBondPercNet: type: string description: '' nullable: true fixedIncSecondarySectorHomeEquityPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCreditCardPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCboorcdoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAutoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorStudentLoanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAssetBackedOtherPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAbsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCashPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCorporatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorDerivativeCashOffsetsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorFrnPercNet: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentPercNet: type: string description: '' nullable: true fixedIncSecondarySectorGseoragencyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorMbsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorMoneyMarketPercNet: type: string description: '' nullable: true fixedIncSecondarySectorMunicipalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCommercialPaperPercNet: type: string description: '' nullable: true fixedIncSecondarySectorRepurchaseAgreementsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTdorcdPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCollateralPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCashOtherPercNet: type: string description: '' nullable: true fixedIncSecondarySectorCreditDefaultSwapPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTotalReturnSwapPercNet: type: string description: '' nullable: true fixedIncSecondarySectorDebtSwapPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBondFuturePercNet: type: string description: '' nullable: true fixedIncSecondarySectorBondIndexFuturePercNet: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyForwardorfuturePercNet: type: string description: '' nullable: true fixedIncSecondarySectorBondUnitPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBondOptionPercNet: type: string description: '' nullable: true fixedIncSecondarySectorBondWarrantPercNet: type: string description: '' nullable: true governmentPercNet: type: string description: '' nullable: true governmentSponsoredEnterpriseoragencyPercNet: type: string description: '' nullable: true municipalPercNet: type: string description: '' nullable: true corporatePercNet: type: string description: '' nullable: true agencyMortgageBackedPercNet: type: string description: '' nullable: true nonAgencyMortgageBackedPercNet: type: string description: '' nullable: true assetBackedPercNet: type: string description: '' nullable: true floatingRateNotePercNet: type: string description: '' nullable: true commercialPaperPercNet: type: string description: '' nullable: true repurchaseAgreementPercNet: type: string description: '' nullable: true timeDepositorcdPercNet: type: string description: '' nullable: true moneyMarketFundPercNet: type: string description: '' nullable: true currencyIncludingDerivativesPercNet: type: string description: '' nullable: true cashPercNet: type: string description: '' nullable: true derivativeCashOffsetPercNet: type: string description: '' nullable: true otherPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentArgentinaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustraliaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustriaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelgiumPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBahamasPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelizePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBermudaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBoliviaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBrazilPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCanadaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwitzerlandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChannelIslandsPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChilePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChinaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentColombiaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCaymanIslandsPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCzechRepublicPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGermanyPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentDenmarkPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentEgyptPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSpainPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFinlandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrancePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFranceMetropolitanPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUnitedKingdomPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGuernseyPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreecePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreenlandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHongKongPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHungaryPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndonesiaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsleOfManPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndiaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIrelandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIcelandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsraelPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentItalyPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJerseyPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJapanPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentKoreaRepublicOfPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLiechtensteinPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLuxembourgPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMoroccoPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMonacoPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMexicoPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMalaysiaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNetherlandsPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNorwayPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNewZealandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPeruPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPhilippinesPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPolandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPuertoRicoPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPortugalPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentRussianFederationPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSingaporePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwedenPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentThailandPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTurkeyPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTaiwanPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUruguayPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAmericaUnitedStatesOfPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHolySeeVaticanCityStatePercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVenezuelaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsBritishPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsUSPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSouthAfricaPercNet: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrontierCountryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryArgentinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustraliaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustriaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelgiumPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBahamasPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelizePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBermudaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBoliviaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBrazilPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCanadaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwitzerlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChannelIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChilePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryColombiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCaymanIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCzechRepublicPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGermanyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryDenmarkPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryEgyptPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySpainPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFinlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrancePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFranceMetropolitanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUnitedKingdomPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGuernseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreecePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreenlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHongKongPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHungaryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndonesiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsleOfManPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIrelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIcelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsraelPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryItalyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJerseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJapanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryKoreaRepublicOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLiechtensteinPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLuxembourgPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMoroccoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMonacoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMexicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMalaysiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNetherlandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNorwayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNewZealandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPeruPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPhilippinesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPolandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPuertoRicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPortugalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryRussianFederationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySingaporePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwedenPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryThailandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTurkeyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTaiwanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUruguayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAmericaUnitedStatesOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHolySeeVaticanCityStatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVenezuelaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsBritishPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsUSPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySouthAfricaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrontierCountryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedArgentinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustraliaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustriaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelgiumPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBahamasPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelizePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBermudaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBoliviaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBrazilPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCanadaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwitzerlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChannelIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChilePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedColombiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCaymanIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCzechRepublicPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGermanyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedDenmarkPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedEgyptPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSpainPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFinlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrancePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFranceMetropolitanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUnitedKingdomPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGuernseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreecePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreenlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHongKongPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHungaryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndonesiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsleOfManPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIrelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIcelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsraelPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedItalyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJerseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJapanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedKoreaRepublicOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLiechtensteinPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLuxembourgPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMoroccoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMonacoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMexicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMalaysiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNetherlandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNorwayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNewZealandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPeruPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPhilippinesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPolandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPuertoRicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPortugalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedRussianFederationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSingaporePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwedenPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedThailandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTurkeyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTaiwanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUruguayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAmericaUnitedStatesOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHolySeeVaticanCityStatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVenezuelaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsBritishPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsUSPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSouthAfricaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrontierCountryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyArgentinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustraliaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustriaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelgiumPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBahamasPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelizePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBermudaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBoliviaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBrazilPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCanadaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwitzerlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChannelIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChilePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChinaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyColombiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCaymanIslandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCzechRepublicPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGermanyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyDenmarkPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyEgyptPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySpainPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFinlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrancePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFranceMetropolitanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUnitedKingdomPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGuernseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreecePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreenlandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHongKongPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHungaryPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndonesiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsleOfManPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIrelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIcelandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsraelPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyItalyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJerseyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJapanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyKoreaRepublicOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLiechtensteinPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLuxembourgPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMoroccoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMonacoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMexicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMalaysiaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNetherlandsPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNorwayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNewZealandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPeruPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPhilippinesPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPolandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPuertoRicoPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPortugalPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyRussianFederationPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySingaporePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwedenPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyThailandPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTurkeyPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTaiwanPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUruguayPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAmericaUnitedStatesOfPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHolySeeVaticanCityStatePercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVenezuelaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsBritishPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsUSPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySouthAfricaPercNet: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrontierCountryPercNet: type: string description: '' nullable: true usTreasuryPercNet: type: string description: '' nullable: true usTreasuryTipsPercNet: type: string description: '' nullable: true usAgencyPercNet: type: string description: '' nullable: true nonUsGovernmentPercNet: type: string description: '' nullable: true otherGovernmentRelatedPercNet: type: string description: '' nullable: true corporateBondPercNet: type: string description: '' nullable: true bankLoanPercNet: type: string description: '' nullable: true convertiblePercNet: type: string description: '' nullable: true preferredStockPercNet: type: string description: '' nullable: true agencyMbsPassThruPercNet: type: string description: '' nullable: true agencyArmPercNet: type: string description: '' nullable: true agencyCmoPercNet: type: string description: '' nullable: true nonAgencyResidentialMortgageBackedPercNet: type: string description: '' nullable: true commercialMortgageBackedPercNet: type: string description: '' nullable: true coveredBondPercNet: type: string description: '' nullable: true cashAndEquivalentsPercNet: type: string description: '' nullable: true muniStateGoPercShort: type: string description: '' nullable: true muniLocalGoPercShort: type: string description: '' nullable: true muniPrerefundedPercShort: type: string description: '' nullable: true muniEscrowedToMaturityPercShort: type: string description: '' nullable: true muniStateAppropriatedTobaccoPercShort: type: string description: '' nullable: true muniNonStateAppropriatedTobaccoPercShort: type: string description: '' nullable: true muniLibrariesormuseumsPercShort: type: string description: '' nullable: true muniPrimaryorsecondaryEducationPercShort: type: string description: '' nullable: true muniCharterSchoolsPercShort: type: string description: '' nullable: true muniOtherGeneralEducationPercShort: type: string description: '' nullable: true muniPrivateHigherEducationPercShort: type: string description: '' nullable: true muniPublicHigherEducationPercShort: type: string description: '' nullable: true muniStudentLoansPercShort: type: string description: '' nullable: true muniOtherHigherEducationPercShort: type: string description: '' nullable: true muniOtherEducationPercShort: type: string description: '' nullable: true muniHospitalsPercShort: type: string description: '' nullable: true muniHospitalEquipmentLoansPercShort: type: string description: '' nullable: true muniNursingHomesPercShort: type: string description: '' nullable: true muniLifeCareorretirementCentersPercShort: type: string description: '' nullable: true muniOtherHealthPercShort: type: string description: '' nullable: true muniSingleFamilyHousingPercShort: type: string description: '' nullable: true muniMultiFamilyHousingPercShort: type: string description: '' nullable: true muniPublicHousingPercShort: type: string description: '' nullable: true muniOtherHousingPercShort: type: string description: '' nullable: true muniIndustrialDevelopmentPercShort: type: string description: '' nullable: true muniPollutionControlPercShort: type: string description: '' nullable: true muniOtherIndustrialPercShort: type: string description: '' nullable: true muniSecuredAirlinesPercShort: type: string description: '' nullable: true muniUnsecuredAirlinesPercShort: type: string description: '' nullable: true muniTollRoadsPercShort: type: string description: '' nullable: true muniStreetsorhighwaysPercShort: type: string description: '' nullable: true muniBridgesPercShort: type: string description: '' nullable: true muniTunnelsPercShort: type: string description: '' nullable: true muniParkingFacilitiesPercShort: type: string description: '' nullable: true muniAirportPercShort: type: string description: '' nullable: true muniSeaportsormarineTerminalsPercShort: type: string description: '' nullable: true muniOtherTransportationPercShort: type: string description: '' nullable: true muniElectricityorpublicPowerPercShort: type: string description: '' nullable: true muniGasPercShort: type: string description: '' nullable: true muniTelephonePercShort: type: string description: '' nullable: true muniOtherUtilitiesPercShort: type: string description: '' nullable: true muniWaterorsewerPercShort: type: string description: '' nullable: true muniMiscRevenuePercShort: type: string description: '' nullable: true muniPrimaryGenObligationPercShort: type: string description: '' nullable: true muniPrimaryAdvanceRefundedPercShort: type: string description: '' nullable: true muniPrimaryAppropriatedTobaccoPercShort: type: string description: '' nullable: true muniPrimaryGenEducationPercShort: type: string description: '' nullable: true muniPrimaryHigherEducationPercShort: type: string description: '' nullable: true muniPrimaryHospitalsorequipmentLoansPercShort: type: string description: '' nullable: true muniPrimaryNursingHomesorretireCarePercShort: type: string description: '' nullable: true muniPrimaryHousingPercShort: type: string description: '' nullable: true muniPrimaryAirlinesPercShort: type: string description: '' nullable: true muniPrimaryStreetInfrastructurePercShort: type: string description: '' nullable: true muniPrimaryPortsPercShort: type: string description: '' nullable: true muniPrimaryUtilitiesPercShort: type: string description: '' nullable: true muniSuperEducationPercShort: type: string description: '' nullable: true muniSuperHealthPercShort: type: string description: '' nullable: true muniSuperIndustrialPercShort: type: string description: '' nullable: true muniSuperTransportationPercShort: type: string description: '' nullable: true muniSuperGenObligationPercShort: type: string description: '' nullable: true muniSuperAdvanceRefundedPercShort: type: string description: '' nullable: true muniSuperAppropriatedTobaccoPercShort: type: string description: '' nullable: true muniPrimaryOtherEducationPercShort: type: string description: '' nullable: true muniSuperHousingPercShort: type: string description: '' nullable: true muniPrimaryIndustrialDevelopmentPercShort: type: string description: '' nullable: true muniPrimaryPollutionControlPercShort: type: string description: '' nullable: true muniPrimaryOtherIndustrialPercShort: type: string description: '' nullable: true muniPrimaryOtherTransportationPercShort: type: string description: '' nullable: true muniSuperUtilitiesPercShort: type: string description: '' nullable: true muniPrimaryWaterorsewerPercShort: type: string description: '' nullable: true muniPrimaryMiscRevenuePercShort: type: string description: '' nullable: true muniSuperWaterorsewerPercShort: type: string description: '' nullable: true muniSuperMiscRevenuePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPercShort: type: string description: '' nullable: true fixedIncSuperSectorMunicipalPercShort: type: string description: '' nullable: true fixedIncSuperSectorCorporatePercShort: type: string description: '' nullable: true fixedIncSuperSectorSecuritizedPercShort: type: string description: '' nullable: true fixedIncSuperSectorCashAndEquivalentsPercShort: type: string description: '' nullable: true fixedIncSuperSectorDerivativePercShort: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentPercShort: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentRelatedPercShort: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxablePercShort: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxExemptPercShort: type: string description: '' nullable: true fixedIncPrimarySectorBankLoanPercShort: type: string description: '' nullable: true fixedIncPrimarySectorConvertiblePercShort: type: string description: '' nullable: true fixedIncPrimarySectorCorporateBondPercShort: type: string description: '' nullable: true fixedIncPrimarySectorPreferredStockPercShort: type: string description: '' nullable: true fixedIncPrimarySectorAgencyMortgageBackedPercShort: type: string description: '' nullable: true fixedIncPrimarySectorNonAgencyResidentialMortgageBackedPercShort: type: string description: '' nullable: true fixedIncPrimarySectorCommercialMortgageBackedPercShort: type: string description: '' nullable: true fixedIncPrimarySectorCoveredBondPercShort: type: string description: '' nullable: true fixedIncPrimarySectorAssetBackedPercShort: type: string description: '' nullable: true fixedIncPrimarySectorCashAndEquivalentsPercShort: type: string description: '' nullable: true fixedIncPrimarySectorSwapPercShort: type: string description: '' nullable: true fixedIncPrimarySectorForwardorfuturePercShort: type: string description: '' nullable: true fixedIncPrimarySectorOptionorwarrantPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorSupranationalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInterestRateDerivativePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFuturesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentRelatedOtherPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableGeneralObligationStateAndLocalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableAdvanceRefundedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTobaccoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableEducationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHealthPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHousingPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableIndustrialPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTransportationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableWaterAndSewerPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxableMiscRevenueorunspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptGeneralObligationStateAndLocalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptAdvanceRefundedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTobaccoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptEducationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHealthPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHousingPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptIndustrialPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTransportationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptWaterAndSewerPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptMiscRevenueorunspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanBasicMaterialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerCyclicalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanFinancialServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanRealEstatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerDefensivePercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanHealthCarePercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanCommunicationServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanEnergyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanIndustrialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanTechnologyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUnspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleBasicMaterialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerCyclicalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleFinancialServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleRealEstatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerDefensivePercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleHealthCarePercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleCommunicationServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleEnergyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleIndustrialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleTechnologyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUnspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateBasicMaterialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerCyclicalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateFinancialServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateRealEstatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerDefensivePercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateHealthCarePercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateCommunicationServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateEnergyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateIndustrialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateTechnologyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUnspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredBasicMaterialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerCyclicalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredFinancialServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredRealEstatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerDefensivePercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredHealthCarePercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUtilitiesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredCommunicationServicesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredEnergyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredIndustrialsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredTechnologyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUnspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyPassThruPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyArmPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyCmoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorUnspecifiedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorNonAgencyResidentialMortgageBackedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCommercialMortgageBackedPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCoveredBondPercShort: type: string description: '' nullable: true fixedIncSecondarySectorHomeEquityPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCreditCardPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCboorcdoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAutoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorStudentLoanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAssetBackedOtherPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAbsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCashPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCorporatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorDerivativeCashOffsetsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorFrnPercShort: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentPercShort: type: string description: '' nullable: true fixedIncSecondarySectorGseoragencyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorMbsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorMoneyMarketPercShort: type: string description: '' nullable: true fixedIncSecondarySectorMunicipalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCommercialPaperPercShort: type: string description: '' nullable: true fixedIncSecondarySectorRepurchaseAgreementsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTdorcdPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCollateralPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCashOtherPercShort: type: string description: '' nullable: true fixedIncSecondarySectorCreditDefaultSwapPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTotalReturnSwapPercShort: type: string description: '' nullable: true fixedIncSecondarySectorDebtSwapPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBondFuturePercShort: type: string description: '' nullable: true fixedIncSecondarySectorBondIndexFuturePercShort: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyForwardorfuturePercShort: type: string description: '' nullable: true fixedIncSecondarySectorBondUnitPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBondOptionPercShort: type: string description: '' nullable: true fixedIncSecondarySectorBondWarrantPercShort: type: string description: '' nullable: true governmentPercShort: type: string description: '' nullable: true governmentSponsoredEnterpriseoragencyPercShort: type: string description: '' nullable: true municipalPercShort: type: string description: '' nullable: true corporatePercShort: type: string description: '' nullable: true agencyMortgageBackedPercShort: type: string description: '' nullable: true nonAgencyMortgageBackedPercShort: type: string description: '' nullable: true assetBackedPercShort: type: string description: '' nullable: true floatingRateNotePercShort: type: string description: '' nullable: true commercialPaperPercShort: type: string description: '' nullable: true repurchaseAgreementPercShort: type: string description: '' nullable: true timeDepositorcdPercShort: type: string description: '' nullable: true moneyMarketFundPercShort: type: string description: '' nullable: true currencyIncludingDerivativesPercShort: type: string description: '' nullable: true cashPercShort: type: string description: '' nullable: true derivativeCashOffsetPercShort: type: string description: '' nullable: true otherPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentArgentinaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustraliaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustriaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelgiumPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBahamasPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelizePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBermudaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBoliviaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBrazilPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCanadaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwitzerlandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChannelIslandsPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChilePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChinaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentColombiaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCaymanIslandsPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCzechRepublicPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGermanyPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentDenmarkPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentEgyptPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSpainPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFinlandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrancePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFranceMetropolitanPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUnitedKingdomPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGuernseyPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreecePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreenlandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHongKongPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHungaryPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndonesiaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsleOfManPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndiaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIrelandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIcelandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsraelPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentItalyPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJerseyPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJapanPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentKoreaRepublicOfPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLiechtensteinPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLuxembourgPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMoroccoPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMonacoPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMexicoPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMalaysiaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNetherlandsPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNorwayPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNewZealandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPeruPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPhilippinesPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPolandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPuertoRicoPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPortugalPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentRussianFederationPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSingaporePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwedenPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentThailandPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTurkeyPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTaiwanPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUruguayPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAmericaUnitedStatesOfPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHolySeeVaticanCityStatePercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVenezuelaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsBritishPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsUSPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSouthAfricaPercShort: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrontierCountryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryArgentinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustraliaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustriaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelgiumPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBahamasPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelizePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBermudaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBoliviaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBrazilPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCanadaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwitzerlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChannelIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChilePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryColombiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCaymanIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCzechRepublicPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGermanyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryDenmarkPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryEgyptPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySpainPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFinlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrancePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFranceMetropolitanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUnitedKingdomPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGuernseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreecePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreenlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHongKongPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHungaryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndonesiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsleOfManPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIrelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIcelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsraelPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryItalyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJerseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJapanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryKoreaRepublicOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLiechtensteinPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLuxembourgPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMoroccoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMonacoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMexicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMalaysiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNetherlandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNorwayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNewZealandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPeruPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPhilippinesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPolandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPuertoRicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPortugalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryRussianFederationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySingaporePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwedenPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryThailandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTurkeyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTaiwanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUruguayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAmericaUnitedStatesOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHolySeeVaticanCityStatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVenezuelaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsBritishPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsUSPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySouthAfricaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrontierCountryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedArgentinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustraliaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustriaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelgiumPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBahamasPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelizePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBermudaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBoliviaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBrazilPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCanadaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwitzerlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChannelIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChilePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedColombiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCaymanIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCzechRepublicPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGermanyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedDenmarkPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedEgyptPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSpainPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFinlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrancePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFranceMetropolitanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUnitedKingdomPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGuernseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreecePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreenlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHongKongPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHungaryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndonesiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsleOfManPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIrelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIcelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsraelPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedItalyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJerseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJapanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedKoreaRepublicOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLiechtensteinPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLuxembourgPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMoroccoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMonacoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMexicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMalaysiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNetherlandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNorwayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNewZealandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPeruPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPhilippinesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPolandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPuertoRicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPortugalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedRussianFederationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSingaporePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwedenPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedThailandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTurkeyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTaiwanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUruguayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAmericaUnitedStatesOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHolySeeVaticanCityStatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVenezuelaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsBritishPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsUSPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSouthAfricaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrontierCountryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyArgentinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustraliaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustriaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelgiumPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBahamasPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelizePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBermudaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBoliviaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBrazilPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCanadaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwitzerlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChannelIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChilePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChinaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyColombiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCaymanIslandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCzechRepublicPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGermanyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyDenmarkPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyEgyptPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySpainPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFinlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrancePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFranceMetropolitanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUnitedKingdomPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGuernseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreecePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreenlandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHongKongPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHungaryPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndonesiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsleOfManPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIrelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIcelandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsraelPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyItalyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJerseyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJapanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyKoreaRepublicOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLiechtensteinPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLuxembourgPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMoroccoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMonacoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMexicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMalaysiaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNetherlandsPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNorwayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNewZealandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPeruPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPhilippinesPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPolandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPuertoRicoPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPortugalPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyRussianFederationPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySingaporePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwedenPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyThailandPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTurkeyPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTaiwanPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUruguayPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAmericaUnitedStatesOfPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHolySeeVaticanCityStatePercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVenezuelaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsBritishPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsUSPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySouthAfricaPercShort: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrontierCountryPercShort: type: string description: '' nullable: true usTreasuryPercShort: type: string description: '' nullable: true usTreasuryTipsPercShort: type: string description: '' nullable: true usAgencyPercShort: type: string description: '' nullable: true nonUsGovernmentPercShort: type: string description: '' nullable: true otherGovernmentRelatedPercShort: type: string description: '' nullable: true corporateBondPercShort: type: string description: '' nullable: true bankLoanPercShort: type: string description: '' nullable: true convertiblePercShort: type: string description: '' nullable: true preferredStockPercShort: type: string description: '' nullable: true agencyMbsPassThruPercShort: type: string description: '' nullable: true agencyArmPercShort: type: string description: '' nullable: true agencyCmoPercShort: type: string description: '' nullable: true nonAgencyResidentialMortgageBackedPercShort: type: string description: '' nullable: true commercialMortgageBackedPercShort: type: string description: '' nullable: true coveredBondPercShort: type: string description: '' nullable: true cashAndEquivalentsPercShort: type: string description: '' nullable: true muniStateGoPercLong: type: string description: '' nullable: true muniLocalGoPercLong: type: string description: '' nullable: true muniPrerefundedPercLong: type: string description: '' nullable: true muniEscrowedToMaturityPercLong: type: string description: '' nullable: true muniStateAppropriatedTobaccoPercLong: type: string description: '' nullable: true muniNonStateAppropriatedTobaccoPercLong: type: string description: '' nullable: true muniLibrariesormuseumsPercLong: type: string description: '' nullable: true muniPrimaryorsecondaryEducationPercLong: type: string description: '' nullable: true muniCharterSchoolsPercLong: type: string description: '' nullable: true muniOtherGeneralEducationPercLong: type: string description: '' nullable: true muniPrivateHigherEducationPercLong: type: string description: '' nullable: true muniPublicHigherEducationPercLong: type: string description: '' nullable: true muniStudentLoansPercLong: type: string description: '' nullable: true muniOtherHigherEducationPercLong: type: string description: '' nullable: true muniOtherEducationPercLong: type: string description: '' nullable: true muniHospitalsPercLong: type: string description: '' nullable: true muniHospitalEquipmentLoansPercLong: type: string description: '' nullable: true muniNursingHomesPercLong: type: string description: '' nullable: true muniLifeCareorretirementCentersPercLong: type: string description: '' nullable: true muniOtherHealthPercLong: type: string description: '' nullable: true muniSingleFamilyHousingPercLong: type: string description: '' nullable: true muniMultiFamilyHousingPercLong: type: string description: '' nullable: true muniPublicHousingPercLong: type: string description: '' nullable: true muniOtherHousingPercLong: type: string description: '' nullable: true muniIndustrialDevelopmentPercLong: type: string description: '' nullable: true muniPollutionControlPercLong: type: string description: '' nullable: true muniOtherIndustrialPercLong: type: string description: '' nullable: true muniSecuredAirlinesPercLong: type: string description: '' nullable: true muniUnsecuredAirlinesPercLong: type: string description: '' nullable: true muniTollRoadsPercLong: type: string description: '' nullable: true muniStreetsorhighwaysPercLong: type: string description: '' nullable: true muniBridgesPercLong: type: string description: '' nullable: true muniTunnelsPercLong: type: string description: '' nullable: true muniParkingFacilitiesPercLong: type: string description: '' nullable: true muniAirportPercLong: type: string description: '' nullable: true muniSeaportsormarineTerminalsPercLong: type: string description: '' nullable: true muniOtherTransportationPercLong: type: string description: '' nullable: true muniElectricityorpublicPowerPercLong: type: string description: '' nullable: true muniGasPercLong: type: string description: '' nullable: true muniTelephonePercLong: type: string description: '' nullable: true muniOtherUtilitiesPercLong: type: string description: '' nullable: true muniWaterorsewerPercLong: type: string description: '' nullable: true muniMiscRevenuePercLong: type: string description: '' nullable: true muniPrimaryGenObligationPercLong: type: string description: '' nullable: true muniPrimaryAdvanceRefundedPercLong: type: string description: '' nullable: true muniPrimaryAppropriatedTobaccoPercLong: type: string description: '' nullable: true muniPrimaryGenEducationPercLong: type: string description: '' nullable: true muniPrimaryHigherEducationPercLong: type: string description: '' nullable: true muniPrimaryHospitalsorequipmentLoansPercLong: type: string description: '' nullable: true muniPrimaryNursingHomesorretireCarePercLong: type: string description: '' nullable: true muniPrimaryHousingPercLong: type: string description: '' nullable: true muniPrimaryAirlinesPercLong: type: string description: '' nullable: true muniPrimaryStreetInfrastructurePercLong: type: string description: '' nullable: true muniPrimaryPortsPercLong: type: string description: '' nullable: true muniPrimaryUtilitiesPercLong: type: string description: '' nullable: true muniSuperEducationPercLong: type: string description: '' nullable: true muniSuperHealthPercLong: type: string description: '' nullable: true muniSuperIndustrialPercLong: type: string description: '' nullable: true muniSuperTransportationPercLong: type: string description: '' nullable: true muniSuperGenObligationPercLong: type: string description: '' nullable: true muniSuperAdvanceRefundedPercLong: type: string description: '' nullable: true muniSuperAppropriatedTobaccoPercLong: type: string description: '' nullable: true muniPrimaryOtherEducationPercLong: type: string description: '' nullable: true muniSuperHousingPercLong: type: string description: '' nullable: true muniPrimaryIndustrialDevelopmentPercLong: type: string description: '' nullable: true muniPrimaryPollutionControlPercLong: type: string description: '' nullable: true muniPrimaryOtherIndustrialPercLong: type: string description: '' nullable: true muniPrimaryOtherTransportationPercLong: type: string description: '' nullable: true muniSuperUtilitiesPercLong: type: string description: '' nullable: true muniPrimaryWaterorsewerPercLong: type: string description: '' nullable: true muniPrimaryMiscRevenuePercLong: type: string description: '' nullable: true muniSuperWaterorsewerPercLong: type: string description: '' nullable: true muniSuperMiscRevenuePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPercLong: type: string description: '' nullable: true fixedIncSuperSectorMunicipalPercLong: type: string description: '' nullable: true fixedIncSuperSectorCorporatePercLong: type: string description: '' nullable: true fixedIncSuperSectorSecuritizedPercLong: type: string description: '' nullable: true fixedIncSuperSectorCashAndEquivalentsPercLong: type: string description: '' nullable: true fixedIncSuperSectorDerivativePercLong: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentPercLong: type: string description: '' nullable: true fixedIncPrimarySectorGovernmentRelatedPercLong: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxablePercLong: type: string description: '' nullable: true fixedIncPrimarySectorMunicipalTaxExemptPercLong: type: string description: '' nullable: true fixedIncPrimarySectorBankLoanPercLong: type: string description: '' nullable: true fixedIncPrimarySectorConvertiblePercLong: type: string description: '' nullable: true fixedIncPrimarySectorCorporateBondPercLong: type: string description: '' nullable: true fixedIncPrimarySectorPreferredStockPercLong: type: string description: '' nullable: true fixedIncPrimarySectorAgencyMortgageBackedPercLong: type: string description: '' nullable: true fixedIncPrimarySectorNonAgencyResidentialMortgageBackedPercLong: type: string description: '' nullable: true fixedIncPrimarySectorCommercialMortgageBackedPercLong: type: string description: '' nullable: true fixedIncPrimarySectorCoveredBondPercLong: type: string description: '' nullable: true fixedIncPrimarySectorAssetBackedPercLong: type: string description: '' nullable: true fixedIncPrimarySectorCashAndEquivalentsPercLong: type: string description: '' nullable: true fixedIncPrimarySectorSwapPercLong: type: string description: '' nullable: true fixedIncPrimarySectorForwardorfuturePercLong: type: string description: '' nullable: true fixedIncPrimarySectorOptionorwarrantPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorSupranationalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInterestRateDerivativePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFuturesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentRelatedOtherPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableGeneralObligationStateAndLocalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableAdvanceRefundedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTobaccoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableEducationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHealthPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableHousingPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableIndustrialPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableTransportationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableWaterAndSewerPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxableMiscRevenueorunspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptGeneralObligationStateAndLocalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptAdvanceRefundedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTobaccoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptEducationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHealthPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptHousingPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptIndustrialPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptTransportationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptWaterAndSewerPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTaxExemptMiscRevenueorunspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanBasicMaterialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerCyclicalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanFinancialServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanRealEstatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanConsumerDefensivePercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanHealthCarePercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanCommunicationServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanEnergyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanIndustrialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanTechnologyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBankLoanUnspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleBasicMaterialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerCyclicalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleFinancialServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleRealEstatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleConsumerDefensivePercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleHealthCarePercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleCommunicationServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleEnergyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleIndustrialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleTechnologyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorConvertibleUnspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateBasicMaterialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerCyclicalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateFinancialServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateRealEstatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateConsumerDefensivePercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateHealthCarePercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateCommunicationServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateEnergyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateIndustrialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateTechnologyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporateUnspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredBasicMaterialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerCyclicalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredFinancialServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredRealEstatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredConsumerDefensivePercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredHealthCarePercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUtilitiesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredCommunicationServicesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredEnergyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredIndustrialsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredTechnologyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorPreferredUnspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyPassThruPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyArmPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyCmoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorUnspecifiedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorNonAgencyResidentialMortgageBackedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCommercialMortgageBackedPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCoveredBondPercLong: type: string description: '' nullable: true fixedIncSecondarySectorHomeEquityPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCreditCardPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCboorcdoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAutoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorStudentLoanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAssetBackedOtherPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAbsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCashPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCorporatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorDerivativeCashOffsetsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorFrnPercLong: type: string description: '' nullable: true fixedIncSecondarySectorGovernmentPercLong: type: string description: '' nullable: true fixedIncSecondarySectorGseoragencyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorMbsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorMoneyMarketPercLong: type: string description: '' nullable: true fixedIncSecondarySectorMunicipalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCommercialPaperPercLong: type: string description: '' nullable: true fixedIncSecondarySectorRepurchaseAgreementsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTdorcdPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCollateralPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCashOtherPercLong: type: string description: '' nullable: true fixedIncSecondarySectorCreditDefaultSwapPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTotalReturnSwapPercLong: type: string description: '' nullable: true fixedIncSecondarySectorDebtSwapPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBondFuturePercLong: type: string description: '' nullable: true fixedIncSecondarySectorBondIndexFuturePercLong: type: string description: '' nullable: true fixedIncSecondarySectorCurrencyForwardorfuturePercLong: type: string description: '' nullable: true fixedIncSecondarySectorBondUnitPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBondOptionPercLong: type: string description: '' nullable: true fixedIncSecondarySectorBondWarrantPercLong: type: string description: '' nullable: true governmentPercLong: type: string description: '' nullable: true governmentSponsoredEnterpriseoragencyPercLong: type: string description: '' nullable: true municipalPercLong: type: string description: '' nullable: true corporatePercLong: type: string description: '' nullable: true agencyMortgageBackedPercLong: type: string description: '' nullable: true nonAgencyMortgageBackedPercLong: type: string description: '' nullable: true assetBackedPercLong: type: string description: '' nullable: true floatingRateNotePercLong: type: string description: '' nullable: true commercialPaperPercLong: type: string description: '' nullable: true repurchaseAgreementPercLong: type: string description: '' nullable: true timeDepositorcdPercLong: type: string description: '' nullable: true moneyMarketFundPercLong: type: string description: '' nullable: true currencyIncludingDerivativesPercLong: type: string description: '' nullable: true cashPercLong: type: string description: '' nullable: true derivativeCashOffsetPercLong: type: string description: '' nullable: true otherPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentArgentinaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustraliaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAustriaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelgiumPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBahamasPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBelizePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBermudaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBoliviaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentBrazilPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCanadaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwitzerlandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChannelIslandsPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChilePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentChinaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentColombiaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCaymanIslandsPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentCzechRepublicPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGermanyPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentDenmarkPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentEgyptPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSpainPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFinlandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrancePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFranceMetropolitanPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUnitedKingdomPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGuernseyPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreecePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentGreenlandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHongKongPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHungaryPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndonesiaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsleOfManPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIndiaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIrelandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIcelandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentIsraelPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentItalyPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJerseyPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentJapanPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentKoreaRepublicOfPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLiechtensteinPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentLuxembourgPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMoroccoPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMonacoPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMexicoPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentMalaysiaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNetherlandsPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNorwayPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentNewZealandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPeruPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPhilippinesPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPolandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPuertoRicoPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentPortugalPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentRussianFederationPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSingaporePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSwedenPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentThailandPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTurkeyPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentTaiwanPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentUruguayPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentAmericaUnitedStatesOfPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentHolySeeVaticanCityStatePercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVenezuelaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsBritishPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentVirginIslandsUSPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentSouthAfricaPercLong: type: string description: '' nullable: true fixedIncSuperSectorGovernmentFrontierCountryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryArgentinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustraliaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAustriaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelgiumPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBahamasPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBelizePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBermudaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBoliviaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryBrazilPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCanadaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwitzerlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChannelIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChilePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryChinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryColombiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCaymanIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryCzechRepublicPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGermanyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryDenmarkPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryEgyptPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySpainPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFinlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrancePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFranceMetropolitanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUnitedKingdomPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGuernseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreecePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryGreenlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHongKongPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHungaryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndonesiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsleOfManPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIndiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIrelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIcelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryIsraelPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryItalyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJerseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryJapanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryKoreaRepublicOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLiechtensteinPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryLuxembourgPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMoroccoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMonacoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMexicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryMalaysiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNetherlandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNorwayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryNewZealandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPeruPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPhilippinesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPolandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPuertoRicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryPortugalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryRussianFederationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySingaporePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySwedenPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryThailandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTurkeyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryTaiwanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryUruguayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryAmericaUnitedStatesOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryHolySeeVaticanCityStatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVenezuelaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsBritishPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryVirginIslandsUSPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasurySouthAfricaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorTreasuryFrontierCountryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedArgentinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustraliaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAustriaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelgiumPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBahamasPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBelizePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBermudaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBoliviaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedBrazilPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCanadaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwitzerlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChannelIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChilePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedChinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedColombiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCaymanIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedCzechRepublicPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGermanyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedDenmarkPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedEgyptPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSpainPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFinlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrancePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFranceMetropolitanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUnitedKingdomPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGuernseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreecePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedGreenlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHongKongPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHungaryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndonesiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsleOfManPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIndiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIrelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIcelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedIsraelPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedItalyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJerseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedJapanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedKoreaRepublicOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLiechtensteinPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedLuxembourgPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMoroccoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMonacoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMexicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedMalaysiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNetherlandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNorwayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedNewZealandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPeruPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPhilippinesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPolandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPuertoRicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedPortugalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedRussianFederationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSingaporePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSwedenPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedThailandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTurkeyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedTaiwanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedUruguayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedAmericaUnitedStatesOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedHolySeeVaticanCityStatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVenezuelaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsBritishPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedVirginIslandsUSPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedSouthAfricaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorInflationProtectedFrontierCountryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyArgentinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustraliaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAustriaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelgiumPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBahamasPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBelizePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBermudaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBoliviaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyBrazilPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCanadaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwitzerlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChannelIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChilePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyChinaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyColombiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCaymanIslandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyCzechRepublicPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGermanyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyDenmarkPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyEgyptPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySpainPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFinlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrancePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFranceMetropolitanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUnitedKingdomPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGuernseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreecePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyGreenlandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHongKongPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHungaryPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndonesiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsleOfManPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIndiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIrelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIcelandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyIsraelPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyItalyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJerseyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyJapanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyKoreaRepublicOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLiechtensteinPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyLuxembourgPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMoroccoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMonacoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMexicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyMalaysiaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNetherlandsPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNorwayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyNewZealandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPeruPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPhilippinesPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPolandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPuertoRicoPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyPortugalPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyRussianFederationPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySingaporePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySwedenPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyThailandPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTurkeyPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyTaiwanPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyUruguayPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyAmericaUnitedStatesOfPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyHolySeeVaticanCityStatePercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVenezuelaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsBritishPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyVirginIslandsUSPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencySouthAfricaPercLong: type: string description: '' nullable: true fixedIncSecondarySectorAgencyorquasiAgencyFrontierCountryPercLong: type: string description: '' nullable: true usTreasuryPercLong: type: string description: '' nullable: true usTreasuryTipsPercLong: type: string description: '' nullable: true usAgencyPercLong: type: string description: '' nullable: true nonUsGovernmentPercLong: type: string description: '' nullable: true otherGovernmentRelatedPercLong: type: string description: '' nullable: true corporateBondPercLong: type: string description: '' nullable: true bankLoanPercLong: type: string description: '' nullable: true convertiblePercLong: type: string description: '' nullable: true preferredStockPercLong: type: string description: '' nullable: true agencyMbsPassThruPercLong: type: string description: '' nullable: true agencyArmPercLong: type: string description: '' nullable: true agencyCmoPercLong: type: string description: '' nullable: true nonAgencyResidentialMortgageBackedPercLong: type: string description: '' nullable: true commercialMortgageBackedPercLong: type: string description: '' nullable: true coveredBondPercLong: type: string description: '' nullable: true cashAndEquivalentsPercLong: type: string description: '' nullable: true additionalProperties: false title: OutputMorningstarFixedIncomeSectorsBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputUkSdrEnhancedPackage: type: object properties: basicNeeds: $ref: '#/components/schemas/CodeMappingString' basicNeedsSurveyed: $ref: '#/components/schemas/CodeMappingString' climateAction: $ref: '#/components/schemas/CodeMappingString' climateActionSurveyed: $ref: '#/components/schemas/CodeMappingString' consumerFacingDocumentProducedForNonSdrLabelledFund: $ref: '#/components/schemas/CodeMappingString' employExclusionsOverall: $ref: '#/components/schemas/CodeMappingString' employExclusionsOverallSurveyed: $ref: '#/components/schemas/CodeMappingString' esgEngagement: $ref: '#/components/schemas/CodeMappingString' esgEngagementSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAbortionorstemCells: $ref: '#/components/schemas/CodeMappingString' excludesAbortionorstemCellsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAdultEntertainment: $ref: '#/components/schemas/CodeMappingString' excludesAdultEntertainmentSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAlcohol: $ref: '#/components/schemas/CodeMappingString' excludesAlcoholSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAnimalTesting: $ref: '#/components/schemas/CodeMappingString' excludesAnimalTestingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesControversialWeapons: $ref: '#/components/schemas/CodeMappingString' excludesControversialWeaponsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesFossilFuel: $ref: '#/components/schemas/CodeMappingString' excludesFossilFuelSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesFurAndSpecialtyLeather: $ref: '#/components/schemas/CodeMappingString' excludesFurAndSpecialtyLeatherSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesGambling: $ref: '#/components/schemas/CodeMappingString' excludesGamblingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesGeneticallyModifiedOrganisms: $ref: '#/components/schemas/CodeMappingString' excludesGeneticallyModifiedOrganismsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesMilitaryContracting: $ref: '#/components/schemas/CodeMappingString' excludesMilitaryContractingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesNuclear: $ref: '#/components/schemas/CodeMappingString' excludesNuclearSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesOther: $ref: '#/components/schemas/CodeMappingString' excludesOtherSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesPalmOil: $ref: '#/components/schemas/CodeMappingString' excludesPalmOilSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesPesticides: $ref: '#/components/schemas/CodeMappingString' excludesPesticidesSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesSmallArms: $ref: '#/components/schemas/CodeMappingString' excludesSmallArmsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesThermalCoal: $ref: '#/components/schemas/CodeMappingString' excludesThermalCoalSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesTobacco: $ref: '#/components/schemas/CodeMappingString' excludesTobaccoSurveyed: $ref: '#/components/schemas/CodeMappingString' generalEsgInvestment: $ref: '#/components/schemas/CodeMappingString' generalEsgInvestmentSurveyed: $ref: '#/components/schemas/CodeMappingString' healthyEcosystems: $ref: '#/components/schemas/CodeMappingString' healthyEcosystemsSurveyed: $ref: '#/components/schemas/CodeMappingString' humanDevelopment: $ref: '#/components/schemas/CodeMappingString' humanDevelopmentSurveyed: $ref: '#/components/schemas/CodeMappingString' resourceSecurity: $ref: '#/components/schemas/CodeMappingString' resourceSecuritySurveyed: $ref: '#/components/schemas/CodeMappingString' sdrEffectiveDate: type: string description: '' nullable: true sdrSustainabilityFocusLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityImpactLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityImproversLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityMixedGoalsLabelled: $ref: '#/components/schemas/CodeMappingString' sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityFocusLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityFocusLabelUpperRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImpactLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImpactLabelUpperRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImproversLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImproversLabelUpperRange: type: number description: '' format: double nullable: true sustainabilityThemedInvestment: $ref: '#/components/schemas/CodeMappingString' sustainabilityThemedInvestmentSurveyed: $ref: '#/components/schemas/CodeMappingString' sustainableInvestmentOverall: $ref: '#/components/schemas/CodeMappingString' sustainableInvestmentOverallStartDate: type: string description: '' nullable: true sustainableInvestmentOverallStartDateSurveyed: type: string description: '' nullable: true sustainableInvestmentOverallSurveyed: $ref: '#/components/schemas/CodeMappingString' useNormsBasedScreening: $ref: '#/components/schemas/CodeMappingString' useNormsBasedScreeningSurveyed: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputUkSdrEnhancedPackage description: All fields are nullable. Empty or `null` value fields are not returned. OutputHfrHedgeFund: type: object properties: fundLegalStructure: type: string description: '' nullable: true inceptionDate: type: string description: '' nullable: true domicile: type: string description: '' nullable: true baseCurrency: $ref: '#/components/schemas/CodeMappingString' netAssetsDate: type: string description: '' nullable: true netAssetsShareClassInMil: type: number description: '' format: double nullable: true fundSizeDate: type: string description: '' nullable: true fundSizeInMil: type: number description: '' format: double nullable: true firmTotalAssetDate: type: string description: '' nullable: true firmTotalAssetInMil: type: number description: '' format: double nullable: true firmAssetsCurrency: $ref: '#/components/schemas/CodeMappingString' offshoreVehicle: $ref: '#/components/schemas/CodeMappingString' custodian: type: string description: '' nullable: true legalCounsel: type: string description: '' nullable: true administrator: type: string description: '' nullable: true annualAuditPerformed: $ref: '#/components/schemas/CodeMappingString' auditor: type: string description: '' nullable: true managerName: type: string description: '' nullable: true leverage: type: string description: '' nullable: true firmName: type: string description: '' nullable: true dateAddedToHfrDatabase: type: string description: '' nullable: true firmStreetAddress: type: string description: '' nullable: true firmAddress2: type: string description: '' nullable: true firmCity: type: string description: '' nullable: true firmStateOrProvince: type: string description: '' nullable: true advisorPostalCode: type: string description: '' nullable: true firmPhone: type: string description: '' nullable: true advisorContactName: type: string description: '' nullable: true advisor: type: string description: '' nullable: true advisorCountry: type: string description: '' nullable: true registeredInvestmentAdviserFed: $ref: '#/components/schemas/CodeMappingString' firmSecFileNumber: type: string description: '' nullable: true firmCrdoriardNumber: type: string description: '' nullable: true firmId: type: string description: '' nullable: true openToInvestment: $ref: '#/components/schemas/CodeMappingString' openToInvestorType: type: string description: '' nullable: true minimumInvestment: type: integer description: '' format: int32 nullable: true minimumAdditionalPurchase: type: integer description: '' format: int32 nullable: true individualAccountMinimum: type: integer description: '' format: int32 nullable: true subsequentInvestmentFrequency: type: string description: '' nullable: true lockupInterval: type: string description: '' nullable: true primeBroker: type: string description: '' nullable: true bankAgent: type: string description: '' nullable: true minorityOwnedFirm: $ref: '#/components/schemas/CodeMappingString' fundRegistrationCode: type: string description: '' nullable: true ucits: $ref: '#/components/schemas/CodeMappingString' fundStatus: type: string description: '' nullable: true reportingStyle: type: string description: '' nullable: true emergingMarketsFocused: $ref: '#/components/schemas/CodeMappingString' regionalInvestmentFocus: $ref: '#/components/schemas/CodeMappingString' regionalInvestmentFocusCode: type: integer description: '' format: int32 nullable: true mainStrategy: $ref: '#/components/schemas/CodeMappingString' subStrategy: $ref: '#/components/schemas/CodeMappingString' nav202506: type: number description: '' format: double nullable: true nav202505: type: number description: '' format: double nullable: true nav202504: type: number description: '' format: double nullable: true nav202503: type: number description: '' format: double nullable: true nav202502: type: number description: '' format: double nullable: true nav202501: type: number description: '' format: double nullable: true nav202412: type: number description: '' format: double nullable: true nav202411: type: number description: '' format: double nullable: true nav202410: type: number description: '' format: double nullable: true nav202409: type: number description: '' format: double nullable: true nav202408: type: number description: '' format: double nullable: true nav202407: type: number description: '' format: double nullable: true monthlyReturn202506: type: number description: '' format: double nullable: true monthlyReturn202505: type: number description: '' format: double nullable: true monthlyReturn202504: type: number description: '' format: double nullable: true monthlyReturn202503: type: number description: '' format: double nullable: true monthlyReturn202502: type: number description: '' format: double nullable: true monthlyReturn202501: type: number description: '' format: double nullable: true monthlyReturn202412: type: number description: '' format: double nullable: true monthlyReturn202411: type: number description: '' format: double nullable: true monthlyReturn202410: type: number description: '' format: double nullable: true monthlyReturn202409: type: number description: '' format: double nullable: true monthlyReturn202408: type: number description: '' format: double nullable: true monthlyReturn202407: type: number description: '' format: double nullable: true mainStrategyCode: type: integer description: '' format: int32 nullable: true subStrategyCode: type: integer description: '' format: int32 nullable: true strategyDescription: $ref: '#/components/schemas/CodeMappingString' managementFee: type: string description: '' nullable: true highWatermark: $ref: '#/components/schemas/CodeMappingString' salesFee: type: string description: '' nullable: true redemptionFrequency: type: string description: '' nullable: true incentiveFee: type: string description: '' nullable: true hurdleRateNote: type: string description: '' nullable: true otherFeeNote: type: string description: '' nullable: true advancedNoticeDays: type: integer description: '' format: int32 nullable: true hfriIndexName: type: string description: '' nullable: true hfrxIndexName: type: string description: '' nullable: true additionalProperties: false title: OutputHfrHedgeFund description: All fields are nullable. Empty or `null` value fields are not returned. OutputAggregationProfitability: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true freeCashFlowToNetIncomeRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true freeCashFlowToNetIncomeRatioValue: type: number description: 'The aggregated value of FCF to Net Income Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. FCF to Net Income Ratio: This ratio represents the value of a company''s free cash flow relative to its net income. This can be used to measure a company''s ability to transfer each dollar worth of earnings into cash. This is calculated using the Free Cash Flow divided by Net Income.' format: double nullable: true freeCashFlowToSalesRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true freeCashFlowToSalesRatioValue: type: number description: 'The aggregated value of FCF to Sales Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. FCF to Sales Ratio: This ratio represents the value of a company''s free cash flow relative to its total revenue. This can be used to measure a company''s ability to convert each dollar worth of revenue into cash. This is calculated using the Free Cash Flow divided by Total Revenue.' format: double nullable: true normalizedReturnOnAssetRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedReturnOnAssetRatioValue: type: number description: 'The aggregated value of Normalized ROA; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized ROA: This ratio represents the value of a company''s normalized income relative to its total assets. This can be used to measure the company''s ability to utilize its assets efficiently to generate earnings from its normal operations. This is calculated using Normalized Income (TTM) divided by Average Total Assets.' format: double nullable: true normalizedReturnOnEquityRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedReturnOnEquityRatioValue: type: number description: 'The aggregated value of Normalized ROE; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized ROE: This ratio represents the value of a company''s normalized income relative to its total equity. This can be used to measure the company''s ability to utilize its equity efficiently to generate earnings from its normal operations. This is calculated using Normalized Income (TTM) divided by Average Total Equity.' format: double nullable: true normalizedReturnOnInvestedCapitalRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true normalizedReturnOnInvestedCapitalRatioValue: type: number description: 'The aggregated value of Normalized ROIC; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized ROIC: This ratio represents the value of a company''s normalized net operating profit after tax relative to its Invested Capital. This can be used to measure the company''s ability to utilize its invested capital efficiently to generate earnings from its normal operations. This is calculated using Normalized Net operating profit after tax (TTM) divided by Invested Capital.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true returnOnAssetRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true returnOnAssetRatioValue: type: number description: 'The aggregated value of Return on Asset Ratio (ROA); is derived using all eligible companies who are constituents in the specified Morningstar Index. Return on Asset Ratio (ROA): This ratio represents the value of a company''s net income relative to its total assets. This can be used to determine how much profit a company generates on its asset base. This is calculated using Net Income from Continuting Operations (TTM) divided by Average Total Assets.' format: double nullable: true returnOnEquityRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true returnOnEquityRatioValue: type: number description: 'The aggregated value of Return on Equity Ratio (ROE); is derived using all eligible companies who are constituents in the specified Morningstar Index. Return on Equity Ratio (ROE): This ratio represents the value of a company''s net income relative to its total equity. This can be used to determine how much profit a company generates on the money shareholders have invested in the firm. This is calculated using Net Income from Continuting Operations (TTM) divided by Average Total Equity' format: double nullable: true returnOnInvestedCapitalRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true returnOnInvestedCapitalRatioValue: type: number description: 'The aggregated value of Return on Invested Capital Ratio (ROIC); is derived using all eligible companies who are constituents in the specified Morningstar Index. Return on Invested Capital Ratio (ROIC): This ratio represents the value of a company''s net operating profit after tax relative to its Invested Capital. This can be used to measure how much profit a company generates on its capital base. This is calculated using Net operating profit after tax (TTM) divided by Invested Capital.' format: double nullable: true additionalProperties: false title: OutputAggregationProfitability OutputBestAndWorstRollingReturns: type: object properties: best3MoAsOfDateMoEnd: type: string description: '' nullable: true best3MoAsOfDateQtrEnd: type: string description: '' nullable: true best3MoAsOfDateRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true best3MoAsOfDateRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true best3MoRetInceptionMoEnd: type: number description: '' format: double nullable: true best3MoRetInceptionQtrEnd: type: number description: '' format: double nullable: true best3MoRetInceptionRestatedLoadAdjRetMoEnd: type: number description: '' format: double nullable: true best3MoRetInceptionRestatedLoadAdjRetQtrEnd: type: number description: '' format: double nullable: true worst3MoAsOfDateMoEnd: type: string description: '' nullable: true worst3MoAsOfDateQtrEnd: type: string description: '' nullable: true worst3MoAsOfDateRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true worst3MoAsOfDateRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true worst3MoRetInceptionMoEnd: type: number description: '' format: double nullable: true worst3MoRetInceptionQtrEnd: type: number description: '' format: double nullable: true worst3MoRetInceptionRestatedLoadAdjRetMoEnd: type: number description: '' format: double nullable: true worst3MoRetInceptionRestatedLoadAdjRetQtrEnd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputBestAndWorstRollingReturns description: All fields are nullable. Empty or `null` value fields are not returned. InputViewParametersEquityAnalystNormalizedFinancials: title: InputViewParametersEquityAnalystNormalizedFinancials type: object required: - reportType - period properties: reportType: type: string description: Filters results by report type. example: a enum: - a - r - d - p - ta - td - tr - tp x-enumDescriptions: a: Value as originally reported in a formal document. r: Restated value reported in a formal document. d: Restated value reported in a preliminary announcement of results prior to a formal document. p: Value reported in a preliminary announcement of results prior to a formal document. ta: Calculated Trailing 12 months of *as originally reported* values in a formal document. td: Calculated Trailing 12 months of restated values reported in a preliminary announcement of results prior to a formal document. tr: Calculated Trailing 12 months of *restated* values reported in a formal document. tp: Calculated Trailing 12 months of values reported in a preliminary announcement of results prior to a formal document. period: type: string description: Filters results by duration period of financial statements reported by the company. example: a enum: - a - sa1 - sa2 - q1 - q2 - q3 - q4 - ir x-enumDescriptions: a: Annual sa1: First semi-annual sa2: Second semi-annual q1: First quarter q2: Second quarter q3: Third quarter q4: Fourth quarter ir: Irregular report numberOfMonths: type: string description: Filters results by duration period of financial statements reported by the company. example: 3 enum: - 3 - 6 - 9 - 12 - 15 - 18 - 21 x-enumDescriptions: '3': 3 months '6': 6 months '9': 9 months '12': 12 months '15': 15 months '18': 18 months '21': 21 months OutputAssetAllocationBreakdown: type: object properties: assetAllocationEconomicExposureCurrencyLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureCurrencyNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureCurrencyShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureDate: type: string description: '' nullable: true assetAllocationEconomicExposureEquityLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureEquityNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureEquityShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherShort: type: number description: '' format: double nullable: true assetAllocationSurveyDate: type: string description: '' nullable: true assetAllocBondPercLong: type: number description: '' format: double nullable: true assetAllocBondPercLongRescaled: type: number description: '' format: double nullable: true assetAllocBondPercNet: type: number description: '' format: double nullable: true assetAllocBondPercShort: type: number description: '' format: double nullable: true assetAllocCashPercLong: type: number description: '' format: double nullable: true assetAllocCashPercLongRescaled: type: number description: '' format: double nullable: true assetAllocCashPercNet: type: number description: '' format: double nullable: true assetAllocCashPercShort: type: number description: '' format: double nullable: true assetAllocConvBondPercLongRescaled: type: number description: '' format: double nullable: true assetAllocEquityPercLong: type: number description: '' format: double nullable: true assetAllocEquityPercLongRescaled: type: number description: '' format: double nullable: true assetAllocEquityPercNet: type: number description: '' format: double nullable: true assetAllocEquityPercShort: type: number description: '' format: double nullable: true assetAllocNonUsBondPercLong: type: number description: '' format: double nullable: true assetAllocNonUsBondPercLongRescaled: type: number description: '' format: double nullable: true assetAllocNonUsBondPercNet: type: number description: '' format: double nullable: true assetAllocNonUsBondPercShort: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercLong: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercLongRescaled: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercNet: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercShort: type: number description: '' format: double nullable: true assetAllocOtherPercLong: type: number description: '' format: double nullable: true assetAllocOtherPercLongRescaled: type: number description: '' format: double nullable: true assetAllocOtherPercNet: type: number description: '' format: double nullable: true assetAllocOtherPercShort: type: number description: '' format: double nullable: true assetAllocPrefStockPercLongRescaled: type: number description: '' format: double nullable: true assetAllocRescalingFactorLong: type: number description: '' format: double nullable: true assetAllocUsBondPercLong: type: number description: '' format: double nullable: true assetAllocUsBondPercLongRescaled: type: number description: '' format: double nullable: true assetAllocUsBondPercNet: type: number description: '' format: double nullable: true assetAllocUsBondPercShort: type: number description: '' format: double nullable: true assetAllocUsEquityPercLong: type: number description: '' format: double nullable: true assetAllocUsEquityPercLongRescaled: type: number description: '' format: double nullable: true assetAllocUsEquityPercNet: type: number description: '' format: double nullable: true assetAllocUsEquityPercShort: type: number description: '' format: double nullable: true canAssetAllocCanadianEquityPercLong: type: number description: '' format: double nullable: true canAssetAllocCanadianEquityPercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocCanadianEquityPercNet: type: number description: '' format: double nullable: true canAssetAllocCanadianEquityPercShort: type: number description: '' format: double nullable: true canAssetAllocCashPercLong: type: number description: '' format: double nullable: true canAssetAllocCashPercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocCashPercNet: type: number description: '' format: double nullable: true canAssetAllocCashPercShort: type: number description: '' format: double nullable: true canAssetAllocFixedIncomePercLong: type: number description: '' format: double nullable: true canAssetAllocFixedIncomePercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocFixedIncomePercNet: type: number description: '' format: double nullable: true canAssetAllocFixedIncomePercShort: type: number description: '' format: double nullable: true canAssetAllocInternationalEquityPercLong: type: number description: '' format: double nullable: true canAssetAllocInternationalEquityPercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocInternationalEquityPercNet: type: number description: '' format: double nullable: true canAssetAllocInternationalEquityPercShort: type: number description: '' format: double nullable: true canAssetAllocOtherPercLong: type: number description: '' format: double nullable: true canAssetAllocOtherPercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocOtherPercNet: type: number description: '' format: double nullable: true canAssetAllocOtherPercShort: type: number description: '' format: double nullable: true canAssetAllocUSEquityPercLong: type: number description: '' format: double nullable: true canAssetAllocUSEquityPercLongRescaled: type: number description: '' format: double nullable: true canAssetAllocUSEquityPercNet: type: number description: '' format: double nullable: true canAssetAllocUSEquityPercShort: type: number description: '' format: double nullable: true cashAndEquivalentsAllocationTarget: type: number description: '' format: double nullable: true cashAndEquivalentsAllocationTargetMaximum: type: number description: '' format: double nullable: true cashAndEquivalentsAllocationTargetMinimum: type: number description: '' format: double nullable: true cashAus: type: number description: '' format: double nullable: true chinaAPerc: type: number description: '' format: double nullable: true domesticEquityAus: type: number description: '' format: double nullable: true domesticFixedInterestAus: type: number description: '' format: double nullable: true domesticListedPropertyAus: type: number description: '' format: double nullable: true equityAllocationTarget: type: number description: '' format: double nullable: true equityAllocationTargetMaximum: type: number description: '' format: double nullable: true equityAllocationTargetMinimum: type: number description: '' format: double nullable: true fixedIncomeAllocationTarget: type: number description: '' format: double nullable: true fixedIncomeAllocationTargetMaximum: type: number description: '' format: double nullable: true fixedIncomeAllocationTargetMinimum: type: number description: '' format: double nullable: true internationalEquityAus: type: number description: '' format: double nullable: true internationalFixedInterestAus: type: number description: '' format: double nullable: true internationalListedPropertyAus: type: number description: '' format: double nullable: true maximumDrawdownTarget: type: number description: '' format: double nullable: true otherAllocationTarget: type: number description: '' format: double nullable: true otherAllocationTargetMaximum: type: number description: '' format: double nullable: true otherAllocationTargetMinimum: type: number description: '' format: double nullable: true otherAus: type: number description: '' format: double nullable: true underlyingInstrumentBondPercent: type: number description: '' format: double nullable: true underlyingInstrumentCashAndMoneyMarketPercent: type: number description: '' format: double nullable: true underlyingInstrumentClosedEndFundPercent: type: number description: '' format: double nullable: true underlyingInstrumentExchangeTradedProductPercent: type: number description: '' format: double nullable: true underlyingInstrumentInstitutionalInvestmentPercent: type: number description: '' format: double nullable: true underlyingInstrumentMiscellaneousSecuritiesPercent: type: number description: '' format: double nullable: true underlyingInstrumentOpenEndFundPercent: type: number description: '' format: double nullable: true underlyingInstrumentStockPercent: type: number description: '' format: double nullable: true unlistedPropertyAus: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationCommodityPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationEffectiveDate: type: string description: '' nullable: true japanSurveyBasedPrimaryAssetAllocationEmergingBondPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationEmergingEquityPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationJapaneseBondPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationJapaneseCashPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationJapaneseEquityPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationJapaneseReitPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationOthersPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationWorldBondPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationWorldEquityPercent: type: number description: '' format: double nullable: true japanSurveyBasedPrimaryAssetAllocationWorldReitPercent: type: number description: '' format: double nullable: true privateAllocationPercentLong: type: number description: '' format: double nullable: true privateAllocationPercentNet: type: number description: '' format: double nullable: true privateAllocationPercentShort: type: number description: '' format: double nullable: true additionalProperties: false title: OutputAssetAllocationBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. OutputTrailingReturn: type: object properties: trailingReturnAsOfDate: type: string description: The calendar date when the trailing return datapoints are calculated nullable: true dailyMarketReturnIndex: type: number description: The total return calculation representing the value of one share purchased and owned since the stock's IPO indexed to a starting value of $10; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing10YearReturn: type: number description: The total return calculated over a 10 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing15YearReturn: type: number description: The total return calculated over a 15 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing1DayReturn: type: number description: The total return calculated over a 1 day period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing1MonthReturn: type: number description: The total return calculated over a 1 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing1WeekReturn: type: number description: The total return calculated over a 1 week period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing1YearReturn: type: number description: The total return calculated over a 1 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing20YearReturn: type: number description: The total return calculated over a 20 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing2MonthReturn: type: number description: The total return calculated over a 2 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing2YearReturn: type: number description: The total return calculated over a 2 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing3MonthReturn: type: number description: The total return calculated over a 3 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing3YearReturn: type: number description: The total return calculated over a 3 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing4YearReturn: type: number description: The total return calculated over a 4 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing5YearReturn: type: number description: The total return calculated over a 5 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing6MonthReturn: type: number description: The total return calculated over a 6 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing6YearReturn: type: number description: The total return calculated over a 6 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing7YearReturn: type: number description: The total return calculated over a 7 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing8YearReturn: type: number description: The total return calculated over a 8 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing9MonthReturn: type: number description: The total return calculated over a 9 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailing9YearReturn: type: number description: The total return calculated over a 9 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation. format: double nullable: true trailingGrossedUp10YearReturn: type: number description: The total return calculated over a 10 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp15YearReturn: type: number description: The total return calculated over a 15 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp1DayReturn: type: number description: The total return calculated over 1 day period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp1MonthReturn: type: number description: The total return calculated over 1 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp1WeekReturn: type: number description: The total return calculated over a 1 week period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp1YearReturn: type: number description: The total return calculated over a 1 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp20YearReturn: type: number description: The total return calculated over a 20 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp2MonthReturn: type: number description: The total return calculated over 2 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp2YearReturn: type: number description: The total return calculated over a 2 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp3MonthReturn: type: number description: The total return calculated over 3 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp3YearReturn: type: number description: The total return calculated over a 3 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp4YearReturn: type: number description: The total return calculated over a 4 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp5YearReturn: type: number description: The total return calculated over a 5 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp6MonthReturn: type: number description: The total return calculated over 6 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp6YearReturn: type: number description: The total return calculated over a 6 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp7YearReturn: type: number description: The total return calculated over a 7 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp8YearReturn: type: number description: The total return calculated over a 8 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp9MonthReturn: type: number description: The total return calculated over 9 month period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true trailingGrossedUp9YearReturn: type: number description: The total return calculated over a 9 year period; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.This data point is only calculated for AUS and NZL exchanges. format: double nullable: true additionalProperties: false title: OutputTrailingReturn OutputMorningstarRatingHistorical: type: object properties: fiveYearFiveStarRatingPercent: type: number description: '' format: double nullable: true fiveYearFourStarRatingPercent: type: number description: '' format: double nullable: true fiveYearNotStarRatedPercent: type: number description: '' format: double nullable: true fiveYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true fiveYearOneStarRatingPercent: type: number description: '' format: double nullable: true fiveYearThreeStarRatingPercent: type: number description: '' format: double nullable: true fiveYearTwoStarRatingPercent: type: number description: '' format: double nullable: true morningstarRatingOverall: $ref: '#/components/schemas/CodeMappingInt' overallFiveStarRatingPercent: type: number description: '' format: double nullable: true overallFourStarRatingPercent: type: number description: '' format: double nullable: true overallNotStarRatedPercent: type: number description: '' format: double nullable: true overallNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true overallOneStarRatingPercent: type: number description: '' format: double nullable: true overallThreeStarRatingPercent: type: number description: '' format: double nullable: true overallTwoStarRatingPercent: type: number description: '' format: double nullable: true tenYearFiveStarRatingPercent: type: number description: '' format: double nullable: true tenYearFourStarRatingPercent: type: number description: '' format: double nullable: true tenYearNotStarRatedPercent: type: number description: '' format: double nullable: true tenYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true tenYearOneStarRatingPercent: type: number description: '' format: double nullable: true tenYearThreeStarRatingPercent: type: number description: '' format: double nullable: true tenYearTwoStarRatingPercent: type: number description: '' format: double nullable: true threeYearFiveStarRatingPercent: type: number description: '' format: double nullable: true threeYearFourStarRatingPercent: type: number description: '' format: double nullable: true threeYearNotStarRatedPercent: type: number description: '' format: double nullable: true threeYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true threeYearOneStarRatingPercent: type: number description: '' format: double nullable: true threeYearThreeStarRatingPercent: type: number description: '' format: double nullable: true threeYearTwoStarRatingPercent: type: number description: '' format: double nullable: true additionalProperties: false title: OutputMorningstarRatingHistorical description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgCompanyLevel2DataCarbonInvolvement: type: object properties: carbonFossilFuelLevelOfInvolvementId: type: integer description: '' format: int32 nullable: true carbonFossilFuelLevelOfInvolvementRange: $ref: '#/components/schemas/CodeMappingString' carbonSolutionsLevelOfInvolvementId: type: integer description: '' format: int32 nullable: true carbonSolutionsLevelOfInvolvementRange: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEsgCompanyLevel2DataCarbonInvolvement description: All fields are nullable. Empty or `null` value fields are not returned. OutputIncomeStatementCalculations: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true assetDisposalsAdjustment: type: number description: This data point represents net gain or loss due to disposal or sale of assets reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true costOfRevenueAndOperatingExpense: type: number description: This data point represents the cost and expenses associated with a company's operating business. This can be used to measure the funds the company has devoted to generating revenue. This is calculated using Cost of Revenue + Operating Income/Expenses - Income from Grants Received; Operating - Other Income; Operating. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' debtRestructuringAdjustment: type: number description: This data point represents the costs incurred from negotiating with bankers; creditors; vendors; and tax authorities while restructuring the company's debt in order to restore liquidity and continue its operations. This is reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true depreciationAmortizationAndDepletionCalculated: type: number description: This data point represents the calculated variant of depreciation; amortization and depletion. This is calculated by summing up all Depreciation; Amortization and Depletion reported by the company. format: double nullable: true derivativesUnrealizedGainsLosses: type: number description: This data point represents net gain or loss due to changes in the fair value of derivative financial and hedging instruments reported in the income statement or cash flow statement and selected for a company's total unusal items calculation. format: double nullable: true discontinuedOperationsAdjustment: type: number description: This data point represents net income or loss from disposal of discontinued operations reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true disposalOfBusinessesAdjustment: type: number description: This data point represents net gain or loss from disposal or sale of businesses reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true financialAssetsUnrealizedGainsLosses: type: number description: This data point represents net unrealized gain or loss due to changes in the fair value of financial assets reported in the income statement or cash flow statement and selected for a company's total unusal items calculation. format: double nullable: true financialInstrumentsAndInvestmentsGainsLosses: type: number description: This data point represents net gain or loss on disposal or sale of investments; including financial instruments and other investments reported in the income statement or cash flow statement and selected for a company's total unusal items calculation. format: double nullable: true foreignCurrencyExchangeUnrealizedGainsLosses: type: number description: This data point represents net amount of foreign exchange gains and losses due to translation to the functional/reporting currency reported in the income statement or cash flow statement and selected for a company's total unusal items calculation. format: double nullable: true gainLossOnExtinguishmentOfDebtAdjustment: type: number description: This data point represents the gain or loss resulting from the debt issuer recalling the debt before the scheduled maturity date; and/or substantially modifying the existing terms of the debt. This is reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true goodwillImpairmentWriteOffAdjustment: type: number description: This data point represents the goodwill impairment/write-off value reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true grossRevenueForBank: type: number description: Sum of interest and non-interest revenues generated by banking companies. Non-interest revenue includes fees and commissions; net premium earned; investment income; net investment banking income; rental income; gain/loss on sale of assets and other revenue. The data point excludes interest expenses and fees and commission expenses. format: double nullable: true impairmentWriteOffWriteDownOfCapitalAssetsAdjustment: type: number description: This data point represents the loss due to impairment; write-off; or write-down of capital assets (property plant and equipment and intangibles) reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true incomeAfterTaxes: type: number description: This calculation represents the company's after-tax earnings for the period. The calculation differs from Net Income; because it excludes Earnings from Equity Interests. This is calculated using Pretax Income minus Provision for Income Tax. format: double nullable: true interestAndDividendIncome: type: number description: This calculation represents the summation of a company's interest; dividend and investment income. This can be used to measure a company's investing and financing performance. This is calculated using Interest Income + Dividend and Investment Income. format: double nullable: true interestExpenseCalculated: type: number description: This data point represents the calculated variant of interest expense. This is calculated by taking the Reported Interest Expense Net of capitalized interest if available; or Interest Expense net of Interest Income. format: double nullable: true interestRate: type: number description: This data point represents a company's implied cost of debt. This is calculated using interest expense reported in the income statement divided by a company's total debt from its balance sheet. format: double nullable: true irregularIncomeExpenseCalculated: type: number description: This data point represents the calculated variant of irregular income/expense. This is calculated by summing up all Irregular Income/Expense reported by the company. format: double nullable: true litigationIncomeExpenseAdjustment: type: number description: This data point represents the net gain or loss sustained through legal proceedings after settling controversies or disputes in a court of law. This is reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true mergerAndAcquisitionIncomeExpenseAdjustment: type: number description: This data point represents the costs incurred during merger and acquisition transactions reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true netIncomeSelectionCalculated: type: number description: This data point represents the calculated net income attributed to common stockholders. This is calculated by using Net Income from Continuing Operations; minus Non-Controlling/Minority Interests and Preferred/Other Stock Distribution. format: double nullable: true netInterestIncomeExpenseCalculated: type: number description: This data point represents the calculated variant of net Interest income/expense. This is calculated by using the most complete version of either reported Net Interest Income/Expense or Net Interest Income/Expense from supplemental information. format: double nullable: true normalizedPretaxIncome: type: number description: This represents income or loss generated during the accounting period before any federal; state or local taxes; and is adjusted for items that are irregular or unusual in nature; and/or are non-recurring. This is calculated by using Pretax Income plus/minus any tax affected unusual items; and is a measure of a company's profitability. format: double nullable: true otherIrregularIncomeExpensesAdjustment: type: number description: This data point represents income or expenses from any other non-recurring activities reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true realizedInvestmentGains: type: number description: This data point represents the summation of realized investment gains on the company's assets. This is calculated using Gain/Loss on Disposal/Sale of Business + Gain/Loss on Disposal/Sale of Fixed Assets. For banking companies; this also includes Realized Gain/Loss on Sale of Loans and Lease. format: double nullable: true restructuringAndReorganizationExpenseAdjustment: type: number description: This data point represents costs incurred in the event of a restructuring and/or reorganization with the aim to improve the business operations and/or financial situation of the firm; examples include laying off employees; severance pay; closing manufacturing plants; shifting production to a new location; writing-off assets; and more. This is reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true stockBasedCompensation: type: number description: This data point represents costs incurred for granting stock options to compensate employees reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true taxEffectOfUnusualItems: type: number description: This calculation represents the amount of tax charged on unusual items for the purposes of calculating Normalized Earnings. This is calculated using Total Unusual Items Excluding Goodwill multiplied by the Tax Rate. format: double nullable: true taxRateCalculated: type: number description: This data point represents the calculated variant of tax rate. This is calculated by taking either the Reported Effective Tax Rate or using Provision for Income Tax divided by Pretax Income or the Statutory Tax Rate for the company. format: double nullable: true totalUnusualItems: type: number description: This calculation represents the amount of all the irregular and non-recurring items reported by the company. This can be used to measure the company's profitability from normal; on going operations. This is calculated by summing all of the irregular and non-recurring items. format: double nullable: true totalUnusualItemsAfterTax: type: number description: This data point represents the subtotal of irregular and non-recurring items (after-tax) based on CPMS (Computerized Portfolio Management Services) methodology standards. format: double nullable: true totalUnusualItemsBeforeTax: type: number description: This data point represents the subtotal of irregular and non-recurring items (before-tax) based on CPMS (Computerized Portfolio Management Services) methodology standards. format: double nullable: true totalUnusualItemsExcludingGoodwill: type: number description: This calculation represents the amount of all the irregular and non-recurring items reported by the company except for Goodwill Impairments and Write Offs. This can be used to measure the company's profitability from normal; on going operations. This is calculated by summing all of the irregular and non-recurring items minus Goodwill Impairments and Write Offs. format: double nullable: true writeOffWriteDownOfOtherAssetsAdjustment: type: number description: This data point represents the loss due to write-off/ write-down of other assets reported in the income statement or cash flow statement and selected for a company's irregular income/expenses and total unusal items calculation. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputIncomeStatementCalculations ResponseEsgCompanyLevel2DataSfdrPaiCorporateVoluntary: type: object properties: esgCompanyLevel2DataSfdrPAICorporateVoluntary: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataSfdrPAICorporateVoluntary' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationPriceYields: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true bookValueYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true bookValueYieldValue: type: number description: 'The aggregagated value of Book Value Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Book Value Yield: This ratio represents the value of a company''s common equity book value per share relative to its stock price. This can be used to determine the fair value of a stock. This is calculated using Common Equity Book Value Per Share divided by Stock Price.' format: double nullable: true buybackYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true buybackYieldValue: type: number description: 'The aggregated value of Buyback Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Buyback Yield: This ratio represents the value of common stock a company has repurchased relative to its market cap. This ratio can be used as a sign that the company believes its stock is undervalued and also as a method of payingout to shareholders. This is calculated by using Issuance of/Payments for Common Stock divided by Market Cap' format: double nullable: true cashFlowYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowYieldValue: type: number description: 'The aggregated value of Cash Flow Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow Yield: This ratio represents the value of a company''s cash flow from operating activities relative to its stock price. This can be used to determine the fair value of the stock price especially when the company has large non-cash charges. This is calculated using Cash Flow from Operating Activities (TTM) / Stock Price.' format: double nullable: true earningsYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true earningsYieldValue: type: number description: 'The aggregated value of Earnings Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Earnings Yield: This ratio represents the value of a stock''s EPS relative to its price. This can be used to measure the earnings produced by each dollar invested in the stock. This is calculated using Earnings Per Share (TTM) divided by Stock Price.' format: double nullable: true forwardEarningsYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true forwardEarningsYieldValue: type: number description: 'The aggregated value of Forward Earnings Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Forward Earnings Yield: This ratio represents the value of a company''s estimated EPS relative to its stock price. This can be used to measure the future earnings expected to be produced by each dollar invested in the stock. This is calculated using Consensus Estimated EPS divided by Stock Price.' format: double nullable: true freeCashFlowYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true freeCashFlowYieldValue: type: number description: 'The aggregated value of FCF Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. FCF Yield: This ratio represents the value of a company''s free cash flow per share relative to its stock price. This can be used to measure the return (free cash flow) on each share of the company. This is calculated using Free Cash Flow Per Share (TTM) divided by Stock Price.' format: double nullable: true normalizedEarningsYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEarningsYieldValue: type: number description: 'The aggregated value of Normalized Earnings Yield ; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Earnings Yield : This ratio represents the value of a company''s normalized earnings per share relative to its stock price. This can be used to determine the fair value of stock. This is calcualted using Normalized Bssic EPS divided by Stock Price.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true salesYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true salesYieldValue: type: number description: 'The aggregated value of Sales Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Sales Yield: This ratio represents the value of a company''s total revenue per share relative to its stock price. This can be used to measure the fair value of the stock price. This is calculated using Total Revenue (TTM) per share divided by Stock Price.' format: double nullable: true totalYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true totalYieldValue: type: number description: 'The aggregated value of Total Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Total Yield: This calculation represents the summation of trailing dividend and buyback yield. This can be used to measure the rate of return on the company''s stock. This is calculated using Trailing Dividend Yield + Buyback Yield.' format: double nullable: true additionalProperties: false title: OutputAggregationPriceYields ResponseHfrHedgeFund: type: object properties: hfrHedgeFund: $ref: '#/components/schemas/OutputHfrHedgeFund' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEuFundLevelSfdrAttributesLevel1: type: object properties: euFundLevelSfdrAttributesLevel1: $ref: '#/components/schemas/OutputEuFundLevelSfdrAttributesLevel1' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyAddress: type: object properties: addressLine1: type: string description: Indicates detailed address (line 1) of the company's headquarter or registered office nullable: true addressLine2: type: string description: Indicates detailed address (line 2) of the company's headquarter or registered office nullable: true addressLine3: type: string description: Indicates detailed address (line 3) of the company's headquarter or registered office nullable: true addressLine4: type: string description: Indicates detailed address (line 4) of the company's headquarter or registered office nullable: true addressType: $ref: '#/components/schemas/CodeMappingString' city: type: string description: Indicates city of the company's headquarter or registered office nullable: true countryCode: $ref: '#/components/schemas/CodeMappingString' languageCode: $ref: '#/components/schemas/CodeMappingString' phone: type: string description: Indicates phone number of the company's headquarter or registered office nullable: true postalCode: type: string description: Indicates postal code of the company's headquarter or registered office nullable: true stateProvince: type: string description: Indicates state and/or province of the company's headquarter or registered office nullable: true additionalProperties: false title: OutputCompanyAddress OutputLegalNameChangeLog: type: object properties: effectiveDate: type: string description: The starting date that an associated data point value is applicable to. nullable: true changeFrom: type: string description: Company Legal Name before the change. nullable: true changeTo: type: string description: Compay Legal Name after the change. nullable: true additionalProperties: false title: OutputLegalNameChangeLog InputViewParametersQuantitativeEquityRatingAnalysis: title: InputViewParametersQuantitativeEquityRatingAnalysis type: object required: - quantitativeSmartTextType properties: quantitativeSmartTextType: type: string description: Quantitative Smart Text type enum: - Moat - Valuation OutputInvestmentAccessPointMenuAnalysis: type: object properties: effectiveDate: type: string description: '' nullable: true areLifecycleOptionsAvailable: type: string description: '' nullable: true areReadyMadePortfoliosAvailable: type: string description: '' nullable: true cashAccountMinimumBalance: type: string description: '' nullable: true cashOrTermDepositMinimumTradeSize: type: string description: '' nullable: true currencyMinimumTradeSize: type: string description: '' nullable: true derivativesMinimumTradeSize: type: string description: '' nullable: true exchangeTradedMinimumTradeSize: type: string description: '' nullable: true fixedInterestMinimumTradeSize: type: string description: '' nullable: true hasAccessToAsx200OrSimilarOptions: type: string description: '' nullable: true hasAccessToLicenseeModelPortfolios: type: string description: '' nullable: true isCashSweepFacilityAvailable: type: string description: '' nullable: true isMarginLendingFacilityAvailable: type: string description: '' nullable: true managedFundsMinimumTradeSize: type: string description: '' nullable: true numberOfInvestmentOptionsAllowed: type: integer description: '' format: int32 nullable: true platformId: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointMenuAnalysis description: All fields are nullable. Empty or `null` value fields are not returned. ResponseEsgCompanyLevel2DataImpactMetricsSdgsAndThemes: type: object properties: esgCompanyLevel2DataImpactMetricsSDGsAndThemes: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataImpactMetricsSDGsAndThemes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPrivateCapitalFunds: type: object properties: committedCapitalUsdMil: type: number description: '' format: double nullable: true preferredPitchbookInvestmentTypesList: $ref: '#/components/schemas/CodeMappingString' pitchbookFundCategory: $ref: '#/components/schemas/CodeMappingString' proxyReturnsBasisIndexId: type: string description: '' nullable: true preferredPitchbookIndustries: $ref: '#/components/schemas/CodeMappingString' dryPowderPerc: type: number description: '' format: double nullable: true netAssetValueUsdMil: type: number description: '' format: double nullable: true investors: type: string description: '' nullable: true preferredGeographiesList: $ref: '#/components/schemas/CodeMappingString' timeTakenToCloseFund: type: string description: '' nullable: true committedCapitalTargetLowUsdMil: type: number description: '' format: double nullable: true fundStateOrProvince: type: string description: '' nullable: true isFirstFund: $ref: '#/components/schemas/CodeMappingBoolean' fundCity: type: string description: '' nullable: true distributedToPaidIn: type: number description: '' format: double nullable: true isSbicFund: $ref: '#/components/schemas/CodeMappingBoolean' committedCapitalTargetHighUsdMil: type: number description: '' format: double nullable: true totalValuePaidIn: type: number description: '' format: double nullable: true proxyReturnsBasisIndexName: type: string description: '' nullable: true preferredPitchbookIndustrySectors: $ref: '#/components/schemas/CodeMappingString' fundCountry: $ref: '#/components/schemas/CodeMappingString' pitchbookFundType: $ref: '#/components/schemas/CodeMappingString' vintageYear: type: integer description: '' format: int64 nullable: true committedCapitalTargetRangeUsdMil: type: string description: '' nullable: true preferredPitchbookIndustryGroups: $ref: '#/components/schemas/CodeMappingString' totalCalledInUsdMil: type: number description: '' format: double nullable: true openDate: type: string description: '' nullable: true preferredPitchbookVerticals: $ref: '#/components/schemas/CodeMappingString' additionalNotes: $ref: '#/components/schemas/CodeMappingString' closeDate: type: string description: '' nullable: true dryPowderUsdMil: type: number description: '' format: double nullable: true capitalReturnSources: $ref: '#/components/schemas/CodeMappingString' allFundDomiciles: $ref: '#/components/schemas/CodeMappingString' distributedValueUsdMil: type: number description: '' format: double nullable: true pitchbookFundStatus: $ref: '#/components/schemas/CodeMappingString' remainingValuePaidIn: type: number description: '' format: double nullable: true internalRateOfReturn: type: number description: '' format: double nullable: true committedCapitalSizeGroupUsd: $ref: '#/components/schemas/CodeMappingString' gainSinceInceptionUsdMil: type: number description: '' format: double nullable: true accessPoint: $ref: '#/components/schemas/CodeMappingString' proxyReturnsAvailable: $ref: '#/components/schemas/CodeMappingBoolean' pbid: type: string description: '' nullable: true distributedAndNetAssetValueUsdMil: type: number description: '' format: double nullable: true calledDownPerc: type: number description: '' format: double nullable: true capitalReturnDate: type: string description: '' nullable: true additionalProperties: false title: OutputPrivateCapitalFunds description: All fields are nullable. Empty or `null` value fields are not returned. ResponseMarketCapitalBreakdown: type: object properties: marketCapitalBreakdown: $ref: '#/components/schemas/OutputMarketCapitalBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseUbsSeparateAccounts: type: object properties: ubsSeparateAccounts: $ref: '#/components/schemas/OutputUbsSeparateAccounts' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseReturnIndex: type: object properties: returnIndex: $ref: '#/components/schemas/OutputReturnIndex' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputShortInterest: type: object properties: settlementDate: type: string description: Date when the short interest data becomes effective. It is the date specified for delivery of securities between securities firms. This date marks the official date for change of ownership and is used for accounting for long or short positions. nullable: true averageDailyVolume: type: integer description: The number of shares of stock traded each day; averaged over a 1 month period through the settlement date. format: int64 nullable: true daysToCover: type: number description: Calculated as the aggregate short interest for the month divided by the average daily share volume traded between short interest settlement dates. Also known as 'Short Interest Ratio'. Days To Cover = Short Interest / Average Daily Volume format: double nullable: true daysToCoverPercentageChanged: type: number description: Calculated as the aggregate short interest for the month divided by the average daily share volume traded between short interest settlement dates. Also known as Short Interest Ratio. Days To Cover = Short Interest / Average Daily Volume format: double nullable: true percentageChanged: type: number description: The percentage that the Short Interest shares have changed compared to the previous period. Percentage Changed = [(Current Short Interest / Previous Short Interest) - 1] * 100 format: double nullable: true percentageOfFloat: type: number description: Percentage of Short Interest shares to Float shares outstanding. Percentage of Float % = Short Interest / Float Shares * 100 format: double nullable: true percentageOfSharesOutstanding: type: number description: Percentage of Short Interest shares to total shares outstanding. Percentage of Shares Outstanding % = Short Interest / Total Shares Outstanding * 100 format: double nullable: true shortInterestValue: type: integer description: The total number of shares of a security that have been sold short by customers and securities firms that have not been repurchased to settle outstanding short positions in the market; the net short positions outstanding in the stock as of the settlement date. format: int64 nullable: true additionalProperties: false title: OutputShortInterest ResponseFundVotes: type: object properties: fundVotes: $ref: '#/components/schemas/OutputFundVotes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationTrailingReturn: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true dailyMarketReturnIndexNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true dailyMarketReturnIndexValue: type: number description: 'The aggregated value of Daily Market Return Index; is derived using all eligible companies who are constituents in the specified Morningstar Index. Daily Market Return Index: The total return calculation representing the value of one share purchased and owned since the stock''s IPO indexed to a starting value of $10; Total return accounts for dividends; splits and spin-off values that occur during the period of calculation.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true additionalProperties: false title: OutputAggregationTrailingReturn OutputUsSeparateAccountQualitativeData: type: object properties: businessObjectivesAndStrategy: $ref: '#/components/schemas/CodeMappingString' errorsInsured: $ref: '#/components/schemas/CodeMappingString' feeAndPurchaseInformation: $ref: '#/components/schemas/CodeMappingString' fiduciaryLiabilityInsured: $ref: '#/components/schemas/CodeMappingString' firmDescription: $ref: '#/components/schemas/CodeMappingString' firmHistory: $ref: '#/components/schemas/CodeMappingString' frenchPerformanceDisclosure: type: string description: '' nullable: true gipsCompliance: $ref: '#/components/schemas/CodeMappingString' gipsComplianceEffectiveDate: type: string description: '' nullable: true gipsRetroactiveComplianceGuidelines: $ref: '#/components/schemas/CodeMappingString' gipsThirdPartyVerificationFirm: type: string description: '' nullable: true organizationAndOwnership: $ref: '#/components/schemas/CodeMappingString' performanceDisclosure: $ref: '#/components/schemas/CodeMappingString' portfolioConstruction: $ref: '#/components/schemas/CodeMappingString' servicesOffered: $ref: '#/components/schemas/CodeMappingString' softDollarPolicy: $ref: '#/components/schemas/CodeMappingString' tradingPolicyEffectiveness: $ref: '#/components/schemas/CodeMappingString' numberOfVehicleAccounts: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputUsSeparateAccountQualitativeData description: All fields are nullable. Empty or `null` value fields are not returned. OutputTotalSharesOutstandingRawTreasury: type: object properties: totalSharesOutstandingDate: type: string description: '' nullable: true documentFormType: type: string description: '' nullable: true preSplitTreasuryShares: type: string description: '' nullable: true treasurySharesAsReported: type: string description: '' nullable: true shareType: type: string description: '' nullable: true additionalProperties: false title: OutputTotalSharesOutstandingRawTreasury CodeMappingInt: type: object properties: value: type: string nullable: true code: type: integer format: int32 nullable: true additionalProperties: false title: CodeMappingInt OutputEsgFundLevelEuropeanEsgTemplate: type: object properties: eetManufacturerPrincipleForResponsibleInvestmentPerc: type: number description: '' format: double nullable: true eetEuTaxonomyObjectiveClimateChangeMitigationPerc: type: number description: '' format: double nullable: true eetEuTaxonomyClimateChangeAdaptationPerc: type: number description: '' format: double nullable: true eetEuTaxonomySustainableUseAndProtectionOfWaterAndMarineResourcesPerc: type: number description: '' format: double nullable: true eetEuTaxonomyTransitionToACircularEconomyPerc: type: number description: '' format: double nullable: true eetEuTaxonomyPollutionPreventionAndControlPerc: type: number description: '' format: double nullable: true eetEuTaxonomyProtectionAndRestorationOfBiodiversityAndEcosystemsPerc: type: number description: '' format: double nullable: true eetSustainabilityRiskRelevance: $ref: '#/components/schemas/CodeMappingString' eetTotalFundNavOrNotionalValue: type: number description: '' format: double nullable: true eetUseOfProceedsAssetPooling: $ref: '#/components/schemas/CodeMappingString' eetUseOfDerivativeExposureInTaxonomyAndSfdrAlignment: $ref: '#/components/schemas/CodeMappingString' eetStructuredProductFundingRelatedEuSfdrMinimumOrPlannedInvestmentsSustainableInvestments: type: number description: '' format: double nullable: true eetStructuredProductDerivateExposureRelatedEuSfdrMinimumOrPlannedInvestmentsSustainableInvestments: type: number description: '' format: double nullable: true eetStructuredProductFundingRelatedEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsTaxonomyAligned: type: number description: '' format: double nullable: true eetStructuredProductDerivateExposureRelatedEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsTaxonomyAligned: type: number description: '' format: double nullable: true eetTemplateVersion: type: string description: '' nullable: true eetProducerName: type: string description: '' nullable: true eetProducerLegalEntityIdentifier: type: string description: '' nullable: true eetProducerEmail: type: string description: '' nullable: true eetListOfInvestedCountries: type: string description: '' nullable: true eetPaiSnapshotFrequency: $ref: '#/components/schemas/CodeMappingString' eetFileGenerationDateAndTime: type: string description: '' nullable: true eetDataReportingSfdrPreContractual: $ref: '#/components/schemas/CodeMappingString' eetDataReportingSfdrPeriodic: $ref: '#/components/schemas/CodeMappingString' eetDataReportingSfdrEntityLevel: $ref: '#/components/schemas/CodeMappingString' eetDataReportingMifid: $ref: '#/components/schemas/CodeMappingString' eetDataReportingInsuranceDistributionDirective: $ref: '#/components/schemas/CodeMappingString' eetManufacturerName: type: string description: '' nullable: true eetManufacturerCode: type: string description: '' nullable: true eetGeneralReferenceDate: type: string description: '' nullable: true eetFinancialInstrumentName: type: string description: '' nullable: true eetFinancialInstrumentCurrency: type: string description: '' nullable: true eetSfdrProductType: $ref: '#/components/schemas/CodeMappingInt' eetMinimumPercentageSustainableFinanceDisclosureRegulationArt8Funds: type: number description: '' format: double nullable: true eetMinimumPercentageSustainableFinanceDisclosureRegulationArt9Funds: type: number description: '' format: double nullable: true eetPrincipleAdverseImpactConsideration: $ref: '#/components/schemas/CodeMappingString' eetLanguages: type: string description: '' nullable: true eetLinkToPreContractualDisclosures: type: string description: '' nullable: true eetProductionDatePreContractualDisclosures: type: string description: '' nullable: true eetLinkToPeriodicDisclosures: type: string description: '' nullable: true eetFinancialInstrumentEndDateOfReportingPeriodForPeriodicDisclosureForFinancialProducts: type: string description: '' nullable: true eetClientSustainabilityPreferencesConsidered: $ref: '#/components/schemas/CodeMappingString' eetNegativeScreeningStrategy: type: string description: '' nullable: true eetLinkToTheExclusionPolicy: type: string description: '' nullable: true eetPornographyAdultEntertainmentServicesExclusion: $ref: '#/components/schemas/CodeMappingString' eetPornographyAdultEntertainmentServicesExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetPornographyAdultEntertainmentServicesExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetPornographyAdultEntertainmentServicesPartOfValueChain: type: string description: '' nullable: true eetAlcoholExclusion: $ref: '#/components/schemas/CodeMappingString' eetAlcoholExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetAlcoholExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetAlcoholExclusionPartOfValueChain: type: string description: '' nullable: true eetAnimalTestingExclusion: $ref: '#/components/schemas/CodeMappingString' eetAnimalTestingExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetAnimalTestingExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetAnimalTestingExclusionPartOfValueChain: type: string description: '' nullable: true eetCannabisExclusion: $ref: '#/components/schemas/CodeMappingString' eetCannabisExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetCannabisExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetCannabisExclusionPartOfValueChain: $ref: '#/components/schemas/CodeMappingString' eetConventionalWeaponsExclusion: $ref: '#/components/schemas/CodeMappingString' eetConventionalWeaponsExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetConventionalWeaponsExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetConventionalWeaponsExclusionPartOfValueChain: type: string description: '' nullable: true eetCoalExclusion: $ref: '#/components/schemas/CodeMappingString' eetCoalExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetCoalRelativeThreshold: type: number description: '' format: double nullable: true eetCoalPartOfValueChain: type: string description: '' nullable: true eetCoalEnergyMixAbsoluteCap: type: number description: '' format: double nullable: true eetCoalEnergyMixRelativeCap: type: number description: '' format: double nullable: true eetCoalNewInfrastructure: $ref: '#/components/schemas/CodeMappingString' eetFactoryFarmingExclusion: $ref: '#/components/schemas/CodeMappingString' eetFactoryFarmingExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetFactoryFarmingExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetFactoryFarmingExclusionPartOfValueChain: type: string description: '' nullable: true eetFurExclusion: $ref: '#/components/schemas/CodeMappingString' eetFurExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetFurExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetFurExclusionPartOfValueChain: type: string description: '' nullable: true eetGamblingExclusion: $ref: '#/components/schemas/CodeMappingString' eetGamblingExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetGamblingExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetGamblingExclusionExclusionPartOfValueChain: type: string description: '' nullable: true eetGasExclusion: $ref: '#/components/schemas/CodeMappingString' eetGasExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetGasRelativeThreshold: type: number description: '' format: double nullable: true eetGasPartOfValueChain: type: string description: '' nullable: true eetGasEnergyMixAbsoluteCap: type: number description: '' format: double nullable: true eetGasEnergyMixRelativeCap: type: number description: '' format: double nullable: true eetGasNewInfrastructure: $ref: '#/components/schemas/CodeMappingString' eetGeneticEngineeringExclusion: $ref: '#/components/schemas/CodeMappingString' eetGeneticEngineeringExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetGeneticEngineeringExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetGeneticEngineeringExclusionPartOfValueChain: type: string description: '' nullable: true eetGeneticallyModifiedOrganismsExclusion: $ref: '#/components/schemas/CodeMappingString' eetGeneticallyModifiedOrganismExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetGeneticallyModifiedOrganismExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetGeneticallyModifiedOrganismExclusionPartOfValueChain: type: string description: '' nullable: true eetNuclearEnergyExclusion: $ref: '#/components/schemas/CodeMappingString' eetNuclearEnergyExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetNuclearEnergyExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetNuclearWeaponsExclusion: $ref: '#/components/schemas/CodeMappingString' eetNuclearWeaponsExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetNuclearWeaponsExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetNuclearWeaponsExclusionPartOfValueChain: type: string description: '' nullable: true eetOilExclusion: $ref: '#/components/schemas/CodeMappingString' eetOilExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetOilRelativeThreshold: type: number description: '' format: double nullable: true eetOilPartOfValueChain: type: string description: '' nullable: true eetOilEnergyMixAbsoluteCap: type: number description: '' format: double nullable: true eetOilEnergyMixRelativeCap: type: number description: '' format: double nullable: true eetOilNewInfrastructure: $ref: '#/components/schemas/CodeMappingString' eetOtherFossilFuelExclusion: $ref: '#/components/schemas/CodeMappingString' eetOtherFossilFuelExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetOtherFossilFuelRelativeThreshold: type: number description: '' format: double nullable: true eetOtherFossilFuelPartOfValueChain: type: string description: '' nullable: true eetOtherFossilFuelEnergyMixAbsoluteCap: type: number description: '' format: double nullable: true eetOtherFossilFuelEnergyMixRelativeCap: type: number description: '' format: double nullable: true eetOtherFossilFuelNewInfrastructure: $ref: '#/components/schemas/CodeMappingString' eetPalmOilExclusion: $ref: '#/components/schemas/CodeMappingString' eetPalmOilExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetPalmOilExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetPalmOilExclusionPartOfValueChain: type: string description: '' nullable: true eetPesticidesExclusion: $ref: '#/components/schemas/CodeMappingString' eetPesticidesExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetPesticidesExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetPesticidesExclusionPartOfValueChain: type: string description: '' nullable: true eetResearchOnHumanEmbryosExclusion: $ref: '#/components/schemas/CodeMappingString' eetResearchOnHumanEmbryosExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetResearchOnHumanEmbryosExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetResearchOnHumanEmbryosExclusionPartOfValueChain: type: string description: '' nullable: true eetTobaccoExclusion: $ref: '#/components/schemas/CodeMappingString' eetTobaccoExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetTobaccoExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetTobaccoExclusionPartOfValueChain: type: string description: '' nullable: true eetUnconventionalWeaponsExclusion: $ref: '#/components/schemas/CodeMappingString' eetUnconventionalWeaponsExclusionThresholdType: $ref: '#/components/schemas/CodeMappingString' eetUnconventionalWeaponsExclusionRelativeThreshold: type: number description: '' format: double nullable: true eetUnconventionalWeaponsExclusionPartOfValueChain: type: string description: '' nullable: true eetUngcExclusion: $ref: '#/components/schemas/CodeMappingString' eetOecdGuidelinesExclusion: $ref: '#/components/schemas/CodeMappingString' eetInternationalLabourOrganizationExclusion: $ref: '#/components/schemas/CodeMappingString' eetNuclearWeaponsExclusionSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetNonProliferationTreatyOfNuclearWeaponsSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetQualitativeExclusionOfCountriesSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetCorruptionExclusionSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetDeathSentenceExclusionSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetWarExclusionSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetNonRatificationOfParisAgreementExclusionSovereignHoldings: $ref: '#/components/schemas/CodeMappingString' eetEsgEnergyConsumptionMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgGreenhouseGasEmissionMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgWaterConsumptionMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgWasteFinancialInstrumentMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgEnvironmentalHealthMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgSupplierMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgSafetyMonitoring: $ref: '#/components/schemas/CodeMappingString' eetEsgBiodiversityMonitoring: $ref: '#/components/schemas/CodeMappingString' eetAmfDoctrineApproach: $ref: '#/components/schemas/CodeMappingString' eetEnvironmentalTopicsOrConsideredIndicatorsForFrenchMifidMarket: type: string description: '' nullable: true eetSocialTopicOrConsideredIndicatorsForFrenchMifidMarket: type: string description: '' nullable: true eetGovernanceTopicOrConsideredIndicatorsForFrenchMifidMarket: type: string description: '' nullable: true eetSustainableIndicatorsForGermanMifidMarket: $ref: '#/components/schemas/CodeMappingString' eetManufacturerCodeType: $ref: '#/components/schemas/CodeMappingString' eetManufacturerEmail: type: string description: '' nullable: true eetManufacturerPrincipleForResponsibleInvestmentOrPrinciplesForResponsibleBankingSignatory: $ref: '#/components/schemas/CodeMappingString' eetManufacturerPrincipleForResponsibleInvestmentNotation: type: string description: '' nullable: true eetManufacturerPrincipleForResponsibleInvestmentOrPrinciplesForResponsibleBankingCompliant: $ref: '#/components/schemas/CodeMappingString' eetManufacturerPrincipleForResponsibleInvestmentOrPrinciplesForResponsibleBankingLike: $ref: '#/components/schemas/CodeMappingString' eetManufacturerOtherCommitments: type: string description: '' nullable: true eetManufacturerStewardshipCodeSignatory: type: string description: '' nullable: true eetManufacturerWebsiteInformationStewardshipAndEngagement: type: string description: '' nullable: true eetSfdrProductTypeLike: $ref: '#/components/schemas/CodeMappingInt' eetEsgLabelOrStandard: type: string description: '' nullable: true eetMainEsgFocus: $ref: '#/components/schemas/CodeMappingString' eetLinkToSfdrSWebsiteProductDisclosures: type: string description: '' nullable: true eetSustainableInvestmentsArticle8: $ref: '#/components/schemas/CodeMappingString' eetMinimalProportionOfSustainableInvestmentsArticle8: type: number description: '' format: double nullable: true eetSustainableInvestmentEuTaxonomyArticle8: $ref: '#/components/schemas/CodeMappingString' eetSustainableInvestmentEnvironmentalNotEuTaxonomyArticle8: $ref: '#/components/schemas/CodeMappingString' eetSustainableInvestmentSocialObjectiveArticle8: $ref: '#/components/schemas/CodeMappingString' eetMinimumSustainableInvestmentWithEnvironmentalObjectiveArticle9: type: number description: '' format: double nullable: true eetEnvironmentallySustainableInvestmentEuTaxonomyArticle9: $ref: '#/components/schemas/CodeMappingString' eetEnvironmentallySustainableInvestmentNotEuTaxonomyArticle9: $ref: '#/components/schemas/CodeMappingString' eetMinimumSustainableInvestmentSocialObjectiveArticle9: type: number description: '' format: double nullable: true eetEsgExistingThematicCharacteristics: $ref: '#/components/schemas/CodeMappingString' eetEnvironmentalThematicCharacteristics: type: string description: '' nullable: true eetSocialThematicCharacteristics: type: string description: '' nullable: true eetGovernanceThematicCharacteristics: type: string description: '' nullable: true eetAlignmentWithSustainableDevelopmentGoals: type: string description: '' nullable: true eetWeightOfEligibleIssuers: type: number description: '' format: double nullable: true eetNumberOfEligibleIssuers: type: integer description: '' format: int32 nullable: true eetWeightOfEsgCoveredIssuers: type: number description: '' format: double nullable: true eetNumberOfEsgCoveredIssuers: type: integer description: '' format: int32 nullable: true eetWeightOfEngagedIssuers: type: number description: '' format: double nullable: true eetNumberOfEngagedIssuers: type: integer description: '' format: int32 nullable: true eetReferenceEsgBenchmark: $ref: '#/components/schemas/CodeMappingString' eetBenchmarkName: type: string description: '' nullable: true eetMinimumOrPlannedAssetAllocationDate: type: string description: '' nullable: true eetEuSfdrMinimumOrPlannedInvestmentsWithEnvironmentalOrSocialCharacteristics: type: number description: '' format: double nullable: true eetEuSfdrMethodologyForSustainableInvestmentsCalculation: $ref: '#/components/schemas/CodeMappingString' eetEuSfdrMinimumOrPlannedInvestmentsSustainableInvestments: type: number description: '' format: double nullable: true eetEuSfdrMinimumOrPlannedOtherInvestmentsWithEnvironmentalOrSocialCharacteristics: type: number description: '' format: double nullable: true eetEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsEnvironmental: type: number description: '' format: double nullable: true eetEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsOtherEnvironmental: type: number description: '' format: double nullable: true eetEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsSocial: type: number description: '' format: double nullable: true eetLastReportedAssetAllocationDate: type: string description: '' nullable: true eetEuSfdrLastReportedInvestmentsWithEnvironmentalOrSocialCharacteristics: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsNotSustainableOther: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsAreSustainableInvestments: type: number description: '' format: double nullable: true eetEuSfdrLastReportedOtherInvestmentsWithEnvironmentalOrSocialCharacteristics: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsAreSustainableInvestmentsEnvironmental: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsAreSustainableInvestmentsOtherEnvironmental: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsAreSustainableInvestmentsSocial: type: number description: '' format: double nullable: true eetCarbonEmissionsReductionObjective: $ref: '#/components/schemas/CodeMappingString' eetParisAgreementAlignment: $ref: '#/components/schemas/CodeMappingString' eetEuSfdrMinimumOrPlannedInvestmentsSustainableInvestmentsTaxonomyAligned: type: number description: '' format: double nullable: true eetEuSfdrLastReportedInvestmentsAreSustainableInvestmentsTaxonomyAligned: type: number description: '' format: double nullable: true eetMinimumPercentageInvestmentsAlignedEuTaxonomyIncludingSovereignBonds: type: number description: '' format: double nullable: true eetMinimumPercentageInvestmentsAlignedEuTaxonomyExcludingSovereignBonds: type: number description: '' format: double nullable: true eetThirdPartyReview: $ref: '#/components/schemas/CodeMappingString' eetEuTaxonomyAlignmentMethodologyUsed: $ref: '#/components/schemas/CodeMappingString' eetMinimumShareOfTransitionalActivities: type: number description: '' format: double nullable: true eetMinimumShareOfEnablingActivities: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedIncludeSovereignRevenue: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedIncludeSovereignCapitalExpenditure: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedIncludeSovereignOperationalExpenditure: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedExcludeSovereignRevenue: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedExcludeSovereignCapitalExpenditure: type: number description: '' format: double nullable: true eetPercentageOfTaxonomyAlignedExcludeSovereignOperationalExpenditure: type: number description: '' format: double nullable: true eetClimateChangeMitigation: $ref: '#/components/schemas/CodeMappingString' eetClimateChangeAdaptation: $ref: '#/components/schemas/CodeMappingString' eetSustainableUseAndProtectionOfWaterAndMarineResources: $ref: '#/components/schemas/CodeMappingString' eetTransitionToACircularEconomy: $ref: '#/components/schemas/CodeMappingString' eetPollutionPreventionAndControl: $ref: '#/components/schemas/CodeMappingString' eetProtectionAndRestorationOfBiodiversityAndEcosystems: $ref: '#/components/schemas/CodeMappingString' eetActualShareOfTransitionalActivities: type: number description: '' format: double nullable: true eetActualShareOfEnablingActivities: type: number description: '' format: double nullable: true eetPaiValidFrom: type: string description: '' nullable: true eetPaiReferenceDate: type: string description: '' nullable: true eetGreenhouseGasEmissionsScope1Value: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope1Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsScope1Coverage: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope1EligibleAssets: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope2Value: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope2Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsScope2Coverage: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope2EligibleAssets: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope3Value: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope3Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsScope3Coverage: type: number description: '' format: double nullable: true eetGreenhouseGasEmissionsScope3EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsTotalScope1And2Coverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2And3Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2And3Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsTotalScope1And2And3Coverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsTotalScope1And2And3EligibleAssets: type: string description: '' nullable: true eetCarbonFootprintScope1And2Value: type: string description: '' nullable: true eetCarbonFootprintScope1And2Considered: $ref: '#/components/schemas/CodeMappingString' eetCarbonFootprintScope1And2Coverage: type: string description: '' nullable: true eetCarbonFootprintScope1And2EligibleAssets: type: string description: '' nullable: true eetCarbonFootprintScope1And2And3Value: type: string description: '' nullable: true eetCarbonFootprintScope1And2And3Considered: $ref: '#/components/schemas/CodeMappingString' eetCarbonFootprintScope1And2And3Coverage: type: string description: '' nullable: true eetCarbonFootprintScope1And2And3EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2Value: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasIntensityScope1And2Coverage: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2And3Value: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2And3Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasIntensityScope1And2And3Coverage: type: string description: '' nullable: true eetGreenhouseGasIntensityScope1And2And3EligibleAssets: type: string description: '' nullable: true eetExposureToFossilFuelSectorValue: type: string description: '' nullable: true eetExposureToFossilFuelSectorConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToFossilFuelSectorCoverage: type: string description: '' nullable: true eetExposureToFossilFuelSectorEligibleAssets: type: string description: '' nullable: true eetNonRenewableEnergyConsumptionValue: type: string description: '' nullable: true eetNonRenewableEnergyConsumptionConsidered: $ref: '#/components/schemas/CodeMappingString' eetNonRenewableEnergyConsumptionCoverage: type: string description: '' nullable: true eetNonRenewableEnergyConsumptionEligibleAssets: type: string description: '' nullable: true eetNonRenewableEnergyProductionValue: type: string description: '' nullable: true eetNonRenewableEnergyProductionConsidered: $ref: '#/components/schemas/CodeMappingString' eetNonRenewableEnergyProductionCoverage: type: string description: '' nullable: true eetNonRenewableEnergyProductionEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceAValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceAConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceACoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceAEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceBValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceBConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceBCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceBEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceCValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceCConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceCCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceCEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceDValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceDConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceDCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceDEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceEValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceEConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceECoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceEEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceFValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceFConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceFCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceFEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceGValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceGConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceGCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceGEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceHValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceHConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceHCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceHEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceLValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceLConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityNaceLCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityNaceLEligibleAssets: type: string description: '' nullable: true eetNegativeEffectOnBiodiversityValue: type: string description: '' nullable: true eetNegativeEffectOnBiodiversityConsidered: $ref: '#/components/schemas/CodeMappingString' eetNegativeEffectOnBiodiversityCoverage: type: string description: '' nullable: true eetNegativeEffectOnBiodiversityEligibleAssets: type: string description: '' nullable: true eetWaterEmissionsValue: type: string description: '' nullable: true eetWaterEmissionsConsidered: $ref: '#/components/schemas/CodeMappingString' eetWaterEmissionsCoverage: type: string description: '' nullable: true eetWaterEmissionsEligibleAssets: type: string description: '' nullable: true eetHazardousWasteRatioValue: type: string description: '' nullable: true eetHazardousWasteRatioConsidered: $ref: '#/components/schemas/CodeMappingString' eetHazardousWasteRatioCoverage: type: string description: '' nullable: true eetHazardousWasteRatioEligibleAssets: type: string description: '' nullable: true eetUngcPrinciplesOrOecdGuidelinesViolationsValue: type: string description: '' nullable: true eetUngcPrinciplesOrOecdGuidelinesViolationsConsidered: $ref: '#/components/schemas/CodeMappingString' eetUngcPrinciplesOrOecdGuidelinesViolationsCoverage: type: string description: '' nullable: true eetUngcPrinciplesOrOecdGuidelinesViolationsEligibleAssets: type: string description: '' nullable: true eetUngcPrinciplesOrOecdLackOfComplianceMechanismsValue: type: string description: '' nullable: true eetUngcPrinciplesOrOecdLackOfComplianceMechanismsConsidered: $ref: '#/components/schemas/CodeMappingString' eetUngcPrinciplesOrOecdLackOfComplianceMechanismsCoverage: type: string description: '' nullable: true eetUngcPrinciplesOrOecdLackOfComplianceMechanismsEligibleAssets: type: string description: '' nullable: true eetUnadjustedGenderPayGapValue: type: string description: '' nullable: true eetUnadjustedGenderPayGapConsidered: $ref: '#/components/schemas/CodeMappingString' eetUnadjustedGenderPayGapCoverage: type: string description: '' nullable: true eetUnadjustedGenderPayGapEligibleAssets: type: string description: '' nullable: true eetBoardGenderDiversityValue: type: string description: '' nullable: true eetBoardGenderDiversityConsidered: $ref: '#/components/schemas/CodeMappingString' eetBoardGenderDiversityCoverage: type: string description: '' nullable: true eetBoardGenderDiversityEligibleAssets: type: string description: '' nullable: true eetControversialWeaponsValue: type: string description: '' nullable: true eetControversialWeaponsConsidered: $ref: '#/components/schemas/CodeMappingString' eetControversialWeaponsCoverage: type: string description: '' nullable: true eetControversialWeaponsEligibleAssets: type: string description: '' nullable: true eetGreenhouseGasIntensityValue: type: string description: '' nullable: true eetGreenhouseGasIntensityConsidered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasIntensityCoverage: type: string description: '' nullable: true eetGreenhouseGasIntensityEligibleAssets: type: string description: '' nullable: true eetNumberOfCountriesSubjectToSocialViolationsValue: type: integer description: '' format: int64 nullable: true eetNumberOfCountriesSubjectToSocialViolationsConsidered: $ref: '#/components/schemas/CodeMappingString' eetNumberOfCountriesSubjectToSocialViolationsCoverage: type: string description: '' nullable: true eetNumberOfCountriesSubjectToSocialViolationsEligibleAssets: type: string description: '' nullable: true eetPercentageOfCountriesSubjectToSocialViolationsValue: type: string description: '' nullable: true eetPercentageOfCountriesSubjectToSocialViolationsConsidered: $ref: '#/components/schemas/CodeMappingString' eetPercentageOfCountriesSubjectToSocialViolationsCoverage: type: string description: '' nullable: true eetPercentageOfCountriesSubjectToSocialViolationsEligibleAssets: type: string description: '' nullable: true eetExposureToFossilFuelsExtractionStorageTransportManufactureValue: type: string description: '' nullable: true eetExposureToFossilFuelsExtractionStorageTransportManufactureConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToFossilFuelsExtractionStorageTransportManufactureCoverage: type: string description: '' nullable: true eetExposureToFossilFuelsExtractionStorageTransportManufactureEligibleAssets: type: string description: '' nullable: true eetExposureToEnergyEfficientRealEstateAssetsValue: type: string description: '' nullable: true eetExposureToEnergyEfficientRealEstateAssetsConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToEnergyEfficientRealEstateAssetsCoverage: type: string description: '' nullable: true eetExposureToEnergyEfficientRealEstateAssetsEligibleAssets: type: string description: '' nullable: true eetEmissionsOfInorganicPollutantsValue: type: string description: '' nullable: true eetEmissionsOfInorganicPollutantsConsidered: $ref: '#/components/schemas/CodeMappingString' eetEmissionsOfInorganicPollutantsCoverage: type: string description: '' nullable: true eetEmissionsOfInorganicPollutantsEligibleAssets: type: string description: '' nullable: true eetEmissionsOfAirPollutantsValue: type: string description: '' nullable: true eetEmissionsOfAirPollutantsConsidered: $ref: '#/components/schemas/CodeMappingString' eetEmissionsOfAirPollutantsCoverage: type: string description: '' nullable: true eetEmissionsOfAirPollutantsEligibleAssets: type: string description: '' nullable: true eetEmissionsOfOzoneDepletionSubstancesValue: type: string description: '' nullable: true eetEmissionsOfOzoneDepletionSubstancesConsidered: $ref: '#/components/schemas/CodeMappingString' eetEmissionsOfOzoneDepletionSubstancesCoverage: type: string description: '' nullable: true eetEmissionsOfOzoneDepletionSubstancesEligibleAssets: type: string description: '' nullable: true eetCarbonEmissionReductionLackingPolicyWeightValue: type: string description: '' nullable: true eetCarbonEmissionReductionLackingPolicyConsidered: $ref: '#/components/schemas/CodeMappingString' eetCarbonEmissionReductionLackingPolicyWeightCoverage: type: string description: '' nullable: true eetCarbonEmissionReductionLackingPolicyWeightEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyOilValue: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyOilConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyOilCoverage: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyOilEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyNaturalGasValue: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyNaturalGasConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyNaturalGasCoverage: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyNaturalGasEligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyCoalValue: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyCoalConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyCoalCoverage: type: string description: '' nullable: true eetEnergyConsumptionByTypeOfNonRenewableSourcesOfEnergyCoalEligibleAssets: type: string description: '' nullable: true eetWaterUsageAndRecyclingAverageAmountValue: type: string description: '' nullable: true eetWaterUsageAndRecyclingAverageAmountConsidered: $ref: '#/components/schemas/CodeMappingString' eetWaterUsageAndRecyclingAverageAmountCoverage: type: string description: '' nullable: true eetWaterUsageAndRecyclingAverageAmountEligibleAssets: type: string description: '' nullable: true eetWaterUsageAndRecyclingAveragePercentageValue: type: string description: '' nullable: true eetWaterUsageAndRecyclingAveragePercentageConsidered: $ref: '#/components/schemas/CodeMappingString' eetWaterUsageAndRecyclingAveragePercentageCoverage: type: string description: '' nullable: true eetWaterUsageAndRecyclingAveragePercentageEligibleAssets: type: string description: '' nullable: true eetWaterManagementLackingPolicyWeightValue: type: string description: '' nullable: true eetWaterManagementLackingPolicyWeightConsidered: $ref: '#/components/schemas/CodeMappingString' eetWaterManagementLackingPolicyWeightCoverage: type: string description: '' nullable: true eetWaterManagementLackingPolicyWeightEligibleAssets: type: string description: '' nullable: true eetExposureToAreasOfHighWaterStressValue: type: string description: '' nullable: true eetExposureToAreasOfHighWaterStressConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToAreasOfHighWaterStressCoverage: type: string description: '' nullable: true eetExposureToAreasOfHighWaterStressEligibleAssets: type: string description: '' nullable: true eetExposureToCompaniesProducingChemicalsValue: type: string description: '' nullable: true eetExposureToCompaniesProducingChemicalConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToCompaniesProducingChemicalCoverage: type: string description: '' nullable: true eetExposureToCompaniesProducingChemicalEligibleAssets: type: string description: '' nullable: true eetExposureToCompaniesCausingLandDegradationDesertificationOrSoilSealingValue: type: string description: '' nullable: true eetExposureToCompaniesCausingLandDegradationDesertificationOrSoilSealingConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToCompaniesCausingLandDegradationDesertificationOrSoilSealingCoverage: type: string description: '' nullable: true eetExposureToCompaniesCausingLandDegradationDesertificationOrSoilSealingEligibleAssets: type: string description: '' nullable: true eetExposureToCompaniesWithoutSustainableLandOrAgriculturePracticesPoliciesValue: type: string description: '' nullable: true eetExposureToCompaniesWithoutSustainableLandOrAgriculturePracticesPoliciesConsidered: $ref: '#/components/schemas/CodeMappingString' eetExposureToCompaniesWithoutSustainableLandOrAgriculturePracticesPoliciesCoverage: type: string description: '' nullable: true eetExposureToCompaniesWithoutSustainableLandOrAgriculturePracticesPoliciesEligibleAssets: type: string description: '' nullable: true eetShareOfInvestmentsInCompaniesWithoutSustainableOceansOrSeasPracticesValue: type: string description: '' nullable: true eetShareOfInvestmentsInCompaniesWithoutSustainableOceansOrSeasPracticesConsidered: $ref: '#/components/schemas/CodeMappingString' eetShareOfInvestmentsInCompaniesWithoutSustainableOceansOrSeasPracticesCoverage: type: string description: '' nullable: true eetShareOfInvestmentsInCompaniesWithoutSustainableOceansOrSeasPracticesEligibleAssets: type: string description: '' nullable: true eetNonRecycledWasteRatioValue: type: string description: '' nullable: true eetNonRecycledWasteRatioConsidered: $ref: '#/components/schemas/CodeMappingString' eetNonRecycledWasteRatioCoverage: type: string description: '' nullable: true eetNonRecycledWasteRatioEligibleAssets: type: string description: '' nullable: true eetShareOfInvestmentsInInvesteeCompWhoseOperationsAffectThreatenedSpeciesValue: type: string description: '' nullable: true eetShareOfInvestmentsInInvesteeCompWhoseOperationsAffectThreatenedSpeciesConsidered: $ref: '#/components/schemas/CodeMappingString' eetShareOfInvestmentsInInvesteeCompWhoseOperationsAffectThreatenedSpeciesCoverage: type: string description: '' nullable: true eetShareOfInvestmentsInInvesteeCompWhoseOperationsAffectThreatenedSpeciesEligibleAssets: type: string description: '' nullable: true eetWoroutBiodiversityProtectionPolicyOnSitesAdjToProtectedAreaorareaOfHighBiodiversityValue: type: string description: '' nullable: true eetWoroutBiodiversityProtectionPolicyOnSitesAdjToProtectedAreaorareaOfHighBiodiversityConsidered: $ref: '#/components/schemas/CodeMappingString' eetWoroutBiodiversityProtectionPolicyOnSitesAdjToProtectedAreaorareaOfHighBiodiversityCoverage: type: string description: '' nullable: true eetWoroutBiodiversityProtectionPolicyOnSitesAdjToProtectedAreaorareaOfHighBiodiversityEligibleAssets: type: string description: '' nullable: true eetLackingDeforestationPolicyValue: type: string description: '' nullable: true eetLackingDeforestationPolicyConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingDeforestationPolicyCoverage: type: string description: '' nullable: true eetLackingDeforestationPolicyEligibleAssets: type: string description: '' nullable: true eetShareOfSecuritiesNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsValue: type: string description: '' nullable: true eetShareOfSecuritiesNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsConsidered: $ref: '#/components/schemas/CodeMappingString' eetShareOfSecuritiesNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsCoverage: type: string description: '' nullable: true eetShareOfSecuritiesNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsEligibleAssets: type: string description: '' nullable: true eetShareOfBondsNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsValue: type: string description: '' nullable: true eetShareOfBondsNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsConsidered: $ref: '#/components/schemas/CodeMappingString' eetShareOfBondsNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsCoverage: type: string description: '' nullable: true eetShareOfBondsNotIssuedUnderUnionLegislationOnEnvironmentallySustainableBondsEligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope1Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope1Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsRealEstateScope1YearNCoverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope1EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope2Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope2Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsRealEstateScope2YearNCoverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope2EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope3Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope3Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsRealEstateScope3YearNCoverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateScope3EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsRealEstateTotalScope1And2Coverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2EligibleAssets: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2And3Value: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2And3Considered: $ref: '#/components/schemas/CodeMappingString' eetGreenhouseGasEmissionsRealEstateTotalScope1And2And3Coverage: type: string description: '' nullable: true eetGreenhouseGasEmissionsRealEstateTotalScope1And2And3EligibleAssets: type: string description: '' nullable: true eetEnergyConsumptionIntensityValue: type: string description: '' nullable: true eetEnergyConsumptionIntensityConsidered: $ref: '#/components/schemas/CodeMappingString' eetEnergyConsumptionIntensityCoverage: type: string description: '' nullable: true eetEnergyConsumptionIntensityEligibleAssets: type: string description: '' nullable: true eetWasteProductionInOperationsValue: type: string description: '' nullable: true eetWasteProductionInOperationsConsidered: $ref: '#/components/schemas/CodeMappingString' eetWasteProductionInOperationsCoverage: type: string description: '' nullable: true eetWasteProductionInOperationsEligibleAssets: type: string description: '' nullable: true eetRawMaterialConsumptionForNewConstructionAndMajorRenovationsValue: type: string description: '' nullable: true eetRawMaterialConsumptionForNewConstructionAndMajorRenovationsConsidered: $ref: '#/components/schemas/CodeMappingString' eetRawMaterialConsumptionForNewConstructionAndMajorRenovationsCoverage: type: string description: '' nullable: true eetRawMaterialConsumptionForNewConstructionAndMajorRenovationsEligibleAssets: type: string description: '' nullable: true eetLandArtificialisationValue: type: string description: '' nullable: true eetLandArtificialisationConsidered: $ref: '#/components/schemas/CodeMappingString' eetLandArtificialisationCoverage: type: string description: '' nullable: true eetLandArtificialisationEligibleAssets: type: string description: '' nullable: true eetLackingWorkplaceAccidentPreventionPolicyValue: type: string description: '' nullable: true eetLackingWorkplaceAccidentPreventionPolicyConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingWorkplaceAccidentPreventionPolicyCoverage: type: string description: '' nullable: true eetLackingWorkplaceAccidentPreventionPolicyEligibleAssets: type: string description: '' nullable: true eetRateOfAccidentsValue: type: string description: '' nullable: true eetRateOfAccidentsConsidered: $ref: '#/components/schemas/CodeMappingString' eetRateOfAccidentsCoverage: type: string description: '' nullable: true eetRateOfAccidentsEligibleAssets: type: string description: '' nullable: true eetDaysLostForInjuriesOrAccidentsOrFatalitiesOrIllnessValue: type: string description: '' nullable: true eetDaysLostForInjuriesOrAccidentsOrFatalitiesOrIllnessConsidered: $ref: '#/components/schemas/CodeMappingString' eetDaysLostForInjuriesOrAccidentsOrFatalitiesOrIllnessCoverage: type: string description: '' nullable: true eetDaysLostForInjuriesOrAccidentsOrFatalitiesOrIllnessEligibleAssets: type: string description: '' nullable: true eetLackingSupplierCocAgainstUnsafeWorkingCondOrprecariousWorkorchildorforcedLabourValue: type: string description: '' nullable: true eetLackingSupplierCocAgainstUnsafeWorkingCondOrprecariousWorkorchildorforcedLabourConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingSupplierCocAgainstUnsafeWorkingCondOrprecariousWorkorchildorforcedLabourCoverage: type: string description: '' nullable: true eetLackingSupplierCocAgainstUnsafeWorkingCondOrprecariousWorkorchildorforcedLabourEligibleAssets: type: string description: '' nullable: true eetLackingAnyGrievanceOrComplaintsHandlingMechanismValue: type: string description: '' nullable: true eetLackingAnyGrievanceOrComplaintsHandlingMechanismConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingAnyGrievanceOrComplaintsHandlingMechanismCoverage: type: string description: '' nullable: true eetLackingAnyGrievanceOrComplaintsHandlingMechanismEligibleAssets: type: string description: '' nullable: true eetLackingWhistleblowerProtectionValue: type: string description: '' nullable: true eetLackingWhistleblowerProtectionConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingWhistleblowerProtectionCoverage: type: string description: '' nullable: true eetLackingWhistleblowerProtectionEligibleAssets: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationReportedInInvesteeCompaniesValue: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationReportedInInvesteeCompaniesConsidered: $ref: '#/components/schemas/CodeMappingString' eetNumberOfIncidentsOfDiscriminationReportedInInvesteeCompaniesCoverage: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationReportedInInvesteeCompaniesEligibleAssets: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationLeadingToSanctionsInInvesteeCompaniesValue: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationLeadingToSanctionsInInvesteeCompaniesConsidered: $ref: '#/components/schemas/CodeMappingString' eetNumberOfIncidentsOfDiscriminationLeadingToSanctionsInInvesteeCompaniesCoverage: type: string description: '' nullable: true eetNumberOfIncidentsOfDiscriminationLeadingToSanctionsInInvesteeCompaniesEligibleAssets: type: string description: '' nullable: true eetExcessiveCeoPayRatioValue: type: string description: '' nullable: true eetExcessiveCeoPayRatioConsidered: $ref: '#/components/schemas/CodeMappingString' eetExcessiveCeoPayRatioCoverage: type: string description: '' nullable: true eetExcessiveCeoPayRatioEligibleAssets: type: string description: '' nullable: true eetLackingHumanRightPolicyValue: type: string description: '' nullable: true eetLackingHumanRightPolicyConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingHumanRightPolicyCoverage: type: string description: '' nullable: true eetLackingHumanRightPolicyEligibleAssets: type: string description: '' nullable: true eetLackOfDueDiligenceValue: type: string description: '' nullable: true eetLackOfDueDiligenceConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackOfDueDiligenceCoverage: type: string description: '' nullable: true eetLackOfDueDiligenceEligibleAssets: type: string description: '' nullable: true eetLackingProcessesAndMeasuresForPreventingTraffickingInHumanBeingsLocalValue: type: string description: '' nullable: true eetLackingProcessesAndMeasuresForPreventingTraffickingInHumanBeingsConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingProcessesAndMeasuresForPreventingTraffickingInHumanBeingsLocalCoverage: type: string description: '' nullable: true eetLackingProcessesAndMeasuresForPreventingTraffickingInHumanBeingsEligibleAssets: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfChildLabourValue: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfChildLabourConsidered: $ref: '#/components/schemas/CodeMappingString' eetSignificantRiskOfIncidentsOfChildLabourCoverage: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfChildLabourEligibleAssets: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfForcedOrCompulsoryLabourValue: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfForcedOrCompulsoryLabourConsidered: $ref: '#/components/schemas/CodeMappingString' eetSignificantRiskOfIncidentsOfForcedOrCompulsoryLabourCoverage: type: string description: '' nullable: true eetSignificantRiskOfIncidentsOfForcedOrCompulsoryLabourEligibleAssets: type: string description: '' nullable: true eetNumberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsValue: type: string description: '' nullable: true eetNumberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsConsidered: $ref: '#/components/schemas/CodeMappingString' eetNumberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsCoverage: type: string description: '' nullable: true eetNumberOfIdentifiedCasesOfSevereHumanRightsIssuesAndIncidentsEligibleAssets: type: string description: '' nullable: true eetLackingAntiCorruptionAndAntiBriberyPoliciesValue: type: string description: '' nullable: true eetLackingAntiCorruptionAndAntiBriberyPoliciesConsidered: $ref: '#/components/schemas/CodeMappingString' eetLackingAntiCorruptionAndAntiBriberyPoliciesCoverage: type: string description: '' nullable: true eetLackingAntiCorruptionAndAntiBriberyPoliciesEligibleAssets: type: string description: '' nullable: true eetInsufActionTakenToAddrBreachesOfStdsOfAntiCorruptionAndAntiBriberyValue: type: string description: '' nullable: true eetInsufActionTakenToAddrBreachesOfStdsOfAntiCorruptionAndAntiBriberyConsidered: $ref: '#/components/schemas/CodeMappingString' eetInsufActionTakenToAddrBreachesOfStdsOfAntiCorruptionAndAntiBriberyCoverage: type: string description: '' nullable: true eetInsufActionTakenToAddrBreachesOfStdsOfAntiCorruptionAndAntiBriberyEligibleAssets: type: string description: '' nullable: true eetNumberOfConvictionsForViolationOfAntiCorruptionAndAntiBriberyLawsValue: type: string description: '' nullable: true eetNumberOfConvictionsForViolationOfAntiCorruptionAndAntiBriberyLawsConsidered: $ref: '#/components/schemas/CodeMappingString' eetNumberOfConvictionsForViolationOfAntiCorruptionAndAntiBriberyLawsCoverage: type: string description: '' nullable: true eetNumberOfConvictionsForViolationOfAntiCorruptionAndAntiBriberyLawsEligibleAssets: type: string description: '' nullable: true eetAverageIncomeInequalityScoreValue: type: string description: '' nullable: true eetAverageIncomeInequalityScoreConsidered: $ref: '#/components/schemas/CodeMappingString' eetAverageIncomeInequalityScoreCoverage: type: string description: '' nullable: true eetAverageIncomeInequalityScoreEligibleAssets: type: string description: '' nullable: true eetAverageFreedomOfExpressionScoreValue: type: string description: '' nullable: true eetAverageFreedomOfExpressionScoreConsidered: $ref: '#/components/schemas/CodeMappingString' eetAverageFreedomOfExpressionScoreCoverage: type: string description: '' nullable: true eetAverageFreedomOfExpressionScoreEligibleAssets: type: string description: '' nullable: true eetAverageHumanRightsPerformanceValue: type: string description: '' nullable: true eetAverageHumanRightsPerformanceConsidered: $ref: '#/components/schemas/CodeMappingString' eetAverageHumanRightsPerformanceCoverage: type: string description: '' nullable: true eetAverageHumanRightsPerformanceEligibleAssets: type: string description: '' nullable: true eetAverageCorruptionScoreValue: type: string description: '' nullable: true eetAverageCorruptionScoreConsidered: $ref: '#/components/schemas/CodeMappingString' eetAverageCorruptionScoreCoverage: type: string description: '' nullable: true eetAverageCorruptionScoreEligibleAssets: type: string description: '' nullable: true eetNonCooperativeTaxJurisdictionsValue: type: string description: '' nullable: true eetNonCooperativeTaxJurisdictionsConsidered: $ref: '#/components/schemas/CodeMappingString' eetNonCooperativeTaxJurisdictionsCoverage: type: string description: '' nullable: true eetNonCooperativeTaxJurisdictionsEligibleAssets: type: string description: '' nullable: true eetAveragePoliticalStabilityScoreValue: type: string description: '' nullable: true eetAveragePoliticalStabilityScoreConsidered: $ref: '#/components/schemas/CodeMappingString' eetAveragePoliticalStabilityScoreCoverage: type: string description: '' nullable: true eetAveragePoliticalStabilityScoreEligibleAssets: type: string description: '' nullable: true eetAverageRuleOfLawScoreValue: type: string description: '' nullable: true eetAverageRuleOfLawScoreConsidered: $ref: '#/components/schemas/CodeMappingString' eetAverageRuleOfLawScoreCoverage: type: string description: '' nullable: true eetAverageRuleOfLawScoreEligibleAssets: type: string description: '' nullable: true eetInvestsInEuTaxonomyAlignedFossilGasActivities: $ref: '#/components/schemas/CodeMappingString' eetMinimumPercOfEuTaxonomyAlignedFossilGasActivitiesIncSovBds: type: string description: '' nullable: true eetMinimumPercOfEuTaxonomyAlignedFossilGasActivitiesExcSovBds: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesIncSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesExcSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesIncSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesExcSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesIncSovBdsOpEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedFossilGasActivitiesExcSovBdsOpEx: type: string description: '' nullable: true eetInvestsInEuTaxonomyAlignedNuclearActivities: $ref: '#/components/schemas/CodeMappingString' eetMinimumPercOfEuTaxonomyAlignedNuclearActivitiesIncSovBds: type: string description: '' nullable: true eetMinimumPercOfEuTaxonomyAlignedNuclearActivitiesExcSovBds: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearActivitiesIncSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearActivitiesExcSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearActivitiesIncSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearExcSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearActivitiesIncSovBdsOpEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNuclearExcSovBdsOpEx: type: string description: '' nullable: true eetMinimumPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesIncSovBds: type: string description: '' nullable: true eetMinimumPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesExcSovBds: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesIncSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesExcSovBdsRevenue: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesIncSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesExcSovBdsCapEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesIncSovBdsOpEx: type: string description: '' nullable: true eetCurrentPercOfEuTaxonomyAlignedNoFossilGasAndNuclearActivitiesExcSovBdsOpEx: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelEuropeanEsgTemplate description: All fields are nullable. Empty or `null` value fields are not returned. OutputAggregationPriceMultiples: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true capeRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true capeRatioValue: type: number description: 'The aggregated value of CAPE Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. CAPE Ratio: The Cyclically-Adjusted-Price-to-Earnings Ratio measures the value of the company using real earnings per share (EPS) over a 10-year period to smooth out fluctuations in corporate profits that occur over different periods of a business cycle. This is calculated using Stock Price divided by the average of the company''s earnings for the last ten years; adjusted for inflation.' format: double nullable: true normalizedPriceEarningsToGrowthRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedPriceEarningsToGrowthRatioValue: type: number description: 'The aggregated value of Normalized PEG Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized PEG Ratio: This calculation represents the Normalized Price to Earnings ratio divided by the normalized earnings growth rate. This can be used to determine the fair value of the stock price; while accounting for the company''s earnings growth. This can be calculated using Normalized Price to Earnings / (Normalized Diluted EPS 5Y Growth*100).' format: double nullable: true normalizedPriceToEarningsRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedPriceToEarningsRatioValue: type: number description: 'The aggregated value of Normalized Price to Earnings Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Price to Earnings Ratio: This ratio represents the value of a company''s stock price relative to its normalized earnings per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Normalized EPS (TTM).' format: double nullable: true normalizedPriceToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedPriceToEbitdaRatioValue: type: number description: 'The aggregated value of Normalized Price To EBITDA Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Price To EBITDA Ratio: This ratio represents the value of a company''s stock price relative to its normalized EBITDA per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by normalized EBITDA per share (TTM).' format: double nullable: true normalizedPriceToEbitdarRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedPriceToEbitdarRatioValue: type: number description: 'The aggregated value of Normalized Price to EBITDAR Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Price to EBITDAR Ratio: This ratio represents the value of a company''s stock price relative to its Normalized EBITDAR per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Normalized EBITDAR (TTM) per share.' format: double nullable: true normalizedPriceToEbitRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedPriceToEbitRatioValue: type: number description: 'The aggregated value of Normalized Price to EBIT Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Price to EBIT Ratio: This ratio represents the value of a company''s stock price relative to its normalized EBIT per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by normalized EBIT per share (TTM).' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true priceEarningsToGrowthRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceEarningsToGrowthRatioValue: type: number description: 'The aggregated value of Price/Earnings to Growth Ratio (PEG); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price/Earnings to Growth Ratio (PEG): This calculation represents the Price to Earnings ratio divided by the earnings growth rate. This can be used to determine the fair value of the stock price; while accounting for the company''s earnings growth. This is calculated using Price to Earnings / (Earnings Per Share Used for Calculations 5Y TTM Growth*100).' format: double nullable: true priceToBookRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToBookRatioValue: type: number description: 'The aggregated value of Price To Book Ratio (PB); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price To Book Ratio (PB): This ratio represents the value of a company''s stock price relative to its common equity book value. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Common Equity Book Value.' format: double nullable: true priceToCashFlowRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToCashFlowRatioValue: type: number description: 'The aggregated value of Price To Cash Flow Ratio (PCF); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price To Cash Flow Ratio (PCF): This ratio represents the value of a company''s stock price relative to its operating cash flow. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Cash Flow from Operating Activities before changes in Net Working Capital.' format: double nullable: true priceToCashRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToCashRatioValue: type: number description: 'The aggregated value of Price to Cash Ratio (PC); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price to Cash Ratio (PC): This ratio represents the value of a company''s stock price relative to its cash and cash equivalents. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Cash; Cash Equivalents and Short Term Investments.' format: double nullable: true priceToEarningsRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToEarningsRatioValue: type: number description: 'The aggregated value of Price To Earnings Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Price To Earnings Ratio: This ratio represents the value of a company''s stock price relative to its earnings per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Earnings Per Share (TTM).' format: double nullable: true priceToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToEbitdaRatioValue: type: number description: 'The aggregated value of Price to EBITDA Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Price to EBITDA Ratio: This ratio represents the value of a company''s stock price relative to its EBITDA per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by EBITDA per share (TTM).' format: double nullable: true priceToEbitdarRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToEbitdarRatioValue: type: number description: 'The aggregated value of Price to EBITDAR Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Price to EBITDAR Ratio: This ratio represents the value of a company''s stock price relative to its EBITDAR per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by EBITDAR per share (TTM).' format: double nullable: true priceToEbitRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToEbitRatioValue: type: number description: 'The aggregated value of Price to EBIT Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Price to EBIT Ratio: This ratio represents the value of a company''s stock price relative to its EBIT per share. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by EBIT per share (TTM).' format: double nullable: true priceToFreeCashFlowRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToFreeCashFlowRatioValue: type: number description: 'The aggregated value of Price to FCF Ratio (PFCF); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price to FCF Ratio (PFCF): This ratio represents the value of a company''s stock price relative to its free cash flow. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Free Cash Flow (TTM).' format: double nullable: true priceToSalesRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToSalesRatioValue: type: number description: 'The aggregated value of Price To Sales Ratio (PS); is derived using all eligible companies who are constituents in the specified Morningstar Index. Price To Sales Ratio (PS): This ratio represents the value of a company''s stock price relative to its total revenue. This can be used to determine the fair value the stock price. This is calculated using Stock Price divided by Total Revenue (TTM).' format: double nullable: true priceToTangibleBookValueRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true priceToTangibleBookValueRatioValue: type: number description: Total Outstanding Amount Of Senior Secured Bonds And Notes format: double nullable: true additionalProperties: false title: OutputAggregationPriceMultiples ResponseMifidCostData: type: object properties: mifidCostData: $ref: '#/components/schemas/OutputMifidCostData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputThematicFunds: type: object properties: broadTheme: $ref: '#/components/schemas/CodeMappingString' subTheme: $ref: '#/components/schemas/CodeMappingString' theme: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputThematicFunds description: All fields are nullable. Empty or `null` value fields are not returned. ResponseEsgFundLevelGenderAndDiversity: type: object properties: esgFundLevelGenderAndDiversity: $ref: '#/components/schemas/OutputEsgFundLevelGenderAndDiversity' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewParametersEquityIndustrySpecificMetrics: title: InputViewParametersEquityIndustrySpecificMetrics type: object required: - reportType - period properties: reportType: type: string description: Filters results by report type. example: a enum: - a - r - d - p - ta - td - tr - tp x-enumDescriptions: a: Value as originally reported in a formal document. r: Restated value reported in a formal document. d: Restated value reported in a preliminary announcement of results prior to a formal document. p: Value reported in a preliminary announcement of results prior to a formal document. ta: Calculated Trailing 12 months of *as originally reported* values in a formal document. td: Calculated Trailing 12 months of restated values reported in a preliminary announcement of results prior to a formal document. tr: Calculated Trailing 12 months of *restated* values reported in a formal document. tp: Calculated Trailing 12 months of values reported in a preliminary announcement of results prior to a formal document. period: type: string description: Filters results by duration period of financial statements reported by the company. example: a enum: - a - sa1 - sa2 - q1 - q2 - q3 - q4 - ir x-enumDescriptions: a: Annual sa1: First semi-annual sa2: Second semi-annual q1: First quarter q2: Second quarter q3: Third quarter q4: Fourth quarter ir: Irregular report numberOfMonths: type: string description: Filters results by duration period of financial statements reported by the company. example: 3 enum: - 3 - 6 - 9 - 12 - 15 - 18 - 21 x-enumDescriptions: '3': 3 months '6': 6 months '9': 9 months '12': 12 months '15': 15 months '18': 18 months '21': 21 months OutputAnnualReportFeesAndFinancialsHistorical: type: object properties: accountingFee: type: number description: '' format: double nullable: true accountingFeeAmount: type: integer description: '' format: int32 nullable: true administratorFee: type: number description: '' format: double nullable: true administratorFeeAmount: type: integer description: '' format: int32 nullable: true advisorFee: type: number description: '' format: double nullable: true advisorFeeAmount: type: integer description: '' format: int32 nullable: true advisorFeeAmountCn: type: integer description: '' format: int32 nullable: true annualReport1940ActLeverageRatio: type: number description: '' format: double nullable: true annualReportAop: type: number description: '' format: double nullable: true annualReportExpenseWaiver: type: number description: '' format: double nullable: true annualReportExpenseWaiverAmount: type: integer description: '' format: int32 nullable: true annualReportManagementExpenseRatioMer: type: number description: '' format: double nullable: true annualReportNon1940ActLeverageRatio: type: number description: '' format: double nullable: true annualReportOngoingCharge: type: number description: '' format: double nullable: true annualReportTotalLeverageRatio: type: number description: '' format: double nullable: true auditorFee: type: number description: '' format: double nullable: true auditorFeeAmount: type: integer description: '' format: int32 nullable: true boardOfDirectorsFee: type: number description: '' format: double nullable: true boardOfDirectorsFeeAmount: type: integer description: '' format: int32 nullable: true brandingCompanyAverageNetExpenseRatioRank: type: number description: '' format: double nullable: true custodianFee: type: number description: '' format: double nullable: true custodianFeeAmount: type: integer description: '' format: int32 nullable: true distributionFee: type: number description: '' format: double nullable: true distributionFeeAmount: type: integer description: '' format: int32 nullable: true grossExpenseRatio: type: number description: '' format: double nullable: true grossIncome: type: number description: '' format: double nullable: true individualInvestorsSharesPercentage: type: number description: '' format: double nullable: true institutionalInvestorsSharesPercentage: type: number description: '' format: double nullable: true insuranceFee: type: number description: '' format: double nullable: true insuranceFeeAmount: type: integer description: '' format: int32 nullable: true interest: type: number description: '' format: double nullable: true interestAmount: type: integer description: '' format: int32 nullable: true latestGrossIncome: type: number description: '' format: double nullable: true legalFee: type: number description: '' format: double nullable: true legalFeeAmount: type: integer description: '' format: int32 nullable: true moralityFee: type: number description: '' format: double nullable: true nordicsActiveShareAnnualReport: type: number description: '' format: double nullable: true nordicsActiveShareSurveyed: type: number description: '' format: double nullable: true organizationFee: type: number description: '' format: double nullable: true organizationFeeAmount: type: integer description: '' format: int32 nullable: true otherFee: type: number description: '' format: double nullable: true otherFeeAmount: type: integer description: '' format: int32 nullable: true otherSourcesNetExpenseRatioHistory: type: string description: '' nullable: true professionalFee: type: number description: '' format: double nullable: true professionalFeeAmount: type: integer description: '' format: int32 nullable: true recordkeepingFee: type: number description: '' format: double nullable: true registrationFee: type: number description: '' format: double nullable: true registrationFeeAmount: type: integer description: '' format: int32 nullable: true representativeCostExTransactionFeeAnnualised: type: number description: '' format: double nullable: true representativeCostExTransactionFeeUnannualised: type: number description: '' format: double nullable: true representativeCostIncTransactionFeeAnnualised: type: number description: '' format: double nullable: true representativeCostIncTransactionFeeUnannualised: type: number description: '' format: double nullable: true semiAnnualManagementExpenseRatioMer: type: number description: '' format: double nullable: true semiAnnualReportNetExpenseRatioHistory: type: string description: '' nullable: true shareholderReportingFee: type: number description: '' format: double nullable: true shareholderReportingFeeAmount: type: integer description: '' format: int32 nullable: true subadvisorFeeAmount: type: string description: '' nullable: true subadvisorFeeRatio: type: string description: '' nullable: true surrenderFee: type: number description: '' format: double nullable: true tax: type: number description: '' format: double nullable: true taxAmount: type: integer description: '' format: int32 nullable: true transferAgencyFee: type: number description: '' format: double nullable: true transferAgencyFeeAmount: type: integer description: '' format: int32 nullable: true reportedTotalLeverageRatioDate: type: string description: '' nullable: true additionalProperties: false title: OutputAnnualReportFeesAndFinancialsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. ResponseMorningstarRatingMostRecent: type: object properties: morningstarRatingMostRecent: $ref: '#/components/schemas/OutputMorningstarRatingMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPortfolioStatisticsDerivedFromIndexConstituents: type: object properties: equityEconSectorBasicMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorConsumerCyclicalPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorConsumerDefensivePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorHealthcarePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorRealEstatePercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorTechnologyPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorEnergyPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true equityEconSectorRescalingFactorLong: type: number description: '' format: double nullable: true equityEconSuperSectorCyclicalPercLongRescaled: type: number description: '' format: double nullable: true equityEconSuperSectorDefensivePercLongRescaled: type: number description: '' format: double nullable: true equityEconSuperSectorSensitivePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAerospaceAndDefensePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAgriculturalInputsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAirportsAndAirServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAluminumPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryApparelManufacturingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryApparelRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAssetManagementPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoAndTruckDealershipsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoManufacturersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAutoPartsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBanksDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesBrewersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesNonAlcoholicPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBiotechnologyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBuildingMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBusinessEquipmentAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyBusinessServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCapitalMarketsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryChemicalsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCommunicationEquipmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryComputerHardwarePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConfectionersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConglomeratesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConsumerElectronicsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCopperPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCreditServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDepartmentStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDiagnosticsAndResearchPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDiscountStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyIndustrialMachineryPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersGeneralPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEducationAndTrainingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicComponentsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicsAndComputerDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEngineeringAndConstructionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFarmProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFinancialDataAndStockExchangesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFoodDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFootwearAndAccessoriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGamblingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGoldPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryGroceryStoresPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHealthCarePlansPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHomeImprovementRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHouseholdAndPersonalProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryIndustrialDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInformationTechnologyServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInfrastructureOperationsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceLifePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsurancePropertyAndCasualtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceReinsurancePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceSpecialtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryIntegratedFreightAndLogisticsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLeisurePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLodgingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLumberAndWoodProductionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryLuxuryGoodsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalCarePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalDevicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalDistributionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMetalFabricationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasDrillingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasEandPPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasEquipmentAndServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasIntegratedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasMidstreamPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOilAndGasRefiningAndMarketingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPackagedFoodsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPackagingAndContainersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPaperAndPaperProductsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPersonalServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPollutionAndTreatmentControlsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRailroadsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRecreationalVehiclesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitHealthcareFacilitiesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitHotelAndMotelPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitIndustrialPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitOfficePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitResidentialPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRentalAndLeasingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryResidentialConstructionPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryResortsAndCasinosPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRestaurantsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryScientificAndTechnicalInstrumentsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySecurityAndProtectionServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySemiconductorsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMarineShippingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySilverPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySoftwareApplicationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySoftwareInfrastructurePercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySolarPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyChemicalsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryMortgageFinancePercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySpecialtyRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryStaffingAndEmploymentServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustrySteelPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTelecomServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTextileManufacturingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTobaccoPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryToolsAndAccessoriesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTruckingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesIndependentPowerProducersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedElectricPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedGasPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRegulatedWaterPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryWasteManagementPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRescalingFactorLong: type: number description: '' format: double nullable: true equityIndustryAdvertisingAgenciesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryAirlinesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBanksRegionalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBroadcastingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryBuildingProductsAndEquipmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryCokingCoalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryConsultingServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectricalEquipmentAndPartsPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryElectronicGamingAndMultimediaPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryEntertainmentPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryFinancialConglomeratesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryHealthInformationServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInsuranceBrokersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInternetContentAndInformationPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryInternetRetailPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryOtherPreciousMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPharmaceuticalRetailersPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryPublishingPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryRealEstateDiversifiedPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitMortgagePercLongRescaled: type: number description: '' format: double nullable: true equityIndustryReitSpecialtyPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryShellCompaniesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryThermalCoalPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryTravelServicesPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUraniumPercLongRescaled: type: number description: '' format: double nullable: true equityIndustryUtilitiesRenewablePercLongRescaled: type: number description: '' format: double nullable: true totalPortfolioYield: type: number description: '' format: double nullable: true regionalCategory: type: string description: '' nullable: true noteEffectiveDate: type: string description: '' nullable: true relatedNotes: $ref: '#/components/schemas/CodeMappingString' performanceStartDate: type: string description: '' nullable: true assetAllocationEconomicExposureCurrencyNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureEquityNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherNet: type: number description: '' format: double nullable: true assetAllocationEconomicExposureCurrencyLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureEquityLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherLong: type: number description: '' format: double nullable: true assetAllocationEconomicExposureCurrencyShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureFixedIncomeShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureEquityShort: type: number description: '' format: double nullable: true assetAllocationEconomicExposureOtherShort: type: number description: '' format: double nullable: true brandingName: type: string description: '' nullable: true gicsIndustrialReitsPercNet: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercNet: type: number description: '' format: double nullable: true gicsOfficeReitsPercNet: type: number description: '' format: double nullable: true gicsHealthCareReitsPercNet: type: number description: '' format: double nullable: true gicsResidentialReitsPercNet: type: number description: '' format: double nullable: true gicsRetailReitsPercNet: type: number description: '' format: double nullable: true gicsSpecializedReitsPercNet: type: number description: '' format: double nullable: true gicsIndustrialReitsPercLong: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercLong: type: number description: '' format: double nullable: true gicsOfficeReitsPercLong: type: number description: '' format: double nullable: true gicsHealthCareReitsPercLong: type: number description: '' format: double nullable: true gicsResidentialReitsPercLong: type: number description: '' format: double nullable: true gicsRetailReitsPercLong: type: number description: '' format: double nullable: true gicsSpecializedReitsPercLong: type: number description: '' format: double nullable: true gicsIndustrialReitsPercShort: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercShort: type: number description: '' format: double nullable: true gicsOfficeReitsPercShort: type: number description: '' format: double nullable: true gicsHealthCareReitsPercShort: type: number description: '' format: double nullable: true gicsResidentialReitsPercShort: type: number description: '' format: double nullable: true gicsRetailReitsPercShort: type: number description: '' format: double nullable: true gicsSpecializedReitsPercShort: type: number description: '' format: double nullable: true gicsIndustrialReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsHotelAndResortReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsOfficeReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthCareReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsResidentialReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsRetailReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsSpecializedReitsPercLongRescaled: type: number description: '' format: double nullable: true equityRegionAfricaormiddleEastPercLongRescaled: type: number description: '' format: double nullable: true equityRegionAmericasPercLongRescaled: type: number description: '' format: double nullable: true assetAllocPrefStockPercLongRescaled: type: number description: '' format: double nullable: true assetAllocOtherPercLongRescaled: type: number description: '' format: double nullable: true equitySectorBusinessServicesPercLongRescaled: type: string description: '' nullable: true assetAllocCashPercLongRescaled: type: number description: '' format: double nullable: true assetAllocConvBondPercLongRescaled: type: number description: '' format: double nullable: true equitySectorConsumerGoodsPercLongRescaled: type: string description: '' nullable: true equitySectorConsumerServicesPercLongRescaled: type: string description: '' nullable: true equityStyleCorePercLongRescaled: type: number description: '' format: double nullable: true equityRegionDevelopedPercLongRescaled: type: number description: '' format: double nullable: true assetAllocBondPercLongRescaled: type: number description: '' format: double nullable: true equitySuperSectorInformationPercLongRescaled: type: string description: '' nullable: true equitySuperSectorServicePercLongRescaled: type: string description: '' nullable: true equitySuperSectorManufacturingPercLongRescaled: type: string description: '' nullable: true equityRegionEmergingPercLongRescaled: type: number description: '' format: double nullable: true equityCountryRescalingFactorLong: type: number description: '' format: double nullable: true equityRegionDevStatusRescalingFactorLong: type: number description: '' format: double nullable: true equitySectorEnergyPercLongRescaled: type: string description: '' nullable: true equityRegionRescalingFactorLong: type: number description: '' format: double nullable: true equityMktCapRescalingFactorLong: type: number description: '' format: double nullable: true equityStyleRescalingFactorLong: type: number description: '' format: double nullable: true gicsIndustryRescalingFactorLong: type: number description: '' format: double nullable: true gicsEquitySectorRescalingFactorLong: type: number description: '' format: double nullable: true equitySectorRescalingFactorLong: type: string description: '' nullable: true equitySectorFinancialServicesPercLongRescaled: type: string description: '' nullable: true equityStyleFactorLtEarnGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorBvGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorCfGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorHistEarnGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorSalesGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorCfGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorSalesGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorBvGrowthShort: type: number description: '' format: double nullable: true marketCapGiantPercLongRescaled: type: number description: '' format: double nullable: true equityStyleFactorHistEarnGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorLtEarnGrowthShort: type: number description: '' format: double nullable: true equityRegionGreaterAsiaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionGreaterEuropePercLongRescaled: type: number description: '' format: double nullable: true equityStyleGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleFactorDivYldShort: type: number description: '' format: double nullable: true equitySectorHardwarePercLongRescaled: type: string description: '' nullable: true equityStyleFactorPorcShort: type: number description: '' format: double nullable: true equitySectorHealthcarePercLongRescaled: type: string description: '' nullable: true equityStyleFactorPorsShort: type: number description: '' format: double nullable: true equityStyleFactorPorbShort: type: number description: '' format: double nullable: true equitySectorIndustrialMaterialsPercLongRescaled: type: string description: '' nullable: true equityStyleFactorPoreShort: type: number description: '' format: double nullable: true equityStyleLargeCapPercLongRescaled: type: number description: '' format: double nullable: true marketCapLargePercLongRescaled: type: number description: '' format: double nullable: true marketCapMicroPercLongRescaled: type: number description: '' format: double nullable: true marketCapMidPercLongRescaled: type: number description: '' format: double nullable: true equitySectorMediaPercLongRescaled: type: string description: '' nullable: true equityStyleMidCapPercLongRescaled: type: number description: '' format: double nullable: true equitySectorUtilitiesPercLongRescaled: type: string description: '' nullable: true equityStyleBoxLong: $ref: '#/components/schemas/CodeMappingString' equityRegionNorthAmericaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionNotClassifiedPercLongRescaled: type: number description: '' format: double nullable: true equityStyleBoxShort: $ref: '#/components/schemas/CodeMappingString' growthGradeLong: $ref: '#/components/schemas/CodeMappingString' profitabilityGradeShort: $ref: '#/components/schemas/CodeMappingString' growthGradeShort: $ref: '#/components/schemas/CodeMappingString' profitabilityGradeLong: $ref: '#/components/schemas/CodeMappingString' marketCapSmallPercLongRescaled: type: number description: '' format: double nullable: true equityStyleFactorPorbLong: type: number description: '' format: double nullable: true equityStyleFactorPorcLong: type: number description: '' format: double nullable: true equityStyleFactorDivYldLong: type: number description: '' format: double nullable: true equityStyleFactorPoreLong: type: number description: '' format: double nullable: true equityStyleFactorPorsLong: type: number description: '' format: double nullable: true equityRegionLatinAmericaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true equityRegionCanadaPercLongRescaled: type: number description: '' format: double nullable: true equityRegionUnitedStatesPercLongRescaled: type: number description: '' format: double nullable: true equityRegionEuropeEmrgPercLongRescaled: type: string description: '' nullable: true equityRegionEurozonePercLongRescaled: type: string description: '' nullable: true equityRegionEuropeExEuroPercLongRescaled: type: string description: '' nullable: true equityRegionJapanPercLongRescaled: type: string description: '' nullable: true equityRegionAustralasiaPercLongRescaled: type: string description: '' nullable: true equityRegionAsiaEmrgPercLongRescaled: type: string description: '' nullable: true equityRegionAsiaDevPercLongRescaled: type: string description: '' nullable: true equityStyleSmallCapPercLongRescaled: type: number description: '' format: double nullable: true equityRegionAfricaPercLongRescaled: type: string description: '' nullable: true equityRegionMiddleEastPercLongRescaled: type: string description: '' nullable: true equitySectorSoftwarePercLongRescaled: type: string description: '' nullable: true equityStyleLargeValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercLongRescaled: type: number description: '' format: double nullable: true equitySectorTelecomPercLongRescaled: type: string description: '' nullable: true equityStyleValuePercLongRescaled: type: number description: '' format: double nullable: true equityRegionEuropeDevPercLongRescaled: type: string description: '' nullable: true equityCountryArgentinaPercLongRescaled: type: string description: '' nullable: true equityCountryBrazilPercLongRescaled: type: string description: '' nullable: true equityCountryCanadaPercLongRescaled: type: string description: '' nullable: true equityCountryChilePercLongRescaled: type: string description: '' nullable: true equityCountryMexicoPercLongRescaled: type: string description: '' nullable: true equityCountryUnitedStatesPercLongRescaled: type: string description: '' nullable: true equityCountryVenezuelaPercLongRescaled: type: string description: '' nullable: true equityCountryAustraliaPercLongRescaled: type: string description: '' nullable: true equityCountryChinaPercLongRescaled: type: string description: '' nullable: true equityCountryHongKongPercLongRescaled: type: string description: '' nullable: true equityCountryIndiaPercLongRescaled: type: string description: '' nullable: true equityCountryIndonesiaPercLongRescaled: type: string description: '' nullable: true equityCountryJapanPercLongRescaled: type: string description: '' nullable: true equityCountryMalaysiaPercLongRescaled: type: string description: '' nullable: true equityCountryNewZealandPercLongRescaled: type: string description: '' nullable: true equityCountryPakistanPercLongRescaled: type: string description: '' nullable: true equityCountryPhilippinesPercLongRescaled: type: string description: '' nullable: true equityCountrySingaporePercLongRescaled: type: string description: '' nullable: true equityCountryTaiwanPercLongRescaled: type: string description: '' nullable: true equityCountryThailandPercLongRescaled: type: string description: '' nullable: true averageEconomicMoat: $ref: '#/components/schemas/CodeMappingString' equityCountryAustriaPercLongRescaled: type: string description: '' nullable: true equityCountryBelgiumPercLongRescaled: type: string description: '' nullable: true equityCountryCzechRepublicPercLongRescaled: type: string description: '' nullable: true equityCountryDenmarkPercLongRescaled: type: string description: '' nullable: true equityCountryFinlandPercLongRescaled: type: string description: '' nullable: true equityCountryFrancePercLongRescaled: type: string description: '' nullable: true equityCountryGermanyPercLongRescaled: type: string description: '' nullable: true equityCountryGreecePercLongRescaled: type: string description: '' nullable: true equityCountryHungaryPercLongRescaled: type: string description: '' nullable: true equityCountryIrelandPercLongRescaled: type: string description: '' nullable: true equityCountryIsraelPercLongRescaled: type: string description: '' nullable: true equityCountryItalyPercLongRescaled: type: string description: '' nullable: true equityCountryNetherlandsPercLongRescaled: type: string description: '' nullable: true equityCountryNorwayPercLongRescaled: type: string description: '' nullable: true equityCountryPolandPercLongRescaled: type: string description: '' nullable: true equityCountryPortugalPercLongRescaled: type: string description: '' nullable: true equityCountryRussiaPercLongRescaled: type: string description: '' nullable: true equityCountrySlovakiaPercLongRescaled: type: string description: '' nullable: true equityCountrySouthAfricaPercLongRescaled: type: string description: '' nullable: true equityCountrySouthKoreaPercLongRescaled: type: string description: '' nullable: true equityCountrySpainPercLongRescaled: type: string description: '' nullable: true equityCountrySwedenPercLongRescaled: type: string description: '' nullable: true equityCountrySwitzerlandPercLongRescaled: type: string description: '' nullable: true equityCountryTurkeyPercLongRescaled: type: string description: '' nullable: true equityCountryUnitedKingdomPercLongRescaled: type: string description: '' nullable: true equityCountryOtherCountriesPercLongRescaled: type: string description: '' nullable: true assetAllocCashPercNet: type: number description: '' format: double nullable: true assetAllocEquityPercNet: type: number description: '' format: double nullable: true assetAllocUsEquityPercNet: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercNet: type: number description: '' format: double nullable: true assetAllocBondPercNet: type: number description: '' format: double nullable: true assetAllocUsBondPercNet: type: number description: '' format: double nullable: true assetAllocNonUsBondPercNet: type: number description: '' format: double nullable: true assetAllocOtherPercNet: type: number description: '' format: double nullable: true assetAllocCashPercLong: type: number description: '' format: double nullable: true assetAllocEquityPercLong: type: number description: '' format: double nullable: true assetAllocUsEquityPercLong: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercLong: type: number description: '' format: double nullable: true assetAllocBondPercLong: type: number description: '' format: double nullable: true assetAllocUsBondPercLong: type: number description: '' format: double nullable: true assetAllocNonUsBondPercLong: type: number description: '' format: double nullable: true assetAllocOtherPercLong: type: number description: '' format: double nullable: true assetAllocCashPercShort: type: number description: '' format: double nullable: true assetAllocEquityPercShort: type: number description: '' format: double nullable: true assetAllocUsEquityPercShort: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercShort: type: number description: '' format: double nullable: true assetAllocBondPercShort: type: number description: '' format: double nullable: true assetAllocUsBondPercShort: type: number description: '' format: double nullable: true assetAllocNonUsBondPercShort: type: number description: '' format: double nullable: true assetAllocOtherPercShort: type: number description: '' format: double nullable: true assetAllocUsEquityPercLongRescaled: type: number description: '' format: double nullable: true assetAllocNonUsEquityPercLongRescaled: type: number description: '' format: double nullable: true assetAllocUsBondPercLongRescaled: type: number description: '' format: double nullable: true assetAllocNonUsBondPercLongRescaled: type: number description: '' format: double nullable: true gicsEnergyPercLongRescaled: type: number description: '' format: double nullable: true gicsMaterialsPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerStaplesPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcarePercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialsPercLongRescaled: type: number description: '' format: double nullable: true gicsInformationTechnologyPercLongRescaled: type: number description: '' format: double nullable: true gicsCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsRealEstatePercLongRescaled: type: number description: '' format: double nullable: true economicMoatRescalingFactorLong: type: number description: '' format: double nullable: true economicMoatNarrowPercLongRescaled: type: number description: '' format: double nullable: true economicMoatWidePercLongRescaled: type: number description: '' format: double nullable: true economicMoatNonePercLongRescaled: type: number description: '' format: double nullable: true equityCountryVietnamPercLongRescaled: type: string description: '' nullable: true equityCountryLithuaniaPercLongRescaled: type: string description: '' nullable: true equityCountryLatviaPercLongRescaled: type: string description: '' nullable: true equityCountryEstoniaPercLongRescaled: type: string description: '' nullable: true equityCountryPeruPercLongRescaled: type: string description: '' nullable: true gicsMediaPercLongRescaled: type: number description: '' format: double nullable: true gicsEntertainmentPercLongRescaled: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercLongRescaled: type: number description: '' format: double nullable: true equityCountryColombiaPercLongRescaled: type: string description: '' nullable: true ofOtherHoldingsLong: type: integer description: '' format: int32 nullable: true ofOtherHoldingsShort: type: integer description: '' format: int32 nullable: true equityCountryNonUsPercLongRescaled: type: string description: '' nullable: true ofStockHoldingsShort: type: integer description: '' format: int32 nullable: true ofBondHoldingsShort: type: integer description: '' format: int32 nullable: true gicsEnergyEquipAndServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercLongRescaled: type: number description: '' format: double nullable: true gicsChemicalsPercLongRescaled: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercLongRescaled: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercLongRescaled: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercLongRescaled: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercLongRescaled: type: number description: '' format: double nullable: true gicsBuildingProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercLongRescaled: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercLongRescaled: type: number description: '' format: double nullable: true gicsMachineryPercLongRescaled: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercLongRescaled: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercLongRescaled: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercLongRescaled: type: number description: '' format: double nullable: true gicsMarineTransportationPercLongRescaled: type: number description: '' format: double nullable: true gicsGroundTransportationPercLongRescaled: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercLongRescaled: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercLongRescaled: type: number description: '' format: double nullable: true gicsAutomobilesPercLongRescaled: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercLongRescaled: type: number description: '' format: double nullable: true gicsLeisureProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercLongRescaled: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsDistributorsPercLongRescaled: type: number description: '' format: double nullable: true gicsBroadlineRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercLongRescaled: type: number description: '' format: double nullable: true gicsBeveragesPercLongRescaled: type: number description: '' format: double nullable: true gicsFoodProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsTobaccoPercLongRescaled: type: number description: '' format: double nullable: true gicsHouseholdProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercLongRescaled: type: number description: '' format: double nullable: true gicsBiotechPercLongRescaled: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercLongRescaled: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsBanksPercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerFinancePercLongRescaled: type: number description: '' format: double nullable: true gicsCapitalMarketsPercLongRescaled: type: number description: '' format: double nullable: true gicsInsurancePercLongRescaled: type: number description: '' format: double nullable: true gicsItServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsSoftwarePercLongRescaled: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercLongRescaled: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercLongRescaled: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercLongRescaled: type: number description: '' format: double nullable: true gicsMortgageReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercLongRescaled: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercLongRescaled: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercLongRescaled: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsGasUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercLongRescaled: type: number description: '' format: double nullable: true gicsProfessionalServicesPercLongRescaled: type: number description: '' format: double nullable: true msciCountryRescalingFactor: type: number description: '' format: double nullable: true msciCountryUnitedArabEmiratesPercLongRescaled: type: number description: '' format: double nullable: true msciCountryArgentinaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryAustraliaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryAustriaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBelgiumPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBulgariaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBahrainPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBrazilPercLongRescaled: type: number description: '' format: double nullable: true msciCountryBotswanaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCanadaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryChilePercLongRescaled: type: number description: '' format: double nullable: true msciCountryChinaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryColombiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGermanyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryDenmarkPercLongRescaled: type: number description: '' format: double nullable: true msciCountryEgyptPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySpainPercLongRescaled: type: number description: '' format: double nullable: true msciCountryEstoniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryFinlandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryFrancePercLongRescaled: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGhanaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryGreecePercLongRescaled: type: number description: '' format: double nullable: true msciCountryHongKongPercLongRescaled: type: number description: '' format: double nullable: true msciCountryCroatiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryHungaryPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIndonesiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIndiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIrelandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryIsraelPercLongRescaled: type: number description: '' format: double nullable: true msciCountryItalyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryJordanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryJapanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKazakhstanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKenyaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryKuwaitPercLongRescaled: type: number description: '' format: double nullable: true msciCountryLebanonPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySriLankaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryLithuaniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMoroccoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMexicoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMauritiusPercLongRescaled: type: number description: '' format: double nullable: true msciCountryMalaysiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNigeriaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNetherlandsPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNorwayPercLongRescaled: type: number description: '' format: double nullable: true msciCountryNewZealandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryOmanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPakistanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPeruPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPhilippinesPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPolandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryPortugalPercLongRescaled: type: number description: '' format: double nullable: true msciCountryQatarPercLongRescaled: type: number description: '' format: double nullable: true msciCountryRomaniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryRussiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySingaporePercLongRescaled: type: number description: '' format: double nullable: true msciCountrySloveniaPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySwedenPercLongRescaled: type: number description: '' format: double nullable: true msciCountryThailandPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTunisiaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTurkeyPercLongRescaled: type: number description: '' format: double nullable: true msciCountryTaiwanPercLongRescaled: type: number description: '' format: double nullable: true msciCountryUkrainePercLongRescaled: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercLongRescaled: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercLongRescaled: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercLongRescaled: type: string description: '' nullable: true msciCountryBangladeshPercLongRescaled: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercLongRescaled: type: string description: '' nullable: true msciCountryJamaicaPercLongRescaled: type: string description: '' nullable: true msciCountrySerbiaPercLongRescaled: type: string description: '' nullable: true msciCountryVietnamPercLongRescaled: type: string description: '' nullable: true msciCountryZimbabwePercLongRescaled: type: string description: '' nullable: true rebalanceFrequency: $ref: '#/components/schemas/CodeMappingInt' currencyHedged: $ref: '#/components/schemas/CodeMappingInt' bondSectorOrientation: $ref: '#/components/schemas/CodeMappingString' averageCreditQuality: $ref: '#/components/schemas/CodeMappingInt' reconstitutionFrequency: $ref: '#/components/schemas/CodeMappingInt' hedgingCurrency: $ref: '#/components/schemas/CodeMappingString' regionDevelopmentOrientation: $ref: '#/components/schemas/CodeMappingInt' sectorOrientationAlternativeInvestmentAssetClass: $ref: '#/components/schemas/CodeMappingInt' weightingScheme: $ref: '#/components/schemas/CodeMappingInt' selectionScheme: $ref: '#/components/schemas/CodeMappingInt' msciDate: type: string description: '' nullable: true pricingDelay: type: integer description: '' format: int32 nullable: true mptIndexId: type: string description: '' nullable: true chinaAPerc: type: number description: '' format: double nullable: true mptRiskFreeRate: type: string description: '' nullable: true morningstarEquivalentIndex: type: string description: '' nullable: true morningstarEquivalentIndexId: type: string description: '' nullable: true operationAverageCalculationDate: type: string description: '' nullable: true securityType: $ref: '#/components/schemas/CodeMappingString' equityStyleCorePercShortRescaled: type: string description: '' nullable: true equityMktCapRescalingFactorShort: type: string description: '' nullable: true equityStyleRescalingFactorShort: type: string description: '' nullable: true marketCapGiantPercShortRescaled: type: string description: '' nullable: true equityStyleGrowthPercShortRescaled: type: string description: '' nullable: true equityStyleLargeCapPercShortRescaled: type: string description: '' nullable: true marketCapLargePercShortRescaled: type: string description: '' nullable: true marketCapMicroPercShortRescaled: type: string description: '' nullable: true marketCapMidPercShortRescaled: type: string description: '' nullable: true equityStyleMidCapPercShortRescaled: type: string description: '' nullable: true marketCapSmallPercShortRescaled: type: string description: '' nullable: true equityStyleSmallCapPercShortRescaled: type: string description: '' nullable: true equityStyleLargeValuePercShortRescaled: type: string description: '' nullable: true equityStyleLargeCorePercShortRescaled: type: string description: '' nullable: true equityStyleLargeGrowthPercShortRescaled: type: string description: '' nullable: true equityStyleMidValuePercShortRescaled: type: string description: '' nullable: true equityStyleMidCorePercShortRescaled: type: string description: '' nullable: true equityStyleMidGrowthPercShortRescaled: type: string description: '' nullable: true equityStyleSmallValuePercShortRescaled: type: string description: '' nullable: true equityStyleSmallCorePercShortRescaled: type: string description: '' nullable: true equityStyleSmallGrowthPercShortRescaled: type: string description: '' nullable: true equityStyleValuePercShortRescaled: type: string description: '' nullable: true sizeScoreShort: type: string description: '' nullable: true valueGrowthScoreShort: type: string description: '' nullable: true valueGrowthConsistencyMetricShort: type: string description: '' nullable: true sizeConsistencyMetricShort: type: string description: '' nullable: true valueGrowthConsistencyShort: $ref: '#/components/schemas/CodeMappingString' sizeConsistencyShort: $ref: '#/components/schemas/CodeMappingString' valueGrowthDispersionMetricShort: type: string description: '' nullable: true sizeDispersionMetricShort: type: string description: '' nullable: true valueGrowthDispersionShort: $ref: '#/components/schemas/CodeMappingString' sizeDispersionShort: $ref: '#/components/schemas/CodeMappingString' arithmeticMean1YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean1YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean1YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean1YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean3YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean5YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean10YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean15YrQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio3YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio3YrMktRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio5YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio5YrMktRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio15YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio15YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage1YrMktRetMoEnd: type: string description: '' nullable: true battingAverage1YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage3YrMktRetMoEnd: type: string description: '' nullable: true battingAverage3YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage5YrMktRetMoEnd: type: string description: '' nullable: true battingAverage5YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage10YrMktRetMoEnd: type: string description: '' nullable: true battingAverage10YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage15YrMktRetMoEnd: type: string description: '' nullable: true battingAverage15YrMktRetQtrEnd: type: string description: '' nullable: true factorProfileDate: type: string description: '' nullable: true factorProfileLiquidity: type: string description: '' nullable: true factorProfileMomentum: type: string description: '' nullable: true factorProfileQuality: type: string description: '' nullable: true factorProfileSize: type: string description: '' nullable: true factorProfileStyle: type: string description: '' nullable: true factorProfileVolatility: type: string description: '' nullable: true factorProfileYield: type: string description: '' nullable: true factorProfileWeightCovered: type: string description: '' nullable: true indiaLargeCapPercNet: type: number description: '' format: double nullable: true indiaMidCapPercNet: type: number description: '' format: double nullable: true indiaSmallCapPercNet: type: number description: '' format: double nullable: true indiaLargeCapPercLong: type: number description: '' format: double nullable: true indiaMidCapPercLong: type: number description: '' format: double nullable: true indiaSmallCapPercLong: type: number description: '' format: double nullable: true indiaLargeCapPercShort: type: number description: '' format: double nullable: true indiaMidCapPercShort: type: number description: '' format: double nullable: true indiaSmallCapPercShort: type: number description: '' format: double nullable: true indexSelection: $ref: '#/components/schemas/CodeMappingString' indexWeighting: $ref: '#/components/schemas/CodeMappingString' equityEconSectorBasicMaterialsPercNet: type: number description: '' format: double nullable: true equityEconSectorCommunicationServicesPercNet: type: number description: '' format: double nullable: true equityEconSectorConsumerCyclicalPercNet: type: number description: '' format: double nullable: true equityEconSectorConsumerDefensivePercNet: type: number description: '' format: double nullable: true equityEconSectorHealthcarePercNet: type: number description: '' format: double nullable: true equityEconSectorIndustrialsPercNet: type: number description: '' format: double nullable: true equityEconSectorRealEstatePercNet: type: number description: '' format: double nullable: true equityEconSectorTechnologyPercNet: type: number description: '' format: double nullable: true equityEconSectorEnergyPercNet: type: number description: '' format: double nullable: true equityEconSectorFinancialServicesPercNet: type: number description: '' format: double nullable: true equityEconSectorUtilitiesPercNet: type: number description: '' format: double nullable: true equityEconSuperSectorCyclicalPercNet: type: number description: '' format: double nullable: true equityEconSuperSectorDefensivePercNet: type: number description: '' format: double nullable: true equityEconSuperSectorSensitivePercNet: type: number description: '' format: double nullable: true equityIndustryAerospaceAndDefensePercNet: type: number description: '' format: double nullable: true equityIndustryAgriculturalInputsPercNet: type: number description: '' format: double nullable: true equityIndustryAirportsAndAirServicesPercNet: type: number description: '' format: double nullable: true equityIndustryAluminumPercNet: type: number description: '' format: double nullable: true equityIndustryApparelManufacturingPercNet: type: number description: '' format: double nullable: true equityIndustryApparelRetailPercNet: type: number description: '' format: double nullable: true equityIndustryAssetManagementPercNet: type: number description: '' format: double nullable: true equityIndustryAutoAndTruckDealershipsPercNet: type: number description: '' format: double nullable: true equityIndustryAutoManufacturersPercNet: type: number description: '' format: double nullable: true equityIndustryAutoPartsPercNet: type: number description: '' format: double nullable: true equityIndustryBanksDiversifiedPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesBrewersPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesNonAlcoholicPercNet: type: number description: '' format: double nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercNet: type: number description: '' format: double nullable: true equityIndustryBiotechnologyPercNet: type: number description: '' format: double nullable: true equityIndustryBuildingMaterialsPercNet: type: number description: '' format: double nullable: true equityIndustryBusinessEquipmentAndSuppliesPercNet: type: number description: '' format: double nullable: true equityIndustrySpecialtyBusinessServicesPercNet: type: number description: '' format: double nullable: true equityIndustryCapitalMarketsPercNet: type: number description: '' format: double nullable: true equityIndustryChemicalsPercNet: type: number description: '' format: double nullable: true equityIndustryCommunicationEquipmentPercNet: type: number description: '' format: double nullable: true equityIndustryComputerHardwarePercNet: type: number description: '' format: double nullable: true equityIndustryConfectionersPercNet: type: number description: '' format: double nullable: true equityIndustryConglomeratesPercNet: type: number description: '' format: double nullable: true equityIndustryConsumerElectronicsPercNet: type: number description: '' format: double nullable: true equityIndustryCopperPercNet: type: number description: '' format: double nullable: true equityIndustryCreditServicesPercNet: type: number description: '' format: double nullable: true equityIndustryDepartmentStoresPercNet: type: number description: '' format: double nullable: true equityIndustryDiagnosticsAndResearchPercNet: type: number description: '' format: double nullable: true equityIndustryDiscountStoresPercNet: type: number description: '' format: double nullable: true equityIndustrySpecialtyIndustrialMachineryPercNet: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersGeneralPercNet: type: number description: '' format: double nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercNet: type: number description: '' format: double nullable: true equityIndustryEducationAndTrainingServicesPercNet: type: number description: '' format: double nullable: true equityIndustryElectronicComponentsPercNet: type: number description: '' format: double nullable: true equityIndustryElectronicsAndComputerDistributionPercNet: type: number description: '' format: double nullable: true equityIndustryEngineeringAndConstructionPercNet: type: number description: '' format: double nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercNet: type: number description: '' format: double nullable: true equityIndustryFarmProductsPercNet: type: number description: '' format: double nullable: true equityIndustryFinancialDataAndStockExchangesPercNet: type: number description: '' format: double nullable: true equityIndustryFoodDistributionPercNet: type: number description: '' format: double nullable: true equityIndustryFootwearAndAccessoriesPercNet: type: number description: '' format: double nullable: true equityIndustryGamblingPercNet: type: number description: '' format: double nullable: true equityIndustryGoldPercNet: type: number description: '' format: double nullable: true equityIndustryGroceryStoresPercNet: type: number description: '' format: double nullable: true equityIndustryHealthCarePlansPercNet: type: number description: '' format: double nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercNet: type: number description: '' format: double nullable: true equityIndustryHomeImprovementRetailPercNet: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercNet: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercNet: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercNet: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercNet: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercNet: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercNet: type: string description: '' nullable: true equityIndustryInsuranceLifePercNet: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercNet: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercNet: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercNet: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercNet: type: string description: '' nullable: true equityIndustryLeisurePercNet: type: string description: '' nullable: true equityIndustryLodgingPercNet: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercNet: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercNet: type: string description: '' nullable: true equityIndustryMedicalCarePercNet: type: string description: '' nullable: true equityIndustryMedicalDevicesPercNet: type: string description: '' nullable: true equityIndustryMedicalDistributionPercNet: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercNet: type: string description: '' nullable: true equityIndustryMetalFabricationPercNet: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercNet: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercNet: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercNet: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercNet: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercNet: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercNet: type: string description: '' nullable: true equityIndustryPackagedFoodsPercNet: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercNet: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercNet: type: string description: '' nullable: true equityIndustryPersonalServicesPercNet: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercNet: type: string description: '' nullable: true equityIndustryRailroadsPercNet: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercNet: type: string description: '' nullable: true equityIndustryRealEstateServicesPercNet: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercNet: type: string description: '' nullable: true equityIndustryReitDiversifiedPercNet: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercNet: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercNet: type: string description: '' nullable: true equityIndustryReitIndustrialPercNet: type: string description: '' nullable: true equityIndustryReitOfficePercNet: type: string description: '' nullable: true equityIndustryReitResidentialPercNet: type: string description: '' nullable: true equityIndustryReitRetailPercNet: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercNet: type: string description: '' nullable: true equityIndustryResidentialConstructionPercNet: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercNet: type: string description: '' nullable: true equityIndustryRestaurantsPercNet: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercNet: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercNet: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercNet: type: string description: '' nullable: true equityIndustrySemiconductorsPercNet: type: string description: '' nullable: true equityIndustryMarineShippingPercNet: type: string description: '' nullable: true equityIndustrySilverPercNet: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercNet: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercNet: type: string description: '' nullable: true equityIndustrySolarPercNet: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercNet: type: string description: '' nullable: true equityIndustryMortgageFinancePercNet: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercNet: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercNet: type: string description: '' nullable: true equityIndustrySteelPercNet: type: string description: '' nullable: true equityIndustryTelecomServicesPercNet: type: string description: '' nullable: true equityIndustryTextileManufacturingPercNet: type: string description: '' nullable: true equityIndustryTobaccoPercNet: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercNet: type: string description: '' nullable: true equityIndustryTruckingPercNet: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercNet: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercNet: type: string description: '' nullable: true equityIndustryWasteManagementPercNet: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercNet: type: string description: '' nullable: true equityRegionAmericasPercNet: type: string description: '' nullable: true equityStyleCorePercNet: type: number description: '' format: double nullable: true equityRegionDevelopedPercNet: type: string description: '' nullable: true equityRegionEmergingPercNet: type: string description: '' nullable: true marketCapGiantPercNet: type: number description: '' format: double nullable: true equityRegionGreaterAsiaPercNet: type: string description: '' nullable: true equityRegionGreaterEuropePercNet: type: string description: '' nullable: true equityStyleGrowthPercNet: type: number description: '' format: double nullable: true equityStyleLargeCapPercNet: type: number description: '' format: double nullable: true marketCapLargePercNet: type: number description: '' format: double nullable: true marketCapMicroPercNet: type: number description: '' format: double nullable: true marketCapMidPercNet: type: number description: '' format: double nullable: true equityStyleMidCapPercNet: type: number description: '' format: double nullable: true equityRegionNorthAmericaPercNet: type: string description: '' nullable: true equityRegionNotClassifiedPercNet: type: string description: '' nullable: true marketCapSmallPercNet: type: number description: '' format: double nullable: true equityRegionLatinAmericaPercNet: type: string description: '' nullable: true equityRegionUnitedKingdomPercNet: type: string description: '' nullable: true equityRegionCanadaPercNet: type: string description: '' nullable: true equityRegionUnitedStatesPercNet: type: string description: '' nullable: true equityRegionEuropeEmrgPercNet: type: string description: '' nullable: true equityRegionEurozonePercNet: type: string description: '' nullable: true equityRegionEuropeExEuroPercNet: type: string description: '' nullable: true equityRegionJapanPercNet: type: string description: '' nullable: true equityRegionAustralasiaPercNet: type: string description: '' nullable: true equityRegionAsiaEmrgPercNet: type: string description: '' nullable: true equityRegionAsiaDevPercNet: type: string description: '' nullable: true equityStyleSmallCapPercNet: type: number description: '' format: double nullable: true equityRegionAfricaPercNet: type: string description: '' nullable: true equityRegionMiddleEastPercNet: type: string description: '' nullable: true equityStyleLargeValuePercNet: type: number description: '' format: double nullable: true equityStyleLargeCorePercNet: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercNet: type: number description: '' format: double nullable: true equityStyleMidValuePercNet: type: number description: '' format: double nullable: true equityStyleMidCorePercNet: type: number description: '' format: double nullable: true equityStyleMidGrowthPercNet: type: number description: '' format: double nullable: true equityStyleSmallValuePercNet: type: number description: '' format: double nullable: true equityStyleSmallCorePercNet: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercNet: type: number description: '' format: double nullable: true equityStyleValuePercNet: type: number description: '' format: double nullable: true equityRegionEuropeDevPercNet: type: string description: '' nullable: true economicMoatNarrowPercNet: type: number description: '' format: double nullable: true economicMoatWidePercNet: type: number description: '' format: double nullable: true economicMoatNonePercNet: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercNet: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercNet: type: number description: '' format: double nullable: true gicsChemicalsPercNet: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercNet: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercNet: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercNet: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercNet: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercNet: type: number description: '' format: double nullable: true equityIndustryAdvertisingAgenciesPercNet: type: string description: '' nullable: true equityIndustryAirlinesPercNet: type: string description: '' nullable: true equityIndustryBanksRegionalPercNet: type: string description: '' nullable: true equityIndustryBroadcastingPercNet: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercNet: type: string description: '' nullable: true equityIndustryCokingCoalPercNet: type: string description: '' nullable: true equityIndustryConsultingServicesPercNet: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercNet: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercNet: type: string description: '' nullable: true equityIndustryEntertainmentPercNet: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercNet: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercNet: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercNet: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercNet: type: string description: '' nullable: true equityIndustryInternetRetailPercNet: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercNet: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercNet: type: string description: '' nullable: true equityIndustryPublishingPercNet: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercNet: type: string description: '' nullable: true equityIndustryReitMortgagePercNet: type: string description: '' nullable: true equityIndustryReitSpecialtyPercNet: type: string description: '' nullable: true equityIndustryShellCompaniesPercNet: type: string description: '' nullable: true equityIndustryThermalCoalPercNet: type: string description: '' nullable: true equityIndustryTravelServicesPercNet: type: string description: '' nullable: true equityIndustryUraniumPercNet: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercNet: type: string description: '' nullable: true gicsBuildingProductsPercNet: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercNet: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercNet: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercNet: type: number description: '' format: double nullable: true gicsMachineryPercNet: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercNet: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercNet: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercNet: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercNet: type: number description: '' format: double nullable: true gicsMarineTransportationPercNet: type: number description: '' format: double nullable: true gicsGroundTransportationPercNet: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercNet: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercNet: type: number description: '' format: double nullable: true gicsAutomobilesPercNet: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercNet: type: number description: '' format: double nullable: true gicsLeisureProductsPercNet: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercNet: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercNet: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercNet: type: number description: '' format: double nullable: true msciCountryBangladeshPercNet: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercNet: type: string description: '' nullable: true msciCountryJamaicaPercNet: type: string description: '' nullable: true msciCountrySerbiaPercNet: type: string description: '' nullable: true msciCountryVietnamPercNet: type: string description: '' nullable: true msciCountryZimbabwePercNet: type: string description: '' nullable: true gicsDistributorsPercNet: type: number description: '' format: double nullable: true gicsBroadlineRetailPercNet: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercNet: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercNet: type: number description: '' format: double nullable: true gicsBeveragesPercNet: type: number description: '' format: double nullable: true gicsFoodProductsPercNet: type: number description: '' format: double nullable: true gicsTobaccoPercNet: type: number description: '' format: double nullable: true gicsHouseholdProductsPercNet: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercNet: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercNet: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercNet: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercNet: type: number description: '' format: double nullable: true gicsBiotechPercNet: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercNet: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercNet: type: number description: '' format: double nullable: true gicsBanksPercNet: type: number description: '' format: double nullable: true gicsFinancialServicesPercNet: type: number description: '' format: double nullable: true gicsConsumerFinancePercNet: type: number description: '' format: double nullable: true gicsCapitalMarketsPercNet: type: number description: '' format: double nullable: true gicsInsurancePercNet: type: number description: '' format: double nullable: true gicsItServicesPercNet: type: number description: '' format: double nullable: true gicsSoftwarePercNet: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercNet: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercNet: type: number description: '' format: double nullable: true gicsMortgageReitsPercNet: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercNet: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercNet: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercNet: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercNet: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercNet: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercNet: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercNet: type: number description: '' format: double nullable: true gicsGasUtilitiesPercNet: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercNet: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercNet: type: number description: '' format: double nullable: true gicsProfessionalServicesPercNet: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercNet: type: number description: '' format: double nullable: true msciCountryUnitedArabEmiratesPercNet: type: number description: '' format: double nullable: true msciCountryArgentinaPercNet: type: number description: '' format: double nullable: true msciCountryAustraliaPercNet: type: number description: '' format: double nullable: true msciCountryAustriaPercNet: type: number description: '' format: double nullable: true msciCountryBelgiumPercNet: type: number description: '' format: double nullable: true msciCountryBulgariaPercNet: type: number description: '' format: double nullable: true msciCountryBahrainPercNet: type: number description: '' format: double nullable: true msciCountryBrazilPercNet: type: number description: '' format: double nullable: true msciCountryBotswanaPercNet: type: number description: '' format: double nullable: true msciCountryCanadaPercNet: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercNet: type: number description: '' format: double nullable: true msciCountryChilePercNet: type: number description: '' format: double nullable: true msciCountryChinaPercNet: type: number description: '' format: double nullable: true msciCountryColombiaPercNet: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercNet: type: number description: '' format: double nullable: true msciCountryGermanyPercNet: type: number description: '' format: double nullable: true msciCountryDenmarkPercNet: type: number description: '' format: double nullable: true msciCountryEgyptPercNet: type: number description: '' format: double nullable: true msciCountrySpainPercNet: type: number description: '' format: double nullable: true msciCountryEstoniaPercNet: type: number description: '' format: double nullable: true msciCountryFinlandPercNet: type: number description: '' format: double nullable: true msciCountryFrancePercNet: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercNet: type: number description: '' format: double nullable: true msciCountryGhanaPercNet: type: number description: '' format: double nullable: true msciCountryGreecePercNet: type: number description: '' format: double nullable: true msciCountryHongKongPercNet: type: number description: '' format: double nullable: true msciCountryCroatiaPercNet: type: number description: '' format: double nullable: true msciCountryHungaryPercNet: type: number description: '' format: double nullable: true msciCountryIndonesiaPercNet: type: number description: '' format: double nullable: true msciCountryIndiaPercNet: type: number description: '' format: double nullable: true msciCountryIrelandPercNet: type: number description: '' format: double nullable: true msciCountryIsraelPercNet: type: number description: '' format: double nullable: true msciCountryItalyPercNet: type: number description: '' format: double nullable: true msciCountryJordanPercNet: type: number description: '' format: double nullable: true msciCountryJapanPercNet: type: number description: '' format: double nullable: true msciCountryKazakhstanPercNet: type: number description: '' format: double nullable: true msciCountryKenyaPercNet: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercNet: type: number description: '' format: double nullable: true msciCountryKuwaitPercNet: type: number description: '' format: double nullable: true msciCountryLebanonPercNet: type: number description: '' format: double nullable: true msciCountrySriLankaPercNet: type: number description: '' format: double nullable: true msciCountryLithuaniaPercNet: type: number description: '' format: double nullable: true msciCountryMoroccoPercNet: type: number description: '' format: double nullable: true msciCountryMexicoPercNet: type: number description: '' format: double nullable: true msciCountryMauritiusPercNet: type: number description: '' format: double nullable: true msciCountryMalaysiaPercNet: type: number description: '' format: double nullable: true msciCountryNigeriaPercNet: type: number description: '' format: double nullable: true msciCountryNetherlandsPercNet: type: number description: '' format: double nullable: true msciCountryNorwayPercNet: type: number description: '' format: double nullable: true msciCountryNewZealandPercNet: type: number description: '' format: double nullable: true msciCountryOmanPercNet: type: number description: '' format: double nullable: true msciCountryPakistanPercNet: type: number description: '' format: double nullable: true msciCountryPeruPercNet: type: number description: '' format: double nullable: true msciCountryPhilippinesPercNet: type: number description: '' format: double nullable: true msciCountryPolandPercNet: type: number description: '' format: double nullable: true msciCountryPortugalPercNet: type: number description: '' format: double nullable: true msciCountryQatarPercNet: type: number description: '' format: double nullable: true msciCountryRomaniaPercNet: type: number description: '' format: double nullable: true msciCountryRussiaPercNet: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercNet: type: number description: '' format: double nullable: true msciCountrySingaporePercNet: type: number description: '' format: double nullable: true msciCountrySloveniaPercNet: type: number description: '' format: double nullable: true msciCountrySwedenPercNet: type: number description: '' format: double nullable: true msciCountryThailandPercNet: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercNet: type: number description: '' format: double nullable: true msciCountryTunisiaPercNet: type: number description: '' format: double nullable: true msciCountryTurkeyPercNet: type: number description: '' format: double nullable: true msciCountryTaiwanPercNet: type: number description: '' format: double nullable: true msciCountryUkrainePercNet: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercNet: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercNet: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercNet: type: string description: '' nullable: true assetAllocPrefStockPercNet: type: string description: '' nullable: true equitySectorBusinessServicesPercNet: type: string description: '' nullable: true assetAllocConvBondPercNet: type: string description: '' nullable: true equitySectorConsumerGoodsPercNet: type: string description: '' nullable: true equitySectorConsumerServicesPercNet: type: string description: '' nullable: true equitySuperSectorInformationPercNet: type: string description: '' nullable: true equitySuperSectorServicePercNet: type: string description: '' nullable: true equitySuperSectorManufacturingPercNet: type: string description: '' nullable: true gicsMediaPercNet: type: number description: '' format: double nullable: true gicsEntertainmentPercNet: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercNet: type: number description: '' format: double nullable: true equitySectorEnergyPercNet: type: string description: '' nullable: true equitySectorFinancialServicesPercNet: type: string description: '' nullable: true equitySectorHardwarePercNet: type: string description: '' nullable: true equitySectorHealthcarePercNet: type: string description: '' nullable: true equitySectorIndustrialMaterialsPercNet: type: string description: '' nullable: true equitySectorMediaPercNet: type: string description: '' nullable: true equitySectorUtilitiesPercNet: type: string description: '' nullable: true equitySectorSoftwarePercNet: type: string description: '' nullable: true equitySectorTelecomPercNet: type: string description: '' nullable: true equityCountryArgentinaPercNet: type: string description: '' nullable: true equityCountryBrazilPercNet: type: string description: '' nullable: true equityCountryCanadaPercNet: type: string description: '' nullable: true equityCountryChilePercNet: type: string description: '' nullable: true equityCountryMexicoPercNet: type: string description: '' nullable: true equityCountryUnitedStatesPercNet: type: string description: '' nullable: true equityCountryVenezuelaPercNet: type: string description: '' nullable: true equityCountryAustraliaPercNet: type: string description: '' nullable: true equityCountryChinaPercNet: type: string description: '' nullable: true equityCountryHongKongPercNet: type: string description: '' nullable: true equityCountryIndiaPercNet: type: string description: '' nullable: true equityCountryIndonesiaPercNet: type: string description: '' nullable: true equityCountryJapanPercNet: type: string description: '' nullable: true equityCountryMalaysiaPercNet: type: string description: '' nullable: true equityCountryNewZealandPercNet: type: string description: '' nullable: true equityCountryPakistanPercNet: type: string description: '' nullable: true equityCountryPhilippinesPercNet: type: string description: '' nullable: true equityCountrySingaporePercNet: type: string description: '' nullable: true equityCountryTaiwanPercNet: type: string description: '' nullable: true equityCountryThailandPercNet: type: string description: '' nullable: true equityCountryAustriaPercNet: type: string description: '' nullable: true equityCountryBelgiumPercNet: type: string description: '' nullable: true equityCountryCzechRepublicPercNet: type: string description: '' nullable: true equityCountryDenmarkPercNet: type: string description: '' nullable: true equityCountryFinlandPercNet: type: string description: '' nullable: true equityCountryFrancePercNet: type: string description: '' nullable: true equityCountryGermanyPercNet: type: string description: '' nullable: true equityCountryGreecePercNet: type: string description: '' nullable: true equityCountryHungaryPercNet: type: string description: '' nullable: true equityCountryIrelandPercNet: type: string description: '' nullable: true equityCountryIsraelPercNet: type: string description: '' nullable: true equityCountryItalyPercNet: type: string description: '' nullable: true equityCountryNetherlandsPercNet: type: string description: '' nullable: true equityCountryNorwayPercNet: type: string description: '' nullable: true equityCountryPolandPercNet: type: string description: '' nullable: true equityCountryPortugalPercNet: type: string description: '' nullable: true equityCountryRussiaPercNet: type: string description: '' nullable: true equityCountrySlovakiaPercNet: type: string description: '' nullable: true equityCountrySouthAfricaPercNet: type: string description: '' nullable: true equityCountrySouthKoreaPercNet: type: string description: '' nullable: true equityCountrySpainPercNet: type: string description: '' nullable: true equityCountrySwedenPercNet: type: string description: '' nullable: true equityCountrySwitzerlandPercNet: type: string description: '' nullable: true equityCountryTurkeyPercNet: type: string description: '' nullable: true equityCountryUnitedKingdomPercNet: type: string description: '' nullable: true equityCountryOtherCountriesPercNet: type: string description: '' nullable: true gicsEnergyPercNet: type: number description: '' format: double nullable: true gicsMaterialsPercNet: type: number description: '' format: double nullable: true gicsIndustrialsPercNet: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercNet: type: number description: '' format: double nullable: true gicsConsumerStaplesPercNet: type: number description: '' format: double nullable: true gicsHealthcarePercNet: type: number description: '' format: double nullable: true gicsFinancialsPercNet: type: number description: '' format: double nullable: true gicsInformationTechnologyPercNet: type: number description: '' format: double nullable: true gicsCommunicationServicesPercNet: type: number description: '' format: double nullable: true gicsUtilitiesPercNet: type: number description: '' format: double nullable: true gicsRealEstatePercNet: type: number description: '' format: double nullable: true equityCountryVietnamPercNet: type: string description: '' nullable: true equityCountryLithuaniaPercNet: type: string description: '' nullable: true equityCountryLatviaPercNet: type: string description: '' nullable: true equityCountryEstoniaPercNet: type: string description: '' nullable: true equityCountryPeruPercNet: type: string description: '' nullable: true equityCountryColombiaPercNet: type: string description: '' nullable: true equityCountryNonUsPercNet: type: string description: '' nullable: true latestPercAssetInTop10HoldingsDate: type: string description: '' nullable: true latestPercAssetInTop10Holdings: type: number description: '' format: double nullable: true equityEconSectorBasicMaterialsPercShort: type: string description: '' nullable: true equityEconSectorCommunicationServicesPercShort: type: string description: '' nullable: true equityEconSectorConsumerCyclicalPercShort: type: string description: '' nullable: true equityEconSectorConsumerDefensivePercShort: type: string description: '' nullable: true equityEconSectorHealthcarePercShort: type: string description: '' nullable: true equityEconSectorIndustrialsPercShort: type: string description: '' nullable: true equityEconSectorRealEstatePercShort: type: string description: '' nullable: true equityEconSectorTechnologyPercShort: type: string description: '' nullable: true equityEconSectorEnergyPercShort: type: string description: '' nullable: true equityEconSectorFinancialServicesPercShort: type: string description: '' nullable: true equityEconSectorUtilitiesPercShort: type: string description: '' nullable: true equityEconSuperSectorCyclicalPercShort: type: string description: '' nullable: true equityEconSuperSectorDefensivePercShort: type: string description: '' nullable: true equityEconSuperSectorSensitivePercShort: type: string description: '' nullable: true equityIndustryAerospaceAndDefensePercShort: type: string description: '' nullable: true equityIndustryAgriculturalInputsPercShort: type: string description: '' nullable: true equityIndustryAirportsAndAirServicesPercShort: type: string description: '' nullable: true equityIndustryAluminumPercShort: type: string description: '' nullable: true equityIndustryApparelManufacturingPercShort: type: string description: '' nullable: true equityIndustryApparelRetailPercShort: type: string description: '' nullable: true equityIndustryAssetManagementPercShort: type: string description: '' nullable: true equityIndustryAutoAndTruckDealershipsPercShort: type: string description: '' nullable: true equityIndustryAutoManufacturersPercShort: type: string description: '' nullable: true equityIndustryAutoPartsPercShort: type: string description: '' nullable: true equityIndustryBanksDiversifiedPercShort: type: string description: '' nullable: true equityIndustryBeveragesBrewersPercShort: type: string description: '' nullable: true equityIndustryBeveragesNonAlcoholicPercShort: type: string description: '' nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercShort: type: string description: '' nullable: true equityIndustryBiotechnologyPercShort: type: string description: '' nullable: true equityIndustryBuildingMaterialsPercShort: type: string description: '' nullable: true equityIndustryBusinessEquipmentAndSuppliesPercShort: type: string description: '' nullable: true equityIndustrySpecialtyBusinessServicesPercShort: type: string description: '' nullable: true equityIndustryCapitalMarketsPercShort: type: string description: '' nullable: true equityIndustryChemicalsPercShort: type: string description: '' nullable: true equityIndustryCommunicationEquipmentPercShort: type: string description: '' nullable: true equityIndustryComputerDistributionPercShort: type: string description: '' nullable: true equityIndustryComputerHardwarePercShort: type: string description: '' nullable: true equityIndustryConfectionersPercShort: type: string description: '' nullable: true equityIndustryConglomeratesPercShort: type: string description: '' nullable: true equityIndustryConsumerElectronicsPercShort: type: string description: '' nullable: true equityIndustryCopperPercShort: type: string description: '' nullable: true equityIndustryCreditServicesPercShort: type: string description: '' nullable: true equityIndustryDepartmentStoresPercShort: type: string description: '' nullable: true equityIndustryDiagnosticsAndResearchPercShort: type: string description: '' nullable: true equityIndustryDiscountStoresPercShort: type: string description: '' nullable: true equityIndustrySpecialtyIndustrialMachineryPercShort: type: string description: '' nullable: true equityIndustryDrugManufacturersGeneralPercShort: type: string description: '' nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercShort: type: string description: '' nullable: true equityIndustryEducationAndTrainingServicesPercShort: type: string description: '' nullable: true equityIndustryElectronicComponentsPercShort: type: string description: '' nullable: true equityIndustryElectronicsAndComputerDistributionPercShort: type: string description: '' nullable: true equityIndustryEngineeringAndConstructionPercShort: type: string description: '' nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercShort: type: string description: '' nullable: true equityIndustryFarmProductsPercShort: type: string description: '' nullable: true equityIndustryFinancialDataAndStockExchangesPercShort: type: string description: '' nullable: true equityIndustryFoodDistributionPercShort: type: string description: '' nullable: true equityIndustryFootwearAndAccessoriesPercShort: type: string description: '' nullable: true equityIndustryGamblingPercShort: type: string description: '' nullable: true equityIndustryGoldPercShort: type: string description: '' nullable: true equityIndustryGroceryStoresPercShort: type: string description: '' nullable: true equityIndustryHealthCarePlansPercShort: type: string description: '' nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercShort: type: string description: '' nullable: true equityIndustryHomeImprovementRetailPercShort: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercShort: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercShort: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercShort: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercShort: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercShort: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercShort: type: string description: '' nullable: true equityIndustryInsuranceLifePercShort: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercShort: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercShort: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercShort: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercShort: type: string description: '' nullable: true equityIndustryLeisurePercShort: type: string description: '' nullable: true equityIndustryLodgingPercShort: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercShort: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercShort: type: string description: '' nullable: true equityIndustryMedicalCarePercShort: type: string description: '' nullable: true equityIndustryMedicalDevicesPercShort: type: string description: '' nullable: true equityIndustryMedicalDistributionPercShort: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercShort: type: string description: '' nullable: true equityIndustryMetalFabricationPercShort: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercShort: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercShort: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercShort: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercShort: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercShort: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercShort: type: string description: '' nullable: true equityIndustryPackagedFoodsPercShort: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercShort: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercShort: type: string description: '' nullable: true equityIndustryPersonalServicesPercShort: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercShort: type: string description: '' nullable: true equityIndustryRailroadsPercShort: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercShort: type: string description: '' nullable: true equityIndustryRealEstateServicesPercShort: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercShort: type: string description: '' nullable: true equityIndustryReitDiversifiedPercShort: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercShort: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercShort: type: string description: '' nullable: true equityIndustryReitIndustrialPercShort: type: string description: '' nullable: true equityIndustryReitOfficePercShort: type: string description: '' nullable: true equityIndustryReitResidentialPercShort: type: string description: '' nullable: true equityIndustryReitRetailPercShort: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercShort: type: string description: '' nullable: true equityIndustryResidentialConstructionPercShort: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercShort: type: string description: '' nullable: true equityIndustryRestaurantsPercShort: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercShort: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercShort: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercShort: type: string description: '' nullable: true equityIndustrySemiconductorsPercShort: type: string description: '' nullable: true equityIndustryMarineShippingPercShort: type: string description: '' nullable: true equityIndustrySilverPercShort: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercShort: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercShort: type: string description: '' nullable: true equityIndustrySolarPercShort: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercShort: type: string description: '' nullable: true equityIndustryMortgageFinancePercShort: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercShort: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercShort: type: string description: '' nullable: true equityIndustrySteelPercShort: type: string description: '' nullable: true equityIndustryTelecomServicesPercShort: type: string description: '' nullable: true equityIndustryTextileManufacturingPercShort: type: string description: '' nullable: true equityIndustryTobaccoPercShort: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercShort: type: string description: '' nullable: true equityIndustryTruckingPercShort: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercShort: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercShort: type: string description: '' nullable: true equityIndustryWasteManagementPercShort: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercShort: type: string description: '' nullable: true equityRegionAmericasPercShort: type: string description: '' nullable: true equityStyleCorePercShort: type: number description: '' format: double nullable: true equityRegionDevelopedPercShort: type: string description: '' nullable: true equityRegionEmergingPercShort: type: string description: '' nullable: true marketCapGiantPercShort: type: number description: '' format: double nullable: true equityRegionGreaterAsiaPercShort: type: string description: '' nullable: true equityRegionGreaterEuropePercShort: type: string description: '' nullable: true equityStyleGrowthPercShort: type: number description: '' format: double nullable: true equityStyleLargeCapPercShort: type: number description: '' format: double nullable: true marketCapLargePercShort: type: number description: '' format: double nullable: true marketCapMicroPercShort: type: number description: '' format: double nullable: true marketCapMidPercShort: type: number description: '' format: double nullable: true equityStyleMidCapPercShort: type: number description: '' format: double nullable: true equityRegionNorthAmericaPercShort: type: string description: '' nullable: true equityRegionNotClassifiedPercShort: type: string description: '' nullable: true marketCapSmallPercShort: type: number description: '' format: double nullable: true equityRegionLatinAmericaPercShort: type: string description: '' nullable: true equityRegionUnitedKingdomPercShort: type: string description: '' nullable: true equityRegionCanadaPercShort: type: string description: '' nullable: true equityRegionUnitedStatesPercShort: type: string description: '' nullable: true equityRegionEuropeEmrgPercShort: type: string description: '' nullable: true equityRegionEurozonePercShort: type: string description: '' nullable: true equityRegionEuropeExEuroPercShort: type: string description: '' nullable: true equityRegionJapanPercShort: type: string description: '' nullable: true equityRegionAustralasiaPercShort: type: string description: '' nullable: true equityRegionAsiaEmrgPercShort: type: string description: '' nullable: true equityRegionAsiaDevPercShort: type: string description: '' nullable: true equityStyleSmallCapPercShort: type: number description: '' format: double nullable: true equityRegionAfricaPercShort: type: string description: '' nullable: true equityRegionMiddleEastPercShort: type: string description: '' nullable: true equityStyleLargeValuePercShort: type: number description: '' format: double nullable: true equityStyleLargeCorePercShort: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercShort: type: number description: '' format: double nullable: true equityStyleMidValuePercShort: type: number description: '' format: double nullable: true equityStyleMidCorePercShort: type: number description: '' format: double nullable: true equityStyleMidGrowthPercShort: type: number description: '' format: double nullable: true equityStyleSmallValuePercShort: type: number description: '' format: double nullable: true equityStyleSmallCorePercShort: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercShort: type: number description: '' format: double nullable: true equityStyleValuePercShort: type: number description: '' format: double nullable: true equityRegionEuropeDevPercShort: type: string description: '' nullable: true economicMoatNarrowPercShort: type: number description: '' format: double nullable: true economicMoatWidePercShort: type: number description: '' format: double nullable: true economicMoatNonePercShort: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercShort: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercShort: type: number description: '' format: double nullable: true gicsChemicalsPercShort: type: number description: '' format: double nullable: true gicsConstructionMaterialsPercShort: type: number description: '' format: double nullable: true gicsContainersAndPackagingPercShort: type: number description: '' format: double nullable: true gicsMetalsAndMiningPercShort: type: number description: '' format: double nullable: true gicsPaperAndForestProductsPercShort: type: number description: '' format: double nullable: true gicsAerospaceAndDefensePercShort: type: number description: '' format: double nullable: true equityIndustryAdvertisingAgenciesPercShort: type: string description: '' nullable: true equityIndustryAirlinesPercShort: type: string description: '' nullable: true equityIndustryBanksRegionalPercShort: type: string description: '' nullable: true equityIndustryBroadcastingPercShort: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercShort: type: string description: '' nullable: true equityIndustryCokingCoalPercShort: type: string description: '' nullable: true equityIndustryConsultingServicesPercShort: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercShort: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercShort: type: string description: '' nullable: true equityIndustryEntertainmentPercShort: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercShort: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercShort: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercShort: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercShort: type: string description: '' nullable: true equityIndustryInternetRetailPercShort: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercShort: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercShort: type: string description: '' nullable: true equityIndustryPublishingPercShort: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercShort: type: string description: '' nullable: true equityIndustryReitMortgagePercShort: type: string description: '' nullable: true equityIndustryReitSpecialtyPercShort: type: string description: '' nullable: true equityIndustryShellCompaniesPercShort: type: string description: '' nullable: true equityIndustryThermalCoalPercShort: type: string description: '' nullable: true equityIndustryTravelServicesPercShort: type: string description: '' nullable: true equityIndustryUraniumPercShort: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercShort: type: string description: '' nullable: true gicsBuildingProductsPercShort: type: number description: '' format: double nullable: true gicsConstructionAndEngineeringPercShort: type: number description: '' format: double nullable: true gicsElectricalEquipmentPercShort: type: number description: '' format: double nullable: true gicsIndustrialConglomeratePercShort: type: number description: '' format: double nullable: true gicsMachineryPercShort: type: number description: '' format: double nullable: true gicsTradingCompAndDistributorsPercShort: type: number description: '' format: double nullable: true gicsCommercialSvcsAndSuppliesPercShort: type: number description: '' format: double nullable: true gicsAirFreightAndLogisticsPercShort: type: number description: '' format: double nullable: true gicsPassengerAirlinesPercShort: type: number description: '' format: double nullable: true gicsMarineTransportationPercShort: type: number description: '' format: double nullable: true gicsGroundTransportationPercShort: type: number description: '' format: double nullable: true gicsTransportationInfrastructurePercShort: type: number description: '' format: double nullable: true gicsAutomobileComponentsPercShort: type: number description: '' format: double nullable: true gicsAutomobilesPercShort: type: number description: '' format: double nullable: true gicsHouseholdDurablesPercShort: type: number description: '' format: double nullable: true gicsLeisureProductsPercShort: type: number description: '' format: double nullable: true gicsTextilesApparelAndLuxuryGoodsPercShort: type: number description: '' format: double nullable: true gicsHotelsRestaurantsAndLeisurePercShort: type: number description: '' format: double nullable: true gicsDiversifiedConsumerSvcsPercShort: type: number description: '' format: double nullable: true msciCountryBangladeshPercShort: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercShort: type: string description: '' nullable: true msciCountryJamaicaPercShort: type: string description: '' nullable: true msciCountrySerbiaPercShort: type: string description: '' nullable: true msciCountryVietnamPercShort: type: string description: '' nullable: true msciCountryZimbabwePercShort: type: string description: '' nullable: true gicsDistributorsPercShort: type: number description: '' format: double nullable: true gicsBroadlineRetailPercShort: type: number description: '' format: double nullable: true gicsSpecialtyRetailPercShort: type: number description: '' format: double nullable: true gicsConsumerStaplesDistributionAndRetailPercShort: type: number description: '' format: double nullable: true gicsBeveragesPercShort: type: number description: '' format: double nullable: true gicsFoodProductsPercShort: type: number description: '' format: double nullable: true gicsTobaccoPercShort: type: number description: '' format: double nullable: true gicsHouseholdProductsPercShort: type: number description: '' format: double nullable: true gicsPersonalCareProductsPercShort: type: number description: '' format: double nullable: true gicsHealthcareEquipAndSuppliesPercShort: type: number description: '' format: double nullable: true gicsHealthcareProvidersAndSvcsPercShort: type: number description: '' format: double nullable: true gicsHealthcareTechnologyPercShort: type: number description: '' format: double nullable: true gicsBiotechPercShort: type: number description: '' format: double nullable: true gicsPharmaceuticalsPercShort: type: number description: '' format: double nullable: true gicsLifeSciencesToolsAndSvcsPercShort: type: number description: '' format: double nullable: true gicsBanksPercShort: type: number description: '' format: double nullable: true gicsFinancialServicesPercShort: type: number description: '' format: double nullable: true gicsConsumerFinancePercShort: type: number description: '' format: double nullable: true gicsCapitalMarketsPercShort: type: number description: '' format: double nullable: true gicsInsurancePercShort: type: number description: '' format: double nullable: true gicsItServicesPercShort: type: number description: '' format: double nullable: true gicsSoftwarePercShort: type: number description: '' format: double nullable: true gicsCommunicationsEquipmentPercShort: type: number description: '' format: double nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercShort: type: number description: '' format: double nullable: true gicsMortgageReitsPercShort: type: number description: '' format: double nullable: true gicsDiversifiedReitsPercShort: type: number description: '' format: double nullable: true gicsRealEstateManagementAndDevelopmentPercShort: type: number description: '' format: double nullable: true gicsElectronicEquipAndInstrumentsPercShort: type: number description: '' format: double nullable: true gicsSemiconductorsAndSemiEquipPercShort: type: number description: '' format: double nullable: true gicsDiversifiedTelecomSvcsPercShort: type: number description: '' format: double nullable: true gicsWirelessTelecomServicesPercShort: type: number description: '' format: double nullable: true gicsElectricUtilitiesPercShort: type: number description: '' format: double nullable: true gicsGasUtilitiesPercShort: type: number description: '' format: double nullable: true gicsMultiUtilitiesPercShort: type: number description: '' format: double nullable: true gicsWaterUtilitiesPercShort: type: number description: '' format: double nullable: true gicsProfessionalServicesPercShort: type: number description: '' format: double nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercShort: type: number description: '' format: double nullable: true msciCountryUnitedArabEmiratesPercShort: type: number description: '' format: double nullable: true msciCountryArgentinaPercShort: type: number description: '' format: double nullable: true msciCountryAustraliaPercShort: type: number description: '' format: double nullable: true msciCountryAustriaPercShort: type: number description: '' format: double nullable: true msciCountryBelgiumPercShort: type: number description: '' format: double nullable: true msciCountryBulgariaPercShort: type: number description: '' format: double nullable: true msciCountryBahrainPercShort: type: number description: '' format: double nullable: true msciCountryBrazilPercShort: type: number description: '' format: double nullable: true msciCountryBotswanaPercShort: type: number description: '' format: double nullable: true msciCountryCanadaPercShort: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercShort: type: number description: '' format: double nullable: true msciCountryChilePercShort: type: number description: '' format: double nullable: true msciCountryChinaPercShort: type: number description: '' format: double nullable: true msciCountryColombiaPercShort: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercShort: type: number description: '' format: double nullable: true msciCountryGermanyPercShort: type: number description: '' format: double nullable: true msciCountryDenmarkPercShort: type: number description: '' format: double nullable: true msciCountryEgyptPercShort: type: number description: '' format: double nullable: true msciCountrySpainPercShort: type: number description: '' format: double nullable: true msciCountryEstoniaPercShort: type: number description: '' format: double nullable: true msciCountryFinlandPercShort: type: number description: '' format: double nullable: true msciCountryFrancePercShort: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercShort: type: number description: '' format: double nullable: true msciCountryGhanaPercShort: type: number description: '' format: double nullable: true msciCountryGreecePercShort: type: number description: '' format: double nullable: true msciCountryHongKongPercShort: type: number description: '' format: double nullable: true msciCountryCroatiaPercShort: type: number description: '' format: double nullable: true msciCountryHungaryPercShort: type: number description: '' format: double nullable: true msciCountryIndonesiaPercShort: type: number description: '' format: double nullable: true msciCountryIndiaPercShort: type: number description: '' format: double nullable: true msciCountryIrelandPercShort: type: number description: '' format: double nullable: true msciCountryIsraelPercShort: type: number description: '' format: double nullable: true msciCountryItalyPercShort: type: number description: '' format: double nullable: true msciCountryJordanPercShort: type: number description: '' format: double nullable: true msciCountryJapanPercShort: type: number description: '' format: double nullable: true msciCountryKazakhstanPercShort: type: number description: '' format: double nullable: true msciCountryKenyaPercShort: type: number description: '' format: double nullable: true msciCountrySouthKoreaPercShort: type: number description: '' format: double nullable: true msciCountryKuwaitPercShort: type: number description: '' format: double nullable: true msciCountryLebanonPercShort: type: number description: '' format: double nullable: true msciCountrySriLankaPercShort: type: number description: '' format: double nullable: true msciCountryLithuaniaPercShort: type: number description: '' format: double nullable: true msciCountryMoroccoPercShort: type: number description: '' format: double nullable: true msciCountryMexicoPercShort: type: number description: '' format: double nullable: true msciCountryMauritiusPercShort: type: number description: '' format: double nullable: true msciCountryMalaysiaPercShort: type: number description: '' format: double nullable: true msciCountryNigeriaPercShort: type: number description: '' format: double nullable: true msciCountryNetherlandsPercShort: type: number description: '' format: double nullable: true msciCountryNorwayPercShort: type: number description: '' format: double nullable: true msciCountryNewZealandPercShort: type: number description: '' format: double nullable: true msciCountryOmanPercShort: type: number description: '' format: double nullable: true msciCountryPakistanPercShort: type: number description: '' format: double nullable: true msciCountryPeruPercShort: type: number description: '' format: double nullable: true msciCountryPhilippinesPercShort: type: number description: '' format: double nullable: true msciCountryPolandPercShort: type: number description: '' format: double nullable: true msciCountryPortugalPercShort: type: number description: '' format: double nullable: true msciCountryQatarPercShort: type: number description: '' format: double nullable: true msciCountryRomaniaPercShort: type: number description: '' format: double nullable: true msciCountryRussiaPercShort: type: number description: '' format: double nullable: true msciCountrySaudiArabiaPercShort: type: number description: '' format: double nullable: true msciCountrySingaporePercShort: type: number description: '' format: double nullable: true msciCountrySloveniaPercShort: type: number description: '' format: double nullable: true msciCountrySwedenPercShort: type: number description: '' format: double nullable: true msciCountryThailandPercShort: type: number description: '' format: double nullable: true msciCountryTrinidadAndTobagoPercShort: type: number description: '' format: double nullable: true msciCountryTunisiaPercShort: type: number description: '' format: double nullable: true msciCountryTurkeyPercShort: type: number description: '' format: double nullable: true msciCountryTaiwanPercShort: type: number description: '' format: double nullable: true msciCountryUkrainePercShort: type: number description: '' format: double nullable: true msciCountryUnitedStatesPercShort: type: number description: '' format: double nullable: true msciCountrySouthAfricaPercShort: type: number description: '' format: double nullable: true msciCountryOtherCountriesPercShort: type: string description: '' nullable: true assetAllocPrefStockPercShort: type: string description: '' nullable: true equitySectorBusinessServicesPercShort: type: string description: '' nullable: true assetAllocConvBondPercShort: type: string description: '' nullable: true equitySectorConsumerGoodsPercShort: type: string description: '' nullable: true equitySectorConsumerServicesPercShort: type: string description: '' nullable: true equitySuperSectorInformationPercShort: type: string description: '' nullable: true equitySuperSectorServicePercShort: type: string description: '' nullable: true equitySuperSectorManufacturingPercShort: type: string description: '' nullable: true gicsMediaPercShort: type: number description: '' format: double nullable: true gicsEntertainmentPercShort: type: number description: '' format: double nullable: true gicsInteractiveMediaAndServicePercShort: type: number description: '' format: double nullable: true equitySectorEnergyPercShort: type: string description: '' nullable: true equitySectorFinancialServicesPercShort: type: string description: '' nullable: true equitySectorHardwarePercShort: type: string description: '' nullable: true equitySectorHealthcarePercShort: type: string description: '' nullable: true equitySectorIndustrialMaterialsPercShort: type: string description: '' nullable: true equitySectorMediaPercShort: type: string description: '' nullable: true equitySectorUtilitiesPercShort: type: string description: '' nullable: true equitySectorSoftwarePercShort: type: string description: '' nullable: true equitySectorTelecomPercShort: type: string description: '' nullable: true equityCountryArgentinaPercShort: type: string description: '' nullable: true equityCountryBrazilPercShort: type: string description: '' nullable: true equityCountryCanadaPercShort: type: string description: '' nullable: true equityCountryChilePercShort: type: string description: '' nullable: true equityCountryMexicoPercShort: type: string description: '' nullable: true equityCountryUnitedStatesPercShort: type: string description: '' nullable: true equityCountryVenezuelaPercShort: type: string description: '' nullable: true equityCountryAustraliaPercShort: type: string description: '' nullable: true equityCountryChinaPercShort: type: string description: '' nullable: true equityCountryHongKongPercShort: type: string description: '' nullable: true equityCountryIndiaPercShort: type: string description: '' nullable: true equityCountryIndonesiaPercShort: type: string description: '' nullable: true equityCountryJapanPercShort: type: string description: '' nullable: true equityCountryMalaysiaPercShort: type: string description: '' nullable: true equityCountryNewZealandPercShort: type: string description: '' nullable: true equityCountryPakistanPercShort: type: string description: '' nullable: true equityCountryPhilippinesPercShort: type: string description: '' nullable: true equityCountrySingaporePercShort: type: string description: '' nullable: true equityCountryTaiwanPercShort: type: string description: '' nullable: true equityCountryThailandPercShort: type: string description: '' nullable: true equityCountryAustriaPercShort: type: string description: '' nullable: true equityCountryBelgiumPercShort: type: string description: '' nullable: true equityCountryCzechRepublicPercShort: type: string description: '' nullable: true equityCountryDenmarkPercShort: type: string description: '' nullable: true equityCountryFinlandPercShort: type: string description: '' nullable: true equityCountryFrancePercShort: type: string description: '' nullable: true equityCountryGermanyPercShort: type: string description: '' nullable: true equityCountryGreecePercShort: type: string description: '' nullable: true equityCountryHungaryPercShort: type: string description: '' nullable: true equityCountryIrelandPercShort: type: string description: '' nullable: true equityCountryIsraelPercShort: type: string description: '' nullable: true equityCountryItalyPercShort: type: string description: '' nullable: true equityCountryNetherlandsPercShort: type: string description: '' nullable: true equityCountryNorwayPercShort: type: string description: '' nullable: true equityCountryPolandPercShort: type: string description: '' nullable: true equityCountryPortugalPercShort: type: string description: '' nullable: true equityCountryRussiaPercShort: type: string description: '' nullable: true equityCountrySlovakiaPercShort: type: string description: '' nullable: true equityCountrySouthAfricaPercShort: type: string description: '' nullable: true equityCountrySouthKoreaPercShort: type: string description: '' nullable: true equityCountrySpainPercShort: type: string description: '' nullable: true equityCountrySwedenPercShort: type: string description: '' nullable: true equityCountrySwitzerlandPercShort: type: string description: '' nullable: true equityCountryTurkeyPercShort: type: string description: '' nullable: true equityCountryUnitedKingdomPercShort: type: string description: '' nullable: true equityCountryOtherCountriesPercShort: type: string description: '' nullable: true gicsEnergyPercShort: type: number description: '' format: double nullable: true gicsMaterialsPercShort: type: number description: '' format: double nullable: true gicsIndustrialsPercShort: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercShort: type: number description: '' format: double nullable: true gicsConsumerStaplesPercShort: type: number description: '' format: double nullable: true gicsHealthcarePercShort: type: number description: '' format: double nullable: true gicsFinancialsPercShort: type: number description: '' format: double nullable: true gicsInformationTechnologyPercShort: type: number description: '' format: double nullable: true gicsCommunicationServicesPercShort: type: number description: '' format: double nullable: true gicsUtilitiesPercShort: type: number description: '' format: double nullable: true gicsRealEstatePercShort: type: number description: '' format: double nullable: true equityCountryVietnamPercShort: type: string description: '' nullable: true equityCountryLithuaniaPercShort: type: string description: '' nullable: true equityCountryLatviaPercShort: type: string description: '' nullable: true equityCountryEstoniaPercShort: type: string description: '' nullable: true equityCountryPeruPercShort: type: string description: '' nullable: true equityCountryColombiaPercShort: type: string description: '' nullable: true equityCountryNonUsPercShort: type: string description: '' nullable: true regionOrientation: $ref: '#/components/schemas/CodeMappingInt' countryOrientation: $ref: '#/components/schemas/CodeMappingString' indexDescription: $ref: '#/components/schemas/CodeMappingString' excludeRegionOrientation: $ref: '#/components/schemas/CodeMappingInt' excludeCountryOrientation: $ref: '#/components/schemas/CodeMappingString' equityEconSectorBasicMaterialsPercLong: type: string description: '' nullable: true equityEconSectorCommunicationServicesPercLong: type: string description: '' nullable: true equityEconSectorConsumerCyclicalPercLong: type: string description: '' nullable: true equityEconSectorConsumerDefensivePercLong: type: string description: '' nullable: true equityEconSectorHealthcarePercLong: type: string description: '' nullable: true equityEconSectorIndustrialsPercLong: type: string description: '' nullable: true equityEconSectorRealEstatePercLong: type: string description: '' nullable: true equityEconSectorTechnologyPercLong: type: string description: '' nullable: true equityEconSectorEnergyPercLong: type: string description: '' nullable: true equityEconSectorFinancialServicesPercLong: type: string description: '' nullable: true equityEconSectorUtilitiesPercLong: type: string description: '' nullable: true equityEconSuperSectorCyclicalPercLong: type: string description: '' nullable: true equityEconSuperSectorDefensivePercLong: type: string description: '' nullable: true equityEconSuperSectorSensitivePercLong: type: string description: '' nullable: true equityIndustryAerospaceAndDefensePercLong: type: string description: '' nullable: true equityIndustryAgriculturalInputsPercLong: type: string description: '' nullable: true equityIndustryAirportsAndAirServicesPercLong: type: string description: '' nullable: true equityIndustryAluminumPercLong: type: string description: '' nullable: true equityIndustryApparelManufacturingPercLong: type: string description: '' nullable: true equityIndustryApparelRetailPercLong: type: string description: '' nullable: true equityIndustryAssetManagementPercLong: type: string description: '' nullable: true equityIndustryAutoAndTruckDealershipsPercLong: type: string description: '' nullable: true equityIndustryAutoManufacturersPercLong: type: string description: '' nullable: true equityIndustryAutoPartsPercLong: type: string description: '' nullable: true equityIndustryBanksDiversifiedPercLong: type: string description: '' nullable: true equityIndustryBeveragesBrewersPercLong: type: string description: '' nullable: true equityIndustryBeveragesNonAlcoholicPercLong: type: string description: '' nullable: true equityIndustryBeveragesWineriesAndDistilleriesPercLong: type: string description: '' nullable: true equityIndustryBiotechnologyPercLong: type: string description: '' nullable: true equityIndustryBuildingMaterialsPercLong: type: string description: '' nullable: true equityIndustryBusinessEquipmentAndSuppliesPercLong: type: string description: '' nullable: true equityIndustrySpecialtyBusinessServicesPercLong: type: string description: '' nullable: true equityIndustryCapitalMarketsPercLong: type: string description: '' nullable: true equityIndustryChemicalsPercLong: type: string description: '' nullable: true equityIndustryCommunicationEquipmentPercLong: type: string description: '' nullable: true equityIndustryComputerHardwarePercLong: type: string description: '' nullable: true equityIndustryConfectionersPercLong: type: string description: '' nullable: true equityIndustryConglomeratesPercLong: type: string description: '' nullable: true equityIndustryConsumerElectronicsPercLong: type: string description: '' nullable: true equityIndustryCopperPercLong: type: string description: '' nullable: true equityIndustryCreditServicesPercLong: type: string description: '' nullable: true equityIndustryDepartmentStoresPercLong: type: string description: '' nullable: true equityIndustryDiagnosticsAndResearchPercLong: type: string description: '' nullable: true equityIndustryDiscountStoresPercLong: type: string description: '' nullable: true equityIndustrySpecialtyIndustrialMachineryPercLong: type: string description: '' nullable: true equityIndustryDrugManufacturersGeneralPercLong: type: string description: '' nullable: true equityIndustryDrugManufacturersSpecialtyAndGenericPercLong: type: string description: '' nullable: true equityIndustryEducationAndTrainingServicesPercLong: type: string description: '' nullable: true equityIndustryElectronicComponentsPercLong: type: string description: '' nullable: true equityIndustryElectronicsAndComputerDistributionPercLong: type: string description: '' nullable: true equityIndustryEngineeringAndConstructionPercLong: type: string description: '' nullable: true equityIndustryFarmAndHeavyConstructionMachineryPercLong: type: string description: '' nullable: true equityIndustryFarmProductsPercLong: type: string description: '' nullable: true equityIndustryFinancialDataAndStockExchangesPercLong: type: string description: '' nullable: true equityIndustryFoodDistributionPercLong: type: string description: '' nullable: true equityIndustryFootwearAndAccessoriesPercLong: type: string description: '' nullable: true equityIndustryGamblingPercLong: type: string description: '' nullable: true equityIndustryGoldPercLong: type: string description: '' nullable: true equityIndustryGroceryStoresPercLong: type: string description: '' nullable: true equityIndustryHealthCarePlansPercLong: type: string description: '' nullable: true equityIndustryFurnishingsFixturesAndAppliancesPercLong: type: string description: '' nullable: true equityIndustryHomeImprovementRetailPercLong: type: string description: '' nullable: true equityIndustryHouseholdAndPersonalProductsPercLong: type: string description: '' nullable: true equityIndustryIndustrialDistributionPercLong: type: string description: '' nullable: true equityIndustryOtherIndustrialMetalsAndMiningPercLong: type: string description: '' nullable: true equityIndustryInformationTechnologyServicesPercLong: type: string description: '' nullable: true equityIndustryInfrastructureOperationsPercLong: type: string description: '' nullable: true equityIndustryInsuranceDiversifiedPercLong: type: string description: '' nullable: true equityIndustryInsuranceLifePercLong: type: string description: '' nullable: true equityIndustryInsurancePropertyAndCasualtyPercLong: type: string description: '' nullable: true equityIndustryInsuranceReinsurancePercLong: type: string description: '' nullable: true equityIndustryInsuranceSpecialtyPercLong: type: string description: '' nullable: true equityIndustryIntegratedFreightAndLogisticsPercLong: type: string description: '' nullable: true equityIndustryLeisurePercLong: type: string description: '' nullable: true equityIndustryLodgingPercLong: type: string description: '' nullable: true equityIndustryLumberAndWoodProductionPercLong: type: string description: '' nullable: true equityIndustryLuxuryGoodsPercLong: type: string description: '' nullable: true equityIndustryMedicalCarePercLong: type: string description: '' nullable: true equityIndustryMedicalDevicesPercLong: type: string description: '' nullable: true equityIndustryMedicalDistributionPercLong: type: string description: '' nullable: true equityIndustryMedicalInstrumentsAndSuppliesPercLong: type: string description: '' nullable: true equityIndustryMetalFabricationPercLong: type: string description: '' nullable: true equityIndustryOilAndGasDrillingPercLong: type: string description: '' nullable: true equityIndustryOilAndGasEandPPercLong: type: string description: '' nullable: true equityIndustryOilAndGasEquipmentAndServicesPercLong: type: string description: '' nullable: true equityIndustryOilAndGasIntegratedPercLong: type: string description: '' nullable: true equityIndustryOilAndGasMidstreamPercLong: type: string description: '' nullable: true equityIndustryOilAndGasRefiningAndMarketingPercLong: type: string description: '' nullable: true equityIndustryPackagedFoodsPercLong: type: string description: '' nullable: true equityIndustryPackagingAndContainersPercLong: type: string description: '' nullable: true equityIndustryPaperAndPaperProductsPercLong: type: string description: '' nullable: true equityIndustryPersonalServicesPercLong: type: string description: '' nullable: true equityIndustryPollutionAndTreatmentControlsPercLong: type: string description: '' nullable: true equityIndustryRailroadsPercLong: type: string description: '' nullable: true equityIndustryRealEstateDevelopmentPercLong: type: string description: '' nullable: true equityIndustryRealEstateServicesPercLong: type: string description: '' nullable: true equityIndustryRecreationalVehiclesPercLong: type: string description: '' nullable: true equityIndustryReitDiversifiedPercLong: type: string description: '' nullable: true equityIndustryReitHealthcareFacilitiesPercLong: type: string description: '' nullable: true equityIndustryReitHotelAndMotelPercLong: type: string description: '' nullable: true equityIndustryReitIndustrialPercLong: type: string description: '' nullable: true equityIndustryReitOfficePercLong: type: string description: '' nullable: true equityIndustryReitResidentialPercLong: type: string description: '' nullable: true equityIndustryReitRetailPercLong: type: string description: '' nullable: true equityIndustryRentalAndLeasingServicesPercLong: type: string description: '' nullable: true equityIndustryResidentialConstructionPercLong: type: string description: '' nullable: true equityIndustryResortsAndCasinosPercLong: type: string description: '' nullable: true equityIndustryRestaurantsPercLong: type: string description: '' nullable: true equityIndustryScientificAndTechnicalInstrumentsPercLong: type: string description: '' nullable: true equityIndustrySecurityAndProtectionServicesPercLong: type: string description: '' nullable: true equityIndustrySemiconductorEquipmentAndMaterialsPercLong: type: string description: '' nullable: true equityIndustrySemiconductorsPercLong: type: string description: '' nullable: true equityIndustryMarineShippingPercLong: type: string description: '' nullable: true equityIndustrySilverPercLong: type: string description: '' nullable: true equityIndustrySoftwareApplicationPercLong: type: string description: '' nullable: true equityIndustrySoftwareInfrastructurePercLong: type: string description: '' nullable: true equityIndustrySolarPercLong: type: string description: '' nullable: true equityIndustrySpecialtyChemicalsPercLong: type: string description: '' nullable: true equityIndustryMortgageFinancePercLong: type: string description: '' nullable: true equityIndustrySpecialtyRetailPercLong: type: string description: '' nullable: true equityIndustryStaffingAndEmploymentServicesPercLong: type: string description: '' nullable: true equityIndustrySteelPercLong: type: string description: '' nullable: true equityIndustryTelecomServicesPercLong: type: string description: '' nullable: true equityIndustryTextileManufacturingPercLong: type: string description: '' nullable: true equityIndustryTobaccoPercLong: type: string description: '' nullable: true equityIndustryToolsAndAccessoriesPercLong: type: string description: '' nullable: true equityIndustryTruckingPercLong: type: string description: '' nullable: true equityIndustryUtilitiesDiversifiedPercLong: type: string description: '' nullable: true equityIndustryUtilitiesIndependentPowerProducersPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedElectricPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedGasPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRegulatedWaterPercLong: type: string description: '' nullable: true equityIndustryWasteManagementPercLong: type: string description: '' nullable: true equityRegionAfricaormiddleEastPercLong: type: string description: '' nullable: true equityRegionAmericasPercLong: type: string description: '' nullable: true equityStyleCorePercLong: type: number description: '' format: double nullable: true equityRegionDevelopedPercLong: type: string description: '' nullable: true equityRegionEmergingPercLong: type: string description: '' nullable: true marketCapGiantPercLong: type: number description: '' format: double nullable: true equityRegionGreaterAsiaPercLong: type: string description: '' nullable: true equityRegionGreaterEuropePercLong: type: string description: '' nullable: true equityStyleGrowthPercLong: type: number description: '' format: double nullable: true equityStyleLargeCapPercLong: type: number description: '' format: double nullable: true marketCapLargePercLong: type: number description: '' format: double nullable: true marketCapMicroPercLong: type: number description: '' format: double nullable: true marketCapMidPercLong: type: number description: '' format: double nullable: true equityStyleMidCapPercLong: type: number description: '' format: double nullable: true equityRegionNorthAmericaPercLong: type: string description: '' nullable: true equityRegionNotClassifiedPercLong: type: string description: '' nullable: true marketCapSmallPercLong: type: number description: '' format: double nullable: true equityRegionLatinAmericaPercLong: type: string description: '' nullable: true equityRegionUnitedKingdomPercLong: type: string description: '' nullable: true equityRegionCanadaPercLong: type: string description: '' nullable: true equityRegionUnitedStatesPercLong: type: string description: '' nullable: true equityRegionEuropeEmrgPercLong: type: string description: '' nullable: true equityRegionEurozonePercLong: type: string description: '' nullable: true equityRegionEuropeExEuroPercLong: type: string description: '' nullable: true equityRegionJapanPercLong: type: string description: '' nullable: true equityRegionAustralasiaPercLong: type: string description: '' nullable: true equityRegionAsiaEmrgPercLong: type: string description: '' nullable: true equityRegionAsiaDevPercLong: type: string description: '' nullable: true equityStyleSmallCapPercLong: type: number description: '' format: double nullable: true equityRegionAfricaPercLong: type: string description: '' nullable: true equityRegionMiddleEastPercLong: type: string description: '' nullable: true equityStyleLargeValuePercLong: type: number description: '' format: double nullable: true equityStyleLargeCorePercLong: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercLong: type: number description: '' format: double nullable: true equityStyleMidValuePercLong: type: number description: '' format: double nullable: true equityStyleMidCorePercLong: type: number description: '' format: double nullable: true equityStyleMidGrowthPercLong: type: number description: '' format: double nullable: true equityStyleSmallValuePercLong: type: number description: '' format: double nullable: true equityStyleSmallCorePercLong: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercLong: type: number description: '' format: double nullable: true equityStyleValuePercLong: type: number description: '' format: double nullable: true equityRegionEuropeDevPercLong: type: string description: '' nullable: true economicMoatNarrowPercLong: type: number description: '' format: double nullable: true economicMoatWidePercLong: type: number description: '' format: double nullable: true economicMoatNonePercLong: type: number description: '' format: double nullable: true gicsEnergyEquipAndServicesPercLong: type: number description: '' format: double nullable: true gicsOilGasAndConsumFuelsPercLong: type: string description: '' nullable: true gicsChemicalsPercLong: type: string description: '' nullable: true gicsConstructionMaterialsPercLong: type: string description: '' nullable: true gicsContainersAndPackagingPercLong: type: string description: '' nullable: true gicsMetalsAndMiningPercLong: type: string description: '' nullable: true gicsPaperAndForestProductsPercLong: type: string description: '' nullable: true gicsAerospaceAndDefensePercLong: type: string description: '' nullable: true equityIndustryAdvertisingAgenciesPercLong: type: string description: '' nullable: true equityIndustryAirlinesPercLong: type: string description: '' nullable: true equityIndustryBanksRegionalPercLong: type: string description: '' nullable: true equityIndustryBroadcastingPercLong: type: string description: '' nullable: true equityIndustryBuildingProductsAndEquipmentPercLong: type: string description: '' nullable: true equityIndustryCokingCoalPercLong: type: string description: '' nullable: true equityIndustryConsultingServicesPercLong: type: string description: '' nullable: true equityIndustryElectricalEquipmentAndPartsPercLong: type: string description: '' nullable: true equityIndustryElectronicGamingAndMultimediaPercLong: type: string description: '' nullable: true equityIndustryEntertainmentPercLong: type: string description: '' nullable: true equityIndustryFinancialConglomeratesPercLong: type: string description: '' nullable: true equityIndustryHealthInformationServicesPercLong: type: string description: '' nullable: true equityIndustryInsuranceBrokersPercLong: type: string description: '' nullable: true equityIndustryInternetContentAndInformationPercLong: type: string description: '' nullable: true equityIndustryInternetRetailPercLong: type: string description: '' nullable: true equityIndustryOtherPreciousMetalsAndMiningPercLong: type: string description: '' nullable: true equityIndustryPharmaceuticalRetailersPercLong: type: string description: '' nullable: true equityIndustryPublishingPercLong: type: string description: '' nullable: true equityIndustryRealEstateDiversifiedPercLong: type: string description: '' nullable: true equityIndustryReitMortgagePercLong: type: string description: '' nullable: true equityIndustryReitSpecialtyPercLong: type: string description: '' nullable: true equityIndustryShellCompaniesPercLong: type: string description: '' nullable: true equityIndustryThermalCoalPercLong: type: string description: '' nullable: true equityIndustryTravelServicesPercLong: type: string description: '' nullable: true equityIndustryUraniumPercLong: type: string description: '' nullable: true equityIndustryUtilitiesRenewablePercLong: type: string description: '' nullable: true gicsBuildingProductsPercLong: type: string description: '' nullable: true gicsConstructionAndEngineeringPercLong: type: string description: '' nullable: true gicsElectricalEquipmentPercLong: type: string description: '' nullable: true gicsIndustrialConglomeratePercLong: type: string description: '' nullable: true gicsMachineryPercLong: type: string description: '' nullable: true gicsTradingCompAndDistributorsPercLong: type: string description: '' nullable: true gicsCommercialSvcsAndSuppliesPercLong: type: string description: '' nullable: true gicsAirFreightAndLogisticsPercLong: type: string description: '' nullable: true gicsPassengerAirlinesPercLong: type: string description: '' nullable: true gicsMarineTransportationPercLong: type: string description: '' nullable: true gicsGroundTransportationPercLong: type: string description: '' nullable: true gicsTransportationInfrastructurePercLong: type: string description: '' nullable: true gicsAutomobileComponentsPercLong: type: string description: '' nullable: true gicsAutomobilesPercLong: type: string description: '' nullable: true gicsHouseholdDurablesPercLong: type: string description: '' nullable: true gicsLeisureProductsPercLong: type: string description: '' nullable: true gicsTextilesApparelAndLuxuryGoodsPercLong: type: string description: '' nullable: true gicsHotelsRestaurantsAndLeisurePercLong: type: string description: '' nullable: true gicsDiversifiedConsumerSvcsPercLong: type: string description: '' nullable: true msciCountryBangladeshPercLong: type: string description: '' nullable: true msciCountryBosniaAndHerzegovinaPercLong: type: string description: '' nullable: true msciCountryJamaicaPercLong: type: string description: '' nullable: true msciCountrySerbiaPercLong: type: string description: '' nullable: true msciCountryVietnamPercLong: type: string description: '' nullable: true msciCountryZimbabwePercLong: type: string description: '' nullable: true gicsDistributorsPercLong: type: string description: '' nullable: true gicsBroadlineRetailPercLong: type: string description: '' nullable: true gicsSpecialtyRetailPercLong: type: string description: '' nullable: true gicsConsumerStaplesDistributionAndRetailPercLong: type: string description: '' nullable: true gicsBeveragesPercLong: type: string description: '' nullable: true gicsFoodProductsPercLong: type: string description: '' nullable: true gicsTobaccoPercLong: type: string description: '' nullable: true gicsHouseholdProductsPercLong: type: string description: '' nullable: true gicsPersonalCareProductsPercLong: type: string description: '' nullable: true gicsHealthcareEquipAndSuppliesPercLong: type: string description: '' nullable: true gicsHealthcareProvidersAndSvcsPercLong: type: string description: '' nullable: true gicsHealthcareTechnologyPercLong: type: string description: '' nullable: true gicsBiotechPercLong: type: string description: '' nullable: true gicsPharmaceuticalsPercLong: type: string description: '' nullable: true gicsLifeSciencesToolsAndSvcsPercLong: type: string description: '' nullable: true gicsBanksPercLong: type: string description: '' nullable: true gicsFinancialServicesPercLong: type: string description: '' nullable: true gicsConsumerFinancePercLong: type: string description: '' nullable: true gicsCapitalMarketsPercLong: type: string description: '' nullable: true gicsInsurancePercLong: type: string description: '' nullable: true gicsItServicesPercLong: type: string description: '' nullable: true gicsSoftwarePercLong: type: string description: '' nullable: true gicsCommunicationsEquipmentPercLong: type: string description: '' nullable: true gicsTechnologyHardwareStorageAndPeripheralsPercLong: type: string description: '' nullable: true gicsMortgageReitsPercLong: type: string description: '' nullable: true gicsDiversifiedReitsPercLong: type: string description: '' nullable: true gicsRealEstateManagementAndDevelopmentPercLong: type: string description: '' nullable: true gicsElectronicEquipAndInstrumentsPercLong: type: string description: '' nullable: true gicsSemiconductorsAndSemiEquipPercLong: type: string description: '' nullable: true gicsDiversifiedTelecomSvcsPercLong: type: string description: '' nullable: true gicsWirelessTelecomServicesPercLong: type: string description: '' nullable: true gicsElectricUtilitiesPercLong: type: string description: '' nullable: true gicsGasUtilitiesPercLong: type: string description: '' nullable: true gicsMultiUtilitiesPercLong: type: string description: '' nullable: true gicsWaterUtilitiesPercLong: type: string description: '' nullable: true gicsProfessionalServicesPercLong: type: string description: '' nullable: true gicsIndependentPowerAndRenewableElectricityProducersPercLong: type: string description: '' nullable: true msciCountryUnitedArabEmiratesPercLong: type: number description: '' format: double nullable: true msciCountryArgentinaPercLong: type: number description: '' format: double nullable: true msciCountryAustraliaPercLong: type: number description: '' format: double nullable: true msciCountryAustriaPercLong: type: number description: '' format: double nullable: true msciCountryBelgiumPercLong: type: number description: '' format: double nullable: true msciCountryBulgariaPercLong: type: number description: '' format: double nullable: true msciCountryBahrainPercLong: type: number description: '' format: double nullable: true msciCountryBrazilPercLong: type: number description: '' format: double nullable: true msciCountryBotswanaPercLong: type: number description: '' format: double nullable: true msciCountryCanadaPercLong: type: number description: '' format: double nullable: true msciCountrySwitzerlandPercLong: type: number description: '' format: double nullable: true msciCountryChilePercLong: type: number description: '' format: double nullable: true msciCountryChinaPercLong: type: number description: '' format: double nullable: true msciCountryColombiaPercLong: type: number description: '' format: double nullable: true msciCountryCzechRepublicPercLong: type: number description: '' format: double nullable: true msciCountryGermanyPercLong: type: number description: '' format: double nullable: true msciCountryDenmarkPercLong: type: number description: '' format: double nullable: true msciCountryEgyptPercLong: type: number description: '' format: double nullable: true msciCountrySpainPercLong: type: number description: '' format: double nullable: true msciCountryEstoniaPercLong: type: number description: '' format: double nullable: true msciCountryFinlandPercLong: type: number description: '' format: double nullable: true msciCountryFrancePercLong: type: number description: '' format: double nullable: true msciCountryUnitedKingdomPercLong: type: number description: '' format: double nullable: true msciCountryGhanaPercLong: type: number description: '' format: double nullable: true msciCountryGreecePercLong: type: number description: '' format: double nullable: true msciCountryHongKongPercLong: type: number description: '' format: double nullable: true msciCountryCroatiaPercLong: type: number description: '' format: double nullable: true msciCountryHungaryPercLong: type: number description: '' format: double nullable: true msciCountryIndonesiaPercLong: type: number description: '' format: double nullable: true msciCountryIndiaPercLong: type: number description: '' format: double nullable: true msciCountryIrelandPercLong: type: number description: '' format: double nullable: true msciCountryIsraelPercLong: type: number description: '' format: double nullable: true msciCountryItalyPercLong: type: number description: '' format: double nullable: true msciCountryJordanPercLong: type: number description: '' format: double nullable: true msciCountryJapanPercLong: type: number description: '' format: double nullable: true msciCountryKazakhstanPercLong: type: number description: '' format: double nullable: true msciCountryKenyaPercLong: type: string description: '' nullable: true msciCountrySouthKoreaPercLong: type: string description: '' nullable: true msciCountryKuwaitPercLong: type: string description: '' nullable: true msciCountryLebanonPercLong: type: string description: '' nullable: true msciCountrySriLankaPercLong: type: string description: '' nullable: true msciCountryLithuaniaPercLong: type: string description: '' nullable: true msciCountryMoroccoPercLong: type: string description: '' nullable: true msciCountryMexicoPercLong: type: string description: '' nullable: true msciCountryMauritiusPercLong: type: string description: '' nullable: true msciCountryMalaysiaPercLong: type: string description: '' nullable: true msciCountryNigeriaPercLong: type: string description: '' nullable: true msciCountryNetherlandsPercLong: type: string description: '' nullable: true msciCountryNorwayPercLong: type: string description: '' nullable: true msciCountryNewZealandPercLong: type: string description: '' nullable: true msciCountryOmanPercLong: type: string description: '' nullable: true msciCountryPakistanPercLong: type: string description: '' nullable: true msciCountryPeruPercLong: type: string description: '' nullable: true msciCountryPhilippinesPercLong: type: string description: '' nullable: true msciCountryPolandPercLong: type: string description: '' nullable: true msciCountryPortugalPercLong: type: string description: '' nullable: true msciCountryQatarPercLong: type: string description: '' nullable: true msciCountryRomaniaPercLong: type: string description: '' nullable: true msciCountryRussiaPercLong: type: string description: '' nullable: true msciCountrySaudiArabiaPercLong: type: string description: '' nullable: true msciCountrySingaporePercLong: type: string description: '' nullable: true msciCountrySloveniaPercLong: type: string description: '' nullable: true msciCountrySwedenPercLong: type: string description: '' nullable: true msciCountryThailandPercLong: type: string description: '' nullable: true msciCountryTrinidadAndTobagoPercLong: type: string description: '' nullable: true msciCountryTunisiaPercLong: type: string description: '' nullable: true msciCountryTurkeyPercLong: type: string description: '' nullable: true msciCountryTaiwanPercLong: type: string description: '' nullable: true msciCountryUkrainePercLong: type: string description: '' nullable: true msciCountryUnitedStatesPercLong: type: string description: '' nullable: true msciCountrySouthAfricaPercLong: type: string description: '' nullable: true msciCountryOtherCountriesPercLong: type: string description: '' nullable: true assetAllocPrefStockPercLong: type: string description: '' nullable: true equitySectorBusinessServicesPercLong: type: string description: '' nullable: true assetAllocConvBondPercLong: type: string description: '' nullable: true equitySectorConsumerGoodsPercLong: type: string description: '' nullable: true equitySectorConsumerServicesPercLong: type: string description: '' nullable: true equitySuperSectorInformationPercLong: type: string description: '' nullable: true equitySuperSectorServicePercLong: type: string description: '' nullable: true equitySuperSectorManufacturingPercLong: type: string description: '' nullable: true gicsMediaPercLong: type: string description: '' nullable: true gicsEntertainmentPercLong: type: string description: '' nullable: true gicsInteractiveMediaAndServicePercLong: type: string description: '' nullable: true equitySectorEnergyPercLong: type: string description: '' nullable: true equitySectorFinancialServicesPercLong: type: string description: '' nullable: true equitySectorHardwarePercLong: type: string description: '' nullable: true equitySectorHealthcarePercLong: type: string description: '' nullable: true equitySectorIndustrialMaterialsPercLong: type: string description: '' nullable: true equitySectorMediaPercLong: type: string description: '' nullable: true equitySectorUtilitiesPercLong: type: string description: '' nullable: true equitySectorSoftwarePercLong: type: string description: '' nullable: true equitySectorTelecomPercLong: type: string description: '' nullable: true equityCountryArgentinaPercLong: type: string description: '' nullable: true equityCountryBrazilPercLong: type: string description: '' nullable: true equityCountryCanadaPercLong: type: string description: '' nullable: true equityCountryChilePercLong: type: string description: '' nullable: true equityCountryMexicoPercLong: type: string description: '' nullable: true equityCountryUnitedStatesPercLong: type: string description: '' nullable: true equityCountryVenezuelaPercLong: type: string description: '' nullable: true equityCountryAustraliaPercLong: type: string description: '' nullable: true equityCountryChinaPercLong: type: string description: '' nullable: true equityCountryHongKongPercLong: type: string description: '' nullable: true equityCountryIndiaPercLong: type: string description: '' nullable: true equityCountryIndonesiaPercLong: type: string description: '' nullable: true equityCountryJapanPercLong: type: string description: '' nullable: true equityCountryMalaysiaPercLong: type: string description: '' nullable: true equityCountryNewZealandPercLong: type: string description: '' nullable: true equityCountryPakistanPercLong: type: string description: '' nullable: true equityCountryPhilippinesPercLong: type: string description: '' nullable: true equityCountrySingaporePercLong: type: string description: '' nullable: true equityCountryTaiwanPercLong: type: string description: '' nullable: true equityCountryThailandPercLong: type: string description: '' nullable: true equityCountryAustriaPercLong: type: string description: '' nullable: true equityCountryBelgiumPercLong: type: string description: '' nullable: true equityCountryCzechRepublicPercLong: type: string description: '' nullable: true equityCountryDenmarkPercLong: type: string description: '' nullable: true equityCountryFinlandPercLong: type: string description: '' nullable: true equityCountryFrancePercLong: type: string description: '' nullable: true equityCountryGermanyPercLong: type: string description: '' nullable: true equityCountryGreecePercLong: type: string description: '' nullable: true equityCountryHungaryPercLong: type: string description: '' nullable: true equityCountryIrelandPercLong: type: string description: '' nullable: true equityCountryIsraelPercLong: type: string description: '' nullable: true equityCountryItalyPercLong: type: string description: '' nullable: true equityCountryNetherlandsPercLong: type: string description: '' nullable: true equityCountryNorwayPercLong: type: string description: '' nullable: true equityCountryPolandPercLong: type: string description: '' nullable: true equityCountryPortugalPercLong: type: string description: '' nullable: true equityCountryRussiaPercLong: type: string description: '' nullable: true equityCountrySlovakiaPercLong: type: string description: '' nullable: true equityCountrySouthAfricaPercLong: type: string description: '' nullable: true equityCountrySouthKoreaPercLong: type: string description: '' nullable: true equityCountrySpainPercLong: type: string description: '' nullable: true equityCountrySwedenPercLong: type: string description: '' nullable: true equityCountrySwitzerlandPercLong: type: string description: '' nullable: true equityCountryTurkeyPercLong: type: string description: '' nullable: true equityCountryUnitedKingdomPercLong: type: string description: '' nullable: true equityCountryOtherCountriesPercLong: type: string description: '' nullable: true gicsEnergyPercLong: type: number description: '' format: double nullable: true gicsMaterialsPercLong: type: number description: '' format: double nullable: true gicsIndustrialsPercLong: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercLong: type: number description: '' format: double nullable: true gicsConsumerStaplesPercLong: type: number description: '' format: double nullable: true gicsHealthcarePercLong: type: number description: '' format: double nullable: true gicsFinancialsPercLong: type: number description: '' format: double nullable: true gicsInformationTechnologyPercLong: type: number description: '' format: double nullable: true gicsCommunicationServicesPercLong: type: number description: '' format: double nullable: true gicsUtilitiesPercLong: type: number description: '' format: double nullable: true gicsRealEstatePercLong: type: number description: '' format: double nullable: true equityCountryVietnamPercLong: type: string description: '' nullable: true equityCountryLithuaniaPercLong: type: string description: '' nullable: true equityCountryLatviaPercLong: type: string description: '' nullable: true equityCountryEstoniaPercLong: type: string description: '' nullable: true equityCountryPeruPercLong: type: string description: '' nullable: true equityCountryColombiaPercLong: type: string description: '' nullable: true equityCountryNonUsPercLong: type: string description: '' nullable: true ownershipBreadthPortfolioDate: type: string description: '' nullable: true ownershipBreadthScore: type: number description: '' format: double nullable: true ownershipBreadthLabel: type: string description: '' nullable: true ownershipBreadthBucket01PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket02PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket03PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket04PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket05PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket06PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket07PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket08PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket09PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket10PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthDataUnavailablePortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthCalculationTimestamp: type: string description: '' nullable: true ownershipBreadthPublishedTimestamp: type: string description: '' nullable: true ownershipBreadthCalculationDate: type: string description: '' nullable: true ownershipBreadthAbsolutePortfolioWeightPercentage: type: number description: '' format: double nullable: true finalLiquidityLevelScore: type: number description: '' format: double nullable: true liquidityFrequencyPortfolioDate: type: string description: '' nullable: true liquidityFrequencyIntradayPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyEndOfDayPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyIntermittentPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyAbsolutePortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyDataUnavailablePortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyCalculationDate: type: string description: '' nullable: true liquidityFrequencyCalculationTimestamp: type: string description: '' nullable: true liquidityFrequencyPublishedTimestamp: type: string description: '' nullable: true liquidityFrequencyMaximumFrequency: type: number description: '' format: double nullable: true liquidityFrequencyAdvancedNoticeTime: type: number description: '' format: double nullable: true muniBondSectorOrientation: $ref: '#/components/schemas/CodeMappingInt' portfolioCompBroadAllocationperc: type: number description: '' format: double nullable: true portfolioCompBroadAlternativeperc: type: number description: '' format: double nullable: true portfolioCompBroadCashperc: type: number description: '' format: double nullable: true portfolioCompBroadEquityperc: type: number description: '' format: double nullable: true portfolioCompBroadFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompBroadHybridperc: type: number description: '' format: double nullable: true portfolioCompBroadOtherperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupAllocationperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupAllocationAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupCashperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupCommoditiesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupConvertiblesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupConvertiblesFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDigitalAssetsFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectInfrastructureFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldEquityperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldEquityAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldFixedIncomeAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectRealEstateFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupEquityFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupEquityFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupFixedIncomeFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupFixedIncomeFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupHedgeFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupLiquidAlternativesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMoneyMarketFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMoneyMarketFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMunicipalFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMunicipalFixedIncomeAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupOtherperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupOtherFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPreferredStockFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPreferredStockFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateAllocationFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateDebtFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateEquityFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateNaturalResourcesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateOtherFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupStableValueFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupStableValueFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTargetDateperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTargetDateAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTradingFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupVentureCapitalFundperc: type: number description: '' format: double nullable: true vehicleAllocCashPerc: type: number description: '' format: double nullable: true vehicleAllocCitPerc: type: number description: '' format: double nullable: true vehicleAllocClosedEndFundPerc: type: number description: '' format: double nullable: true vehicleAllocEtfPerc: type: number description: '' format: double nullable: true vehicleAllocHedgeFundPerc: type: number description: '' format: double nullable: true vehicleAllocIndividualAlternativeDerivativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualAlternativeSecurityPerc: type: number description: '' format: double nullable: true vehicleAllocIndividualEquityDerivativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualEquitySecurityPerc: type: number description: '' format: double nullable: true vehicleAllocIndividualFixedIncomeDerivativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualFixedIncomeSecurityPerc: type: number description: '' format: double nullable: true vehicleAllocIndividualOtherDerivativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualOtherSecurityPerc: type: number description: '' format: double nullable: true vehicleAllocMutualFundUnspecifiedPerc: type: number description: '' format: double nullable: true vehicleAllocOpenEndFundPerc: type: number description: '' format: double nullable: true vehicleAllocPreferredStockPerc: type: number description: '' format: double nullable: true vehicleAllocSeparateAccountPerc: type: number description: '' format: double nullable: true vehicleAllocVariableAnnuityPerc: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPortfolioStatisticsDerivedFromIndexConstituents description: All fields are nullable. Empty or `null` value fields are not returned. OutputLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity: type: object properties: ownershipBreadthPortfolioDate: type: string description: '' nullable: true ownershipBreadthScore: type: number description: '' format: double nullable: true ownershipBreadthLabel: type: string description: '' nullable: true ownershipBreadthBucket01PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket02PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket03PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket04PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket05PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket06PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket07PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket08PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket09PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthBucket10PortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthDataUnavailablePortfolioWeightPercentage: type: number description: '' format: double nullable: true ownershipBreadthCalculationTimestamp: type: string description: '' nullable: true ownershipBreadthPublishedTimestamp: type: string description: '' nullable: true ownershipBreadthCalculationDate: type: string description: '' nullable: true ownershipBreadthAbsolutePortfolioWeightPercentage: type: number description: '' format: double nullable: true finalLiquidityLevelScore: type: number description: '' format: double nullable: true liquidityFrequencyPortfolioDate: type: string description: '' nullable: true liquidityFrequencyIntradayPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyEndOfDayPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyIntermittentPortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyAbsolutePortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyDataUnavailablePortfolioWeightPercentage: type: number description: '' format: double nullable: true liquidityFrequencyCalculationDate: type: string description: '' nullable: true liquidityFrequencyCalculationTimestamp: type: string description: '' nullable: true liquidityFrequencyPublishedTimestamp: type: string description: '' nullable: true liquidityFrequencyMaximumFrequency: type: number description: '' format: double nullable: true liquidityFrequencyAdvancedNoticeTime: type: number description: '' format: double nullable: true additionalProperties: false title: OutputLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity description: All fields are nullable. Empty or `null` value fields are not returned. OutputExecutiveOptionsExercisedAndStockVested: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its annual financial statements. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' grantDate: type: string description: The date an option or stock was granted. nullable: true numberOfSharesAcquiredOnOptionExercise: type: integer description: Shares acquired by exercising an option. format: int64 nullable: true numberOfSharesAcquiredOnStockVesting: type: integer description: Represents the number of shares that have been acquired on vesting by the employee. format: int64 nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true transactionId: type: string description: A unique identifier assigned to each transaction. nullable: true typeOfAward: type: string description: This denotes the type of option award. Types of grants of plan-based awards received by an employee as part of compensation (e.g. Option; RSU; PSU) as reported in the filings. nullable: true valueRealizedOnOptionExercise: type: number description: Value realized on exercise of an option. These amounts represent the difference between the option exercise price and the closing market price of the common stock on the date of exercise; multiplied by the number of shares of common stock covered by the options exercised. These are amounts actually realized by named executive officers during the most recently completed fiscal year as a result of option exercises. format: double nullable: true valueRealizedOnStockVesting: type: number description: Amounts actually realized by named executive officers on equity compensation during the most recently completed fiscal year as a result of the vesting of stock awards. format: double nullable: true additionalProperties: false title: OutputExecutiveOptionsExercisedAndStockVested OutputEquityResearchRatingsMostRecentAndHistorical: type: object properties: analysisDate: type: string description: '' nullable: true analystName: type: string description: '' nullable: true stockTypeMonthly: $ref: '#/components/schemas/CodeMappingString' starRatingDaily: $ref: '#/components/schemas/CodeMappingInt' fairValueUncertaintyDaily: type: string description: '' nullable: true costOfEquityDaily: type: number description: '' format: double nullable: true economicMoatDaily: type: string description: '' nullable: true fairValueDaily: type: number description: '' format: double nullable: true considerBuyingDaily: type: number description: '' format: double nullable: true considerSellingDaily: type: number description: '' format: double nullable: true stockCapitalAllocationDaily: type: string description: '' nullable: true starRatingMonthly: $ref: '#/components/schemas/CodeMappingInt' fairValueUncertaintyMonthly: type: string description: '' nullable: true costOfEquityMonthly: type: number description: '' format: double nullable: true economicMoatMonthly: type: string description: '' nullable: true fairValueMonthly: type: number description: '' format: double nullable: true considerBuyingMonthly: type: number description: '' format: double nullable: true considerSellingMonthly: type: number description: '' format: double nullable: true stockCapitalAllocationMonthly: type: string description: '' nullable: true economicMoat: $ref: '#/components/schemas/CodeMappingString' morningstarFairValueStatus: $ref: '#/components/schemas/CodeMappingString' businessRisk: $ref: '#/components/schemas/CodeMappingString' morningstarFairValuePerShare: type: number description: '' format: double nullable: true considerSell: type: number description: '' format: double nullable: true considerBuy: type: number description: '' format: double nullable: true dateMorningstarRating: type: string description: '' nullable: true additionalProperties: false title: OutputEquityResearchRatingsMostRecentAndHistorical ResponseEsgCompanyLevel1DataLowCarbonTransitionRating: type: object properties: esgCompanyLevel1DataLowCarbonTransitionRating: $ref: '#/components/schemas/OutputEsgCompanyLevel1DataLowCarbonTransitionRating' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseUsSeparateAccountQualitativeData: type: object properties: usSeparateAccountQualitativeData: $ref: '#/components/schemas/OutputUsSeparateAccountQualitativeData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarFixedIncomeSectorsBreakdown: type: object properties: morningstarFixedIncomeSectorsBreakdown: $ref: '#/components/schemas/OutputMorningstarFixedIncomeSectorsBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgFundLevelEuropeanEsgTemplate: type: object properties: esgFundLevelEuropeanEsgTemplate: $ref: '#/components/schemas/OutputEsgFundLevelEuropeanEsgTemplate' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDailyNonDividendResidualRiskAndReturnSensitivity: type: object properties: asOfDate: type: string description: The calendar date when the daily residual risk and return sensitivity data points are calculated nullable: true compareIndexId: type: string description: The Morningstar Index Id that is used as a benchmark for the residual risk and return sensitivity calculation of a company's security. The assigned index for each security is based on the security's trading exchange and/or country. nullable: true nonDividendAlpha1008Day: type: number description: A measure of excess return of a company's security over a 1008-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha1260Day: type: number description: A measure of excess return of a company's security over a 1260-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha2520Day: type: number description: A measure of excess return of a company's security over a 2520-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha252Day: type: number description: A measure of excess return of a company's security over a 252-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha504Day: type: number description: A measure of excess return of a company's security over a 504-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha756Day: type: number description: A measure of excess return of a company's security over a 756-day period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendBeta1008Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 1008-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta1260Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 1260-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta2520Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 2520-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta252Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 252-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta504Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 504-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta756Day: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 756-day period in comparison to the market as a whole. The non-dividend beta is calculated on a daily basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendRSquare1008Day: type: number description: A measure of the relationship between a company's security over a 1008-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare1260Day: type: number description: A measure of the relationship between a company's security over a 1260-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare2520Day: type: number description: A measure of the relationship between a company's security over a 2520-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare252Day: type: number description: A measure of the relationship between a company's security over a 252-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare504Day: type: number description: A measure of the relationship between a company's security over a 504-day period to its benchmark index. R Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare756Day: type: number description: A measure of the relationship between a company's security over a 756-day period to its benchmark index. R Square; presented as apercentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a daily basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true additionalProperties: false title: OutputDailyNonDividendResidualRiskAndReturnSensitivity OutputAnnuityPolicyOperationalData: type: object properties: groupPolicy: $ref: '#/components/schemas/CodeMappingString' insuranceCompany: type: string description: '' nullable: true minAddNonQualPurch: type: integer description: '' format: int32 nullable: true minAddQualPurch: type: integer description: '' format: int32 nullable: true minInitialNonQualPurch: type: integer description: '' format: int32 nullable: true minInitialQualPurch: type: integer description: '' format: int32 nullable: true policyInceptionDate: type: string description: '' nullable: true policyName: type: string description: '' nullable: true policyNetAssetsDateFixedAcct: type: string description: '' nullable: true policyNetAssetsDateVariable: type: string description: '' nullable: true policyNetAssetsFixedAcct: type: number description: '' format: double nullable: true policyNetAssetsVariable: type: number description: '' format: double nullable: true policyType: $ref: '#/components/schemas/CodeMappingString' stakeholderPension: $ref: '#/components/schemas/CodeMappingString' totalNumberOfSubaccts: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputAnnuityPolicyOperationalData description: All fields are nullable. Empty or `null` value fields are not returned. ResponseEsgFundLevelRatingsMostRecent: type: object properties: esgFundLevelRatingsMostRecent: $ref: '#/components/schemas/OutputEsgFundLevelRatingsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputUbsSeparateAccounts: type: object properties: inheritanceEndDate: type: string description: '' nullable: true derivativeInvesting: $ref: '#/components/schemas/CodeMappingString' legalOwnerOfInvestmentManager: type: string description: '' nullable: true legalOwnerOfInvestmentManagerSince: type: string description: '' nullable: true firmOwnership: type: string description: '' nullable: true platformDesignatedInvestmentStyle: type: integer description: '' format: int32 nullable: true timeToFullyInvestAccount: type: integer description: '' format: int32 nullable: true platformDesignatedPrimaryBenchmark: type: integer description: '' format: int32 nullable: true platformDesignatedSecondaryBenchmark: type: integer description: '' format: int32 nullable: true platformAnalystName: type: string description: '' nullable: true platformAnalystPhone: type: string description: '' nullable: true platformAnalystEmail: type: string description: '' nullable: true platformUniqueIdentifier: type: string description: '' nullable: true maxSectorExposurePerc: type: number description: '' format: double nullable: true maxIndividualPositionPerc: type: number description: '' format: double nullable: true maxInternationalExposurePerc: type: number description: '' format: double nullable: true maxAdrExposurePerc: type: number description: '' format: double nullable: true holdingsMax: type: integer description: '' format: int32 nullable: true holdingsMin: type: integer description: '' format: int32 nullable: true platformDesignatedAssetClass: $ref: '#/components/schemas/CodeMappingInt' platformProgramFee: type: number description: '' format: double nullable: true asOfDate: type: string description: '' nullable: true questionnaireContactName: type: string description: '' nullable: true questionnaireContactPhone: type: string description: '' nullable: true questionnaireContactEmail: type: string description: '' nullable: true staffChange: type: string description: '' nullable: true firmCompensationPolicyChanges: $ref: '#/components/schemas/CodeMappingString' firmAdvIiChanges: $ref: '#/components/schemas/CodeMappingString' portfolioHoldingsType: $ref: '#/components/schemas/CodeMappingInt' firmOwnershipChanges: $ref: '#/components/schemas/CodeMappingString' firmRegulatoryorauditReviewChanges: $ref: '#/components/schemas/CodeMappingString' firmLitigationChanges: $ref: '#/components/schemas/CodeMappingString' firmBusinessVenturesChanges: $ref: '#/components/schemas/CodeMappingString' firmWrapStatusChanges: $ref: '#/components/schemas/CodeMappingString' firmStrategyClosures: $ref: '#/components/schemas/CodeMappingString' firmProgramRatingChanges: $ref: '#/components/schemas/CodeMappingString' firmMarketingLegalAndComplianceChanges: $ref: '#/components/schemas/CodeMappingString' firmTradingProcedureChanges: $ref: '#/components/schemas/CodeMappingString' firmAdditionMaterialChanges: $ref: '#/components/schemas/CodeMappingString' platformCompanyRelationshipTotalAum: type: integer description: '' format: int64 nullable: true aumByPlatform: type: string description: '' nullable: true platformCompanyRelationshipTotalAcccounts: type: integer description: '' format: int32 nullable: true accountsByPlatform: type: string description: '' nullable: true investmentProcessChanges: $ref: '#/components/schemas/CodeMappingString' strategyChanges: $ref: '#/components/schemas/CodeMappingString' strategyAdditionalComments: $ref: '#/components/schemas/CodeMappingString' strategyDefaultordistressChanges: $ref: '#/components/schemas/CodeMappingString' managerQuarterEndQuestionnaireSignOffEffectiveDate: type: string description: '' nullable: true additionalProperties: false title: OutputUbsSeparateAccounts description: All fields are nullable. Empty or `null` value fields are not returned. OutputConversionRatioChangeLog: type: object properties: changeFrom: type: number description: The conversion ratio value of a security before the change. format: double nullable: true changeTo: type: number description: The conversion ratio value of a security after the change. format: double nullable: true totalSharesOutstandingDate: type: string description: The as of date of the total shares outstanding value nullable: true additionalProperties: false title: OutputConversionRatioChangeLog OutputAggregationFinancialHealthRatios: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true capitalExpenditureToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true capitalExpenditureToEbitdaRatioValue: type: number description: 'The aggregated value of Capital Expenditure to EBITDA Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Capital Expenditure to EBITDA Ratio: This ratio represents the value of a company''s capital expenditure relative to its EBITDA. This can be used to measure the company''s ability to utilize its acquired capital to generate earnings. This is calculated using Capital Expenditure divided by EBITDA.' format: double nullable: true capitalExpenditureToSalesRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true capitalExpenditureToSalesRatioValue: type: number description: 'The aggregated value of Capital Expenditure to Sales Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Capital Expenditure to Sales Ratio: This ratio represents the value of a company''s capital expenditure relative to its sales. This can be used to measure the company''s ability to utilize its acquired capital to generate earnings. This is calculated using Capital Expenditure divided by Total Revenue.' format: double nullable: true cashFlowToDebtRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashFlowToDebtRatioValue: type: number description: 'The aggregated value of Cash Flow to Debt Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Flow to Debt Ratio: This ratio represents the value of a company''s cash flow from operating activies relative to its total debt. This can be used to measure a company''s ability to use its cash to pay off debt. This is calculated using Cash Flow from Operating Activities (TTM) divided by Average Total Debt.' format: double nullable: true currentRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true currentRatioValue: type: number description: 'The aggregated value of Current Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Current Ratio: This ratio represents the value of a company''s current assets relative to its current liabilities. This can be used to measure the company''s ability to use its short term assets to pay off its short term liabilities. This is calculated using Total Current Assets divided by Total Current Liabilities.' format: double nullable: true daysInInventoryRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true daysInInventoryRatioValue: type: number description: 'The aggregated value of Days In Inventory Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Days In Inventory Ratio: This ratio represents the time (in days) it takes a company to convert its average inventory level into revenue. This can be used to measure the company''s ability to manage its inventory efficiently. This is calculated using Days of Period (365 for TTM) divided by Inventory Turnover Ratio.' format: double nullable: true daysInPaymentRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true daysInPaymentRatioValue: type: number description: 'The aggregated value of Days In Payment Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Days In Payment Ratio: This ratio represents the time (in days) it takes a company to pay off its creditors. This can be used to measure the company''s ability to pay off its obligations. This is calculated using Days of Period (365 for TTM) divided by Payable Turnover Ratio.' format: double nullable: true daysInSalesRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true daysInSalesRatioValue: type: number description: 'The aggregated value of Days In Sales Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Days In Sales Ratio: This ratio represents the time (in days) it takes a company to collect receivables on sales that have been made. This can be used to measure the company''s ability to manage their accounts receivable. This is calculated using Days of Period (365 for TTM) divided by Receivable Turnover Ratio.' format: double nullable: true debtToEbitdaRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true debtToEbitdaRatioValue: type: number description: 'The aggregated value of Debt to EBITDA Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Debt to EBITDA Ratio: This ratio represents the value of a company''s total debt relative to its EBITDA. This can be used to measure the company''s ability to pay off its debt. This is calculated using Average Total Debt divided by EBITDA (TTM).' format: double nullable: true ebitdaInterestCoverageNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true ebitdaInterestCoverageValue: type: number description: 'The aggregated value of EBITDA Interest Coverage; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBITDA Interest Coverage: This ratio represents the value of a company''s EBITDA relative to its interest expense. This can be used to measure a company''s ability to use EBITDA to pay off its interest expense. This is calculated using EBITDA divided by Interest Expense.' format: double nullable: true freeCashFlowToDebtRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true freeCashFlowToDebtRatioValue: type: number description: 'The aggregated value of FCF to Debt Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. FCF to Debt Ratio: This ratio represents the value of a company''s free cash flow relative to its total debt. This can be used to measure a company''s ability to use its free cash to pay off its debt. This is calculated using the Free Cash Flow (TTM) divided by Average Total Debt.' format: double nullable: true interestCoverageNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true interestCoverageValue: type: number description: 'The aggregated value of Interest Coverage; is derived using all eligible companies who are constituents in the specified Morningstar Index. Interest Coverage: This ratio represents the value of a company''s earnings before interest and taxes (EBIT) relative to its interest expenses. This can be used to measure the number of times a company''s EBIT covers its interest expenses. This is calculated using EBIT divided by Interest Expense.' format: double nullable: true inventoryTurnoverRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true inventoryTurnoverRatioValue: type: number description: 'The aggregated value of Inventory Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Inventory Turnover Ratio: This ratio represents the value of a company''s cost of revenue relative to its average inventory. This can be used as an efficiency ratio measuring how many times inventory is sold and replaced during the TTM period. This is calculated using Cost of Revenue (TTM) divided by Average Inventories.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true payableTurnoverRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true payableTurnoverRatioValue: type: number description: 'The aggregated value of Payable Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Payable Turnover Ratio: This ratio represents the value of a company''s cost of revenue relative to its trade payables. This can be used to measure a company''s short term liquidity; by measuring how fast the company is able to pay its creditors. This is calculated using Cost of Revenue (TTM) divided by Average Trade and Other Payables.' format: double nullable: true quickRatioNumberOfEligibleCompanies: type: number description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: double nullable: true quickRatioValue: type: number description: 'The aggregated value of Quick Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Quick Ratio: This ratio represents the value of a company''s most liquid assets relative to its current liabilities. This can be used to measure a company''s liquidity. This is calculated using (Cash; Cash Equivalents; and Short Term Investments + Trade and Other Receivables; Current) / Total Current Liabilities.' format: double nullable: true receivableTurnoverRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true receivableTurnoverRatioValue: type: number description: 'The aggregated value of Receivable Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Receivable Turnover Ratio: This ratio represents the value of a company''s total revenue relative to its trade account receivables. This can be used to measure how many times; on average; a company is able to collect its receivables during a year. This is calculated using Total Revenue (TTM) divided by Average Trade Accounts Receivable.' format: double nullable: true additionalProperties: false title: OutputAggregationFinancialHealthRatios ResponseWmOrReutersHistoricalExchangeRates: type: object properties: wmorreutersHistoricalExchangeRates: $ref: '#/components/schemas/OutputWmOrReutersHistoricalExchangeRates' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' CodeMappingLong: type: object properties: value: type: string nullable: true code: type: integer format: int64 nullable: true additionalProperties: false title: CodeMappingLong OutputResponseLink: title: OutputResponseLink type: object description: 'A set of hypermedia links providing URLs for polling job status or accessing results when available.' properties: href: type: string description: 'he fully qualified URL to the related resource or endpoint. Used to poll job status or retrieve results.' example: https://www.us-api.morningstar.com/dynamic-services-apis/jobs/16bf1a7a-c883-4424-8810-2f4e9d244d40 rel: type: string description: 'Describes the relationship between the current resource and the linked resource.' example: status method: type: string description: The HTTP method to use when invoking the `href` endpoint. example: GET additionalProperties: false ResponseEsgFundLevelPrincipalAdverseIndicatorsPais: type: object properties: esgFundLevelPrincipalAdverseIndicatorsPais: $ref: '#/components/schemas/OutputEsgFundLevelPrincipalAdverseIndicatorsPais' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputSecurityExposures: type: object properties: cash: type: number description: '' format: double nullable: true currencyFactorGbp: type: integer description: '' format: int64 nullable: true additionalProperties: false title: OutputSecurityExposures description: All fields are nullable. Empty or `null` value fields are not returned. OutputMoneyMarketAttributes: type: object properties: moneyMarketFundType: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputMoneyMarketAttributes description: All fields are nullable. Empty or `null` value fields are not returned. OutputEnterpriseValueCalculations: type: object properties: asOfDate: type: string description: The calendar date when enterprise value data points are calculated nullable: true analystNormalizedEnterpriseValueToEbitdaRatio: type: number description: This ratio represents a company's enterprise value relative to its Normalized EBITDA. The ratio can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Normalized EBITDA which is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true analystNormalizedEnterpriseValueToEbitRatio: type: number description: This ratio represents a company's enterprise value relative to its Normalized EBIT. The ratio can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Normalized EBIT; which is an analyst-screened datapoint; meaning an analyst is identifying and taking judgment on what should or should not be adjusted. format: double nullable: true cashReturn: type: number description: This ratio represents a company's free cash flow relative to its enterprise value. This can be used to measure how efficiently the company is using its capital; both equity and debt; to generate free cash flow. In other words; cash return shows how much free cash flow a company generates as a percentage of how much it would cost an investor to buy out the entire business. This is calculated using Free Cash Flow to Firm divided by Enterprise Value. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' enterpriseValue: type: number description: This calculations represents the entire value of a company. This can be used to measure a company's theoretical purchase price. This is calculated using Market Cap + Preferred Stock/Units + Non-Controlling/Minority Interests in Equity + Net Debt. format: double nullable: true enterpriseValueIncludingCash: type: number description: This calculations represents the entire value of a company. This can be used to measure a company's theoretical purchase price. This is calculated using Market Capital + Total Preferred Stock/Units/Securities + Non-Controlling/Minority Interests in Equity + Total Debt format: double nullable: true enterpriseValueToAssetsRatio: type: number description: This ratio represents a company's enterprise value relative to its total assets. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Total Assets. format: double nullable: true enterpriseValueToEbitdaRatio: type: number description: This ratio represents a company's enterprise value relative to its EBITDA. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by EBITDA (TTM). format: double nullable: true enterpriseValueToEbitRatio: type: number description: This ratio represents a company's enterprise value relative to its EBIT. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by EBIT (TTM). format: double nullable: true enterpriseValueToFreeCashFlowRatio: type: number description: This ratio represents a company's enterprise value relative to its free cash flow. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Free Cash Flow (TTM). format: double nullable: true enterpriseValueToPretaxIncomeRatio: type: number description: This ratio represents a company's enterprise value relative to its pre-tax income. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Pre-Tax Income (TTM). format: double nullable: true enterpriseValueToRevenueRatio: type: number description: This ratio represents a company's enterprise value relative to revenue. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Total Revenue (TTM). format: double nullable: true normalizedEnterpriseValueToEbitdaRatio: type: number description: This ratio represents the value of a company's enterprise value relative to its Normalized EBITDA. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Normalized EBITDA (TTM). format: double nullable: true normalizedEnterpriseValueToEbitRatio: type: number description: This ratio represents a company's enterprise value relative to its Normalized EBIT. This can be used to measure a company's fair value. This is calculated using Enterprise Value divided by Normalized EBIT (TTM). format: double nullable: true totalDebtToEnterpriseValue: type: number description: This ratio represents the value of a company's total debt relative to its enterprise value. This can be used to measure the company's financial leverage. This is calculated using Total Debt divided by Enterprise Value. format: double nullable: true additionalProperties: false title: OutputEnterpriseValueCalculations ResponseEtfTradingAndAttributes: type: object properties: etfTradingAndAttributes: $ref: '#/components/schemas/OutputEtfTradingAndAttributes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewQuantitativeEquityRatingAnalysis: title: InputViewQuantitativeEquityRatingAnalysis description: View input when `viewId=quantitative-equity-rating-analysis`. `quantitativeSmartTextType` is a required parameter. Language-dependent view. type: object required: - viewId - parameters properties: viewId: type: string enum: - quantitative-equity-rating-analysis parameters: $ref: '#/components/schemas/InputViewParametersQuantitativeEquityRatingAnalysis' OutputConsensusRawEstimate: type: object properties: asOfDate: type: string description: Consensus date in numeric format nullable: true currencyId: type: string description: The Morningstar identifier that refers to the currency that is used in reporting asset data. nullable: true currentFiscalYearEnd: type: string description: Company year end date nullable: true estimateHigh: type: number description: Highest estimate for that particular period provided by brokers format: double nullable: true estimateLow: type: number description: Lowest estimate for that particular period defined by broker format: double nullable: true estimateMean: type: number description: Average of estimate for that particular period defined by broker format: double nullable: true estimateMedian: type: number description: Median of an estimate for that particular period defined by broker format: double nullable: true estimatesDataPointName: type: string description: This is the name of estimate data point. nullable: true estimateStandardDeviation: type: number description: Stardard Deviation of an estimate for that particular period defined by broker format: double nullable: true numberOfEstimates: type: integer description: Number of brokers providing the estimates for that particular period format: int32 nullable: true targetPeriod: type: string description: This denotes wether the estimates are annual(A) or quarter(1;2;3;4). If target_period is A it is Annual Report; if 1 it is Quarter 1; if 2 it is Quarter 2 if 3 it is Quarter 3 if 4 it is Quarter 4 nullable: true targetYear: type: string description: The year of the estimate nullable: true additionalProperties: false title: OutputConsensusRawEstimate OutputInvestmentAccessPointFundamentals: type: object properties: effectiveDate: type: string description: '' nullable: true abilityToDeductThirdPartyAdviserFeesFromAccountBalance: type: string description: '' nullable: true ableToAcceptAfterTaxContributions: type: string description: '' nullable: true ableToAcceptRollovers: type: string description: '' nullable: true ableToAcceptSpouseContributions: type: string description: '' nullable: true ableToAcceptTransfersFromOverseasFunds: type: string description: '' nullable: true ableToProcessCorporateActionsInBulk: type: string description: '' nullable: true ableToRebalancePortfolio: $ref: '#/components/schemas/CodeMappingString' ableToReceiveGovernmentCoContributions: type: string description: '' nullable: true ableToTransferToPensionWithNilBuySpreadCosts: type: string description: '' nullable: true ableToTransferToPensionWithoutTimeOutOfTheMarket: type: string description: '' nullable: true ableToTransferUnrealisedCapitalGainsFromSuperToPension: type: string description: '' nullable: true accessToBonds: type: string description: '' nullable: true accessToManagedFunds: type: string description: '' nullable: true accessToTermDeposits: type: string description: '' nullable: true adminSystemOrPlatform: type: string description: '' nullable: true australianBusinessNumber: type: integer description: '' format: int64 nullable: true brokerageServiceAvailable: type: string description: '' nullable: true doesOfferMultiManagerOptions: type: string description: '' nullable: true doesOfferSingleManagerOptions: type: string description: '' nullable: true doesOfferTrustAccountOwnership: type: string description: '' nullable: true functionOfInvestmentAccessPoint: type: string description: '' nullable: true fundInsurer: type: string description: '' nullable: true hasCoolingOffRights: type: string description: '' nullable: true hasDefaultCover: type: string description: '' nullable: true investmentAccessPointType: type: string description: '' nullable: true isAccountBasedPensionAvailable: type: string description: '' nullable: true isCashManagementAccountAvailable: type: string description: '' nullable: true isCustodian: type: string description: '' nullable: true isMobileApplicationAvailable: type: string description: '' nullable: true isPublicOfferFund: type: string description: '' nullable: true isTransitionToRetirementPensionAvailable: type: string description: '' nullable: true listedSecuritiesAllowed: type: string description: '' nullable: true managedAccountsAllowed: type: string description: '' nullable: true managedFundsAllowed: type: string description: '' nullable: true numberOfFreeSwitchesAllowedInAYear: type: integer description: '' format: int32 nullable: true numberOfSwitchesAllowedInAYear: type: integer description: '' format: int32 nullable: true offersBindingNominations: type: string description: '' nullable: true offersIncomeProtection: type: string description: '' nullable: true offersLifeInsurance: type: string description: '' nullable: true offersNonLapsingBindingNominations: type: string description: '' nullable: true offerStatus: type: string description: '' nullable: true offerTotalPermanentDisabilityInsurance: type: string description: '' nullable: true platformId: type: string description: '' nullable: true superProductIdentifierNumber: type: string description: '' nullable: true termDepositAllowed: type: string description: '' nullable: true uniqueSuperannuationIdentifier: type: string description: '' nullable: true unitPricingOrCreditingRatesUsed: type: string description: '' nullable: true websiteUrl: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointFundamentals description: All fields are nullable. Empty or `null` value fields are not returned. OutputEvestmentOperation: type: object properties: firmid: type: string description: '' nullable: true firmType: $ref: '#/components/schemas/CodeMappingString' firmShortName: type: string description: '' nullable: true firmLegalName: type: string description: '' nullable: true firmStreetAddress: type: string description: '' nullable: true firmCity: type: string description: '' nullable: true firmStateOrProvince: type: string description: '' nullable: true firmPostcode: type: string description: '' nullable: true firmCountry: $ref: '#/components/schemas/CodeMappingString' firmWebAddress: type: string description: '' nullable: true firmPhone: type: string description: '' nullable: true firmFaxNumber: type: string description: '' nullable: true yearFirmFounded: type: string description: '' nullable: true ria: $ref: '#/components/schemas/CodeMappingInt' firmAssetsStatsQuarterEnd: type: string description: '' nullable: true firmTotalAssets: type: number description: '' format: double nullable: true firmTotalNumberOfAccounts: type: number description: '' format: double nullable: true assetsUsStock: type: number description: '' format: double nullable: true assetsUsBond: type: number description: '' format: double nullable: true assetsNonUsStock: type: integer description: '' format: int32 nullable: true firmAccountsStatsQuarterEnd: type: string description: '' nullable: true assetsNonUsBond: type: integer description: '' format: int32 nullable: true assetsUsAllocation: type: number description: '' format: double nullable: true assetsNonUsAllocation: type: integer description: '' format: int32 nullable: true firmClientsAndAssetsChangeQuarterEnd: type: string description: '' nullable: true firmOfClientsLost: type: integer description: '' format: int32 nullable: true firmAssetsLostMillions: type: number description: '' format: double nullable: true firmAssetsLostPerc: type: number description: '' format: double nullable: true firmOfClientsGained: type: integer description: '' format: int32 nullable: true firmAssetsGainedMillions: type: number description: '' format: double nullable: true firmAssetsGainedPerc: type: number description: '' format: double nullable: true firmPercOwnedByEmployees: type: number description: '' format: double nullable: true firmPercOwnedByParentCompany: type: number description: '' format: double nullable: true firmPercOwnedByPublic: type: number description: '' format: double nullable: true gipsCompliance: $ref: '#/components/schemas/CodeMappingString' firmBackground: $ref: '#/components/schemas/CodeMappingString' firmPercOwnedByMinority: type: number description: '' format: double nullable: true marketContactName: type: string description: '' nullable: true marketContactTitle: type: string description: '' nullable: true marketContactPhone: type: string description: '' nullable: true marketContactFax: type: string description: '' nullable: true firmManagerAndAnalystsStatsQuarterEnd: type: string description: '' nullable: true firmOfPortfolioManagers: type: integer description: '' format: int32 nullable: true firmOfResearchAnalysts: type: integer description: '' format: int32 nullable: true firmCurrency: $ref: '#/components/schemas/CodeMappingString' fundStatus: $ref: '#/components/schemas/CodeMappingString' generalPartner: type: string description: '' nullable: true firmLegal: type: string description: '' nullable: true onshoreOffshore: $ref: '#/components/schemas/CodeMappingString' earlyRedemptionFee: type: number description: '' format: double nullable: true subsequentInvestmentFrequency: $ref: '#/components/schemas/CodeMappingString' redemptionFrequency: $ref: '#/components/schemas/CodeMappingString' hurdleRate: type: number description: '' format: double nullable: true legalCounsel: type: string description: '' nullable: true administrator: type: string description: '' nullable: true custodian: type: string description: '' nullable: true auditor: type: string description: '' nullable: true typicalNetExposureLowPerc: type: number description: '' format: double nullable: true typicalNetExposureHighPerc: type: number description: '' format: double nullable: true typicalLongExposureLowPerc: type: number description: '' format: double nullable: true typicalLongExposureHighPerc: type: number description: '' format: double nullable: true typicalShortExposureLowPerc: type: number description: '' format: double nullable: true typicalShortExposureHighPerc: type: number description: '' format: double nullable: true databaseLastUpdatedDate: type: string description: '' nullable: true geographicRegion: $ref: '#/components/schemas/CodeMappingString' openToInvestment: $ref: '#/components/schemas/CodeMappingInt' assetsInStrategyMilBaseCurrency: type: number description: '' format: double nullable: true redemptionNotice: type: string description: '' nullable: true performanceLastUpdatedDate: type: string description: '' nullable: true investmentType: $ref: '#/components/schemas/CodeMappingString' mainStrategy: $ref: '#/components/schemas/CodeMappingString' subStrategy: $ref: '#/components/schemas/CodeMappingString' fundSectorStyle: $ref: '#/components/schemas/CodeMappingString' evestmentFirmId: type: string description: '' nullable: true evestmentProductId: type: string description: '' nullable: true evestmentVehicleId: type: string description: '' nullable: true evestmentHfnUniverseName: type: string description: '' nullable: true evestmentHfnUniverseId: type: integer description: '' format: int32 nullable: true firmPersonnelBiography: type: string description: '' nullable: true netAssetsShareClass: type: number description: '' format: double nullable: true firmTotalAssetsBaseCurrency: type: number description: '' format: double nullable: true netAssetsShareClassMonthly: type: integer description: '' format: int64 nullable: true domicile: type: string description: '' nullable: true minimumInvestmentMilBaseCurrency: type: number description: '' format: double nullable: true firmContactName: type: string description: '' nullable: true otherFee: type: string description: '' nullable: true hfnInvestmentMarket: $ref: '#/components/schemas/CodeMappingString' managementFee: type: number description: '' format: double nullable: true performanceFee: type: number description: '' format: double nullable: true highWatermark: $ref: '#/components/schemas/CodeMappingInt' lockupInterval: type: string description: '' nullable: true ucits: $ref: '#/components/schemas/CodeMappingString' fundStructure: $ref: '#/components/schemas/CodeMappingString' assetsInStrategyDateYyyyormm: type: string description: '' nullable: true portfolioManagementStrategy: $ref: '#/components/schemas/CodeMappingString' primeBroker: type: string description: '' nullable: true netAssetsDateYyyyormm: type: string description: '' nullable: true productStatus: $ref: '#/components/schemas/CodeMappingString' shortName: type: string description: '' nullable: true reportingStyle: $ref: '#/components/schemas/CodeMappingString' vehicleCategory: $ref: '#/components/schemas/CodeMappingString' vehicleName: type: string description: '' nullable: true evAssetClass: $ref: '#/components/schemas/CodeMappingString' investmentFocus: $ref: '#/components/schemas/CodeMappingString' managementApproach: $ref: '#/components/schemas/CodeMappingString' hedgingApproach: $ref: '#/components/schemas/CodeMappingString' invAnalysis: $ref: '#/components/schemas/CodeMappingString' securityAllocationApproach: $ref: '#/components/schemas/CodeMappingString' managerPreferredBenchmark: type: string description: '' nullable: true primaryDurationEmphasis: $ref: '#/components/schemas/CodeMappingString' primaryFixedIncomeStyle: $ref: '#/components/schemas/CodeMappingString' primaryEquityCapitalization: $ref: '#/components/schemas/CodeMappingString' primaryEquityStyle: $ref: '#/components/schemas/CodeMappingString' derivativeInvesting: $ref: '#/components/schemas/CodeMappingString' derivativeInvestingExplanation: $ref: '#/components/schemas/CodeMappingString' socialScreensApplied: type: string description: '' nullable: true socialProcessExplanation: $ref: '#/components/schemas/CodeMappingString' inactiveDate: type: string description: '' nullable: true professionalCategorizationDisclosure: $ref: '#/components/schemas/CodeMappingString' dateProductAdded: type: string description: '' nullable: true productFocus: $ref: '#/components/schemas/CodeMappingString' openForInvestmentSliding: $ref: '#/components/schemas/CodeMappingString' minimumInvestmentBaseCurrency: type: number description: '' format: double nullable: true strategyAssetsDate: type: string description: '' nullable: true strategyTotalOfClients: type: number description: '' format: double nullable: true portfolioDate: type: string description: '' nullable: true ofCountriesInvested: type: number description: '' format: double nullable: true approachTowardsHedging: type: string description: '' nullable: true maxExposureInEmergingMarket: type: number description: '' format: double nullable: true porbRatioTtm: type: number description: '' format: double nullable: true ofStockHoldings: type: number description: '' format: double nullable: true currentCashPosition: type: number description: '' format: double nullable: true annualPortfolioTurnover: type: number description: '' format: double nullable: true poreRatioTtm: type: number description: '' format: double nullable: true averageMarketCapMil: type: number description: '' format: double nullable: true fixedIncomeStyle: $ref: '#/components/schemas/CodeMappingString' fixedIncomeDuration: type: number description: '' format: double nullable: true ofBondHoldings: type: number description: '' format: double nullable: true yieldToMaturity: type: number description: '' format: double nullable: true modifiedDuration: type: number description: '' format: double nullable: true averageCreditQuality: type: string description: '' nullable: true balancedStyle: $ref: '#/components/schemas/CodeMappingString' balancedMarketCap: $ref: '#/components/schemas/CodeMappingString' fixedIncomeAnnualPortfolioTurnover: type: number description: '' format: double nullable: true strategyClientsLostorgainedDate: type: string description: '' nullable: true strategyOfClientsLost: type: integer description: '' format: int32 nullable: true strategyAssetsLostMillions: type: number description: '' format: double nullable: true strategyOfClientsGained: type: integer description: '' format: int32 nullable: true strategyAssetsGainedMillions: type: number description: '' format: double nullable: true evDatasetName: $ref: '#/components/schemas/CodeMappingInt' strategyManagerAndAnalystsChangeQuarterEnd: type: string description: '' nullable: true strategyOfPortfolioManagersChange: type: integer description: '' format: int32 nullable: true strategyOfResearchAnalystsChange: type: integer description: '' format: int32 nullable: true portfolioConstructionObjective: $ref: '#/components/schemas/CodeMappingString' strategyOfPortfolioManagers: type: integer description: '' format: int32 nullable: true strategyOfResearchAnalysts: type: integer description: '' format: int32 nullable: true strategyPortfolioManagersTenureAverage: type: integer description: '' format: int64 nullable: true strategyResearchAnalystsTenureAverage: type: integer description: '' format: int64 nullable: true strategyPortfolioManagersFirmTenureAverage: type: integer description: '' format: int64 nullable: true strategyResearchAnalystsFirmTenureAverage: type: integer description: '' format: int64 nullable: true vehicleId: type: integer description: '' format: int32 nullable: true strategyManagerAndAnalystsStatsQuarterEnd: type: string description: '' nullable: true universeNameAllLevels: type: string description: '' nullable: true strategyAssetsMillions: type: number description: '' format: double nullable: true universeName1LowestLevel: type: string description: '' nullable: true universeName2LowestLevel: type: string description: '' nullable: true universeGroupName1LowestLevel: type: string description: '' nullable: true universeGroupName2LowestLevel: type: string description: '' nullable: true universeGranularityLevelLowest: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputEvestmentOperation description: All fields are nullable. Empty or `null` value fields are not returned. OutputPlatformAndSuperFundFeeAndFeaturesData: type: object properties: cashAccountFeeAmountInAud: type: number description: '' format: double nullable: true expenseRecoveryBaseAmountInAud: type: number description: '' format: double nullable: true maximumExpenseRecoveryFeeAmountInAud: type: number description: '' format: double nullable: true platformName: type: string description: '' nullable: true totalAccountBalanceExpenseRecoveryFeeInAud: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPlatformAndSuperFundFeeAndFeaturesData description: All fields are nullable. Empty or `null` value fields are not returned. OutputPerformanceRanks: type: object properties: annualCapitalReturnPercRankCat2014: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2015: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2016: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2017: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2018: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2019: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2020: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2021: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2022: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2023: type: integer description: '' format: int32 nullable: true annualCapitalReturnPercRankCat2024: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2014: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2015: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2016: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2017: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2018: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2019: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2020: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2021: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2022: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2023: type: integer description: '' format: int32 nullable: true annualIncomeReturnPercRankCat2024: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2014: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2015: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2016: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2017: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2018: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2019: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2020: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2021: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2022: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2023: type: integer description: '' format: int32 nullable: true annualInvestorRetPercRankCat2024: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2014: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2015: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2016: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2017: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2018: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2019: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2020: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2021: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2022: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2023: type: integer description: '' format: int32 nullable: true annualRetAbsRankCat2024: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2014: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2015: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2016: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2017: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2018: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2019: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2020: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2021: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2022: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2023: type: integer description: '' format: int32 nullable: true annualRetPercRankCat2024: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2014: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2015: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2016: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2017: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2018: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2019: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2020: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2021: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2022: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2023: type: integer description: '' format: int32 nullable: true annualRetPercRankInstCat2024: type: integer description: '' format: int32 nullable: true bearMarketRankPercMoEnd: type: integer description: '' format: int32 nullable: true bearMarketRankPercQtrEnd: type: integer description: '' format: int32 nullable: true bearMarketRankPercRestatedLoadAdjRetMoEnd: type: integer description: '' format: int32 nullable: true bearMarketRankPercRestatedLoadAdjRetQtrEnd: type: integer description: '' format: int32 nullable: true capitalReturnPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true capitalReturnPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true capitalReturnPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true capitalReturnPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true capitalReturnPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true estimatedHoldingCostPercRank: type: integer description: '' format: int32 nullable: true firmRiskAdjustedSuccessRatio10Year: type: number description: '' format: double nullable: true firmRiskAdjustedSuccessRatio3Year: type: number description: '' format: double nullable: true firmRiskAdjustedSuccessRatio5Year: type: number description: '' format: double nullable: true firmSuccessRatio10Year: type: number description: '' format: double nullable: true firmSuccessRatio3Year: type: number description: '' format: double nullable: true firmSuccessRatio5Year: type: number description: '' format: double nullable: true grossRetAbsRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetAbsRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat2YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat10YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat1MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat1YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat3MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat3YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat5YrMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat6MoMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCatYtdMoEnd: type: integer description: '' format: int32 nullable: true grossRetPercRankInstCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true incomeReturnPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true incomeReturnPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true incomeReturnPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true incomeReturnPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true incomeReturnPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory10YrDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory10YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory10YrQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory15YrDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory15YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory15YrQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1DayDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1MoDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1MoMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1MoQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1WkDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1YrDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory1YrQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3MoDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3MoMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3MoQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3YrDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory3YrQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory5YrDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory5YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory5YrQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory6MoDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory6MoMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategory6MoQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategoryMtdDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategoryQtdDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategoryYtdDaily: type: integer description: '' format: int32 nullable: true investmentsInAbiCategoryYtdMoEnd: type: integer description: '' format: int32 nullable: true investmentsInAbiCategoryYtdQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor10YearDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor10YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor10YearQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor15YearDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor15YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor15YearQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1DayDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1MonthDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1MonthQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1WeekDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1YearDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1YearQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2014: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2015: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2016: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2017: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2018: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2019: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2020: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2021: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2022: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2023: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor2024: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3MonthDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3MonthQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3YearDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3YearQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor5YearDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor5YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor5YearQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor6MonthDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor6MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor6MonthQtrEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryForMtdDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryForQtdDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryForYtdDaily: type: integer description: '' format: int32 nullable: true investmentsInCategoryForYtdMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryForYtdQtrEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat15YrQtrEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true investorRetPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat4YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetAbsRankCatInceptionMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat4YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true loadAdjRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true marketImpactCostPercRank: type: integer description: '' format: int32 nullable: true marketRetPercRankCat10YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat15YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1DayDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1MoDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1WkDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat2MoDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat2MoMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat2YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat3MoDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat3YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat5YrDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCat6MoDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true marketRetPercRankCatMtdDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCatQtdDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCatYtdDaily: type: integer description: '' format: int32 nullable: true marketRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat15YrQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true netRetPercRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true portfolioConcentrationPercRank: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat10YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat15YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat1MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat1YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat3MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat3YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat5YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCat6MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPercCatYtdMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat10YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat15YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat1MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat1YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat3MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat3YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat5YrMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCat6MoMoEnd: type: integer description: '' format: int32 nullable: true postTaxReturnPreLiquidationPercCatYtdMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments10YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments10YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments15YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments15YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments5YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments5YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments6MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments6MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestmentsYtdMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestmentsYtdQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat10YrDaily: type: integer description: '' format: int32 nullable: true retPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat15YrDaily: type: integer description: '' format: int32 nullable: true retPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat15YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat1DayDaily: type: integer description: '' format: int32 nullable: true retPercRankCat1MoDaily: type: integer description: '' format: int32 nullable: true retPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat1WkDaily: type: integer description: '' format: int32 nullable: true retPercRankCat1YrDaily: type: integer description: '' format: int32 nullable: true retPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat2MoMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat2MoQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat2YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat3MoDaily: type: integer description: '' format: int32 nullable: true retPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat3YrDaily: type: integer description: '' format: int32 nullable: true retPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat5YrDaily: type: integer description: '' format: int32 nullable: true retPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCat6MoDaily: type: integer description: '' format: int32 nullable: true retPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true retPercRankCatMtdDaily: type: integer description: '' format: int32 nullable: true retPercRankCatQtdDaily: type: integer description: '' format: int32 nullable: true retPercRankCatYtdDaily: type: integer description: '' format: int32 nullable: true retPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true retPercRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat10YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat15YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat15YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1DayDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1MoDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1WkDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2MoDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat2YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3MoDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat5YrDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat6MoDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCatMtdDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCatQtdDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCatYtdDaily: type: integer description: '' format: int32 nullable: true totalRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat10YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat15YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat1MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat1YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat2MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat2YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat3MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat3YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat5YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCat6MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankInstCatYtdMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat15YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat2MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat2MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat2YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat2YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true trackingVolatilityPercRank: type: integer description: '' format: int32 nullable: true volatilityRankPercMoEnd: type: integer description: '' format: int32 nullable: true volatilityRankPercRestatedLoadAdjRetMoEnd: type: integer description: '' format: int32 nullable: true volatilityRankPercRestatedLoadAdjRetQtrEnd: type: integer description: '' format: int32 nullable: true volatilityRankQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments20YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputPerformanceRanks description: All fields are nullable. Empty or `null` value fields are not returned. OutputDistributionsHistorical: type: object properties: annualCapitalGain2015: type: number description: '' format: double nullable: true annualCapitalGain2016: type: number description: '' format: double nullable: true annualCapitalGain2017: type: number description: '' format: double nullable: true annualCapitalGain2018: type: number description: '' format: double nullable: true annualCapitalGain2019: type: number description: '' format: double nullable: true annualCapitalGain2020: type: number description: '' format: double nullable: true annualCapitalGain2021: type: number description: '' format: double nullable: true annualCapitalGain2022: type: number description: '' format: double nullable: true annualCapitalGain2023: type: number description: '' format: double nullable: true annualCapitalGain2024: type: number description: '' format: double nullable: true annualDividend2015: type: number description: '' format: double nullable: true annualDividend2016: type: number description: '' format: double nullable: true annualDividend2017: type: number description: '' format: double nullable: true annualDividend2018: type: number description: '' format: double nullable: true annualDividend2019: type: number description: '' format: double nullable: true annualDividend2020: type: number description: '' format: double nullable: true annualDividend2021: type: number description: '' format: double nullable: true annualDividend2022: type: number description: '' format: double nullable: true annualDividend2023: type: number description: '' format: double nullable: true annualDividend2024: type: number description: '' format: double nullable: true capitalGainAndLossOnSecurities: type: number description: '' format: double nullable: true dividendAmountHistory: type: string description: '' nullable: true dividendCalendarYearAndMonth: type: string description: '' nullable: true dividendFinancialYear: type: string description: '' nullable: true futuresCapitalGainAndLoss: type: number description: '' format: double nullable: true postTaxDividendAmountHistory: type: string description: '' nullable: true totalDistributionHistory: type: string description: '' nullable: true totalDistributionRateNav: type: number description: '' format: double nullable: true totalDistributionRateNavUk: type: number description: '' format: double nullable: true totalDistributionRatePrice: type: number description: '' format: double nullable: true totalDistributionRatePriceUk: type: number description: '' format: double nullable: true unsplitDividendAmountHistoryKorea: type: string description: '' nullable: true additionalProperties: false title: OutputDistributionsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgFundLevelCarbonEmissions: type: object properties: carbonFootprintScope2TonnesPerNzdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope2TonnesPerAudMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerGbpMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerChfMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerEurMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerHkdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerSgdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerNzdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerAudMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerGbpMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerChfMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerEurMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerHkdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerSgdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerNzdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerAudMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerGbpMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerChfMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerEurMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerHkdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerSgdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerNzdMillionCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerAudMillionCategoryAverage: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInGbp: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInChf: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInEur: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInHkd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInSgd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInNzd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1CategoryAverageInAud: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInGbp: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInChf: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInEur: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInHkd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInSgd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInNzd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2CategoryAverageInAud: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInGbp: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInChf: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInEur: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInHkd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInSgd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInNzd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3CategoryAverageInAud: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInGbp: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInChf: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInEur: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInHkd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInSgd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInNzd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2CategoryAverageInAud: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInGbp: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInChf: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInEur: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInHkd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInSgd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInNzd: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3CategoryAverageInAud: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInGbp: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInChf: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInEur: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInHkd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInSgd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInNzd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1CategoryAverageInAud: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInGbp: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInChf: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInEur: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInHkd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInSgd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInNzd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope2CategoryAverageInAud: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInGbp: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInChf: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInEur: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInHkd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInSgd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInNzd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope3CategoryAverageInAud: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInGbp: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInChf: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInEur: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInHkd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInSgd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInNzd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2CategoryAverageInAud: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInGbp: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInChf: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInEur: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInHkd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInSgd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInNzd: type: number description: '' format: double nullable: true absoluteCarbonIntensityScope1And2And3CategoryAverageInAud: type: number description: '' format: double nullable: true carbonDate: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InUsdTermsCategoryAverage: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2InUsdTerms: type: number description: '' format: double nullable: true carbonFootprintScope1And2CoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonFootprintScope1And2EligibleHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2EligibleNotCoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonFootprintScope1And2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3CoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonFootprintScope1And2And3EligibleHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3EligibleNotCoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonFootprintScope1And2And3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerUsdMillions: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' weightedAverageCarbonIntensityScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3InUsdTerms: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' weightedAverageCarbonIntensityScope1And2And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope1And2TonnesPerUsdMillionsCategoryAverage: type: number description: '' format: double nullable: true carbonFootprintScope1And2And3TonnesPerUsdMillionsCategoryAverage: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1And2And3InUsdTermsCategoryAverage: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonEmissionsScope1NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonEmissionsScope1PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonEmissionsScope2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonEmissionsScope2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonEmissionsScope3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonEmissionsScope3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope3PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonEmissionsScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonEmissionsScope1And2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonEmissionsScope1And2And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true absoluteCarbonEmissionsScope1And2And3PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope1EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonFootprintScope1NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonFootprintScope1PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope1PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope1CoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1EligibleHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1EligibleNotCoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope1TonnesPerUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonFootprintScope2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonFootprintScope2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope2CoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope2EligibleHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope2EligibleNotCoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope2TonnesPerUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonFootprintScope3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonFootprintScope3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonFootprintScope3PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonFootprintScope3CoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope3EligibleHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope3EligibleNotCoveredHoldingsInUsdMillions: type: number description: '' format: double nullable: true carbonFootprintScope3TonnesPerUsdMillions: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' weightedAverageCarbonIntensityScope1NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true weightedAverageCarbonIntensityScope1PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope1InUsdTerms: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' weightedAverageCarbonIntensityScope2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true weightedAverageCarbonIntensityScope2PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfPortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfPortfolioEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2PercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope2InUsdTerms: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' weightedAverageCarbonIntensityScope3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true weightedAverageCarbonIntensityScope3PercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true weightedAverageCarbonIntensityScope3PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3PercentageOfPortfolioCovered: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3PercentageOfPortfolioEligible: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3PercentageOfPortfolioNotCovered: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3PercentageOfPortfolioNotEligible: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InUsdTerms: type: string description: '' nullable: true absoluteCarbonIntensityScope1EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonIntensityScope1NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonIntensityScope1PercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfPortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfPortfolioEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfPortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1PercentageOfPortfolioNotEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1TonnesPerUsdMillions: type: string description: '' nullable: true absoluteCarbonIntensityScope2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonIntensityScope2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonIntensityScope2PercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfPortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfPortfolioEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfPortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope2PercentageOfPortfolioNotEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope2TonnesPerUsdMillions: type: string description: '' nullable: true absoluteCarbonIntensityScope3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonIntensityScope3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonIntensityScope3PercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfPortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfPortfolioEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfPortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope3PercentageOfPortfolioNotEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope3TonnesPerUsdMillions: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonIntensityScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonIntensityScope1And2PercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfPortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfPortfolioEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfPortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2PercentageOfPortfolioNotEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2TonnesPerUsdMillions: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' absoluteCarbonIntensityScope1And2And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfPortfolioCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfPortfolioEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfPortfolioNotCovered: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3PercentageOfPortfolioNotEligible: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3TonnesPerUsdMillions: type: string description: '' nullable: true absoluteCarbonEmissionsScope1Tonnes: type: string description: '' nullable: true absoluteCarbonEmissionsScope2Tonnes: type: string description: '' nullable: true absoluteCarbonEmissionsScope3Tonnes: type: string description: '' nullable: true absoluteCarbonEmissionsScope1And2Tonnes: type: string description: '' nullable: true absoluteCarbonEmissionsScope1And2And3Tonnes: type: string description: '' nullable: true carbonFootprintScope1TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true carbonFootprintScope3TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InUsdTermsCategoryAverage: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InUsdTermsCategoryAverage: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InUsdTermsCategoryAverage: type: string description: '' nullable: true absoluteCarbonIntensityScope1TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true absoluteCarbonIntensityScope2TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true absoluteCarbonIntensityScope3TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3TonnesPerUsdMillionsCategoryAverage: type: string description: '' nullable: true absoluteCarbonEmissionsScope1TonnesCategoryAverage: type: string description: '' nullable: true absoluteCarbonEmissionsScope2TonnesCategoryAverage: type: string description: '' nullable: true absoluteCarbonEmissionsScope3TonnesCategoryAverage: type: string description: '' nullable: true absoluteCarbonEmissionsScope1And2TonnesCategoryAverage: type: string description: '' nullable: true absoluteCarbonEmissionsScope1And2And3TonnesCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerGbpMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerGbpMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerGbpMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerGbpMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerGbpMillions: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InGbp: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InGbp: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InGbp: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InGbp: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InGbp: type: string description: '' nullable: true absoluteCarbonIntensityScope1InGbp: type: string description: '' nullable: true absoluteCarbonIntensityScope2InGbp: type: string description: '' nullable: true absoluteCarbonIntensityScope3InGbp: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InGbp: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InGbp: type: string description: '' nullable: true carbonFootprintScope1TonnesPerGbpMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerGbpMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerChfMillions: type: string description: '' nullable: true carbonFootprintScope1TonnesPerEurMillions: type: string description: '' nullable: true carbonFootprintScope1TonnesPerHkdMillions: type: string description: '' nullable: true carbonFootprintScope1TonnesPerSgdMillions: type: string description: '' nullable: true carbonFootprintScope1TonnesPerNzdMillions: type: string description: '' nullable: true carbonFootprintScope1TonnesPerAudMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerChfMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerEurMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerHkdMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerSgdMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerNzdMillions: type: string description: '' nullable: true carbonFootprintScope2TonnesPerAudMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerChfMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerEurMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerHkdMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerSgdMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerNzdMillions: type: string description: '' nullable: true carbonFootprintScope3TonnesPerAudMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerChfMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerEurMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerHkdMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerSgdMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerNzdMillions: type: string description: '' nullable: true carbonFootprintScope1And2TonnesPerAudMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerChfMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerEurMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerHkdMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerSgdMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerNzdMillions: type: string description: '' nullable: true carbonFootprintScope1And2And3TonnesPerAudMillions: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InChf: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InEur: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InHkd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InSgd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InNzd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1InAud: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InChf: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InEur: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InHkd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InSgd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InNzd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope2InAud: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InChf: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InEur: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InHkd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InSgd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InNzd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope3InAud: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InChf: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InEur: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InHkd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InSgd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InNzd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2InAud: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InChf: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InEur: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InHkd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InSgd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InNzd: type: string description: '' nullable: true weightedAverageCarbonIntensityScope1And2And3InAud: type: string description: '' nullable: true absoluteCarbonIntensityScope1InChf: type: string description: '' nullable: true absoluteCarbonIntensityScope1InEur: type: string description: '' nullable: true absoluteCarbonIntensityScope1InHkd: type: string description: '' nullable: true absoluteCarbonIntensityScope1InSgd: type: string description: '' nullable: true absoluteCarbonIntensityScope1InNzd: type: string description: '' nullable: true absoluteCarbonIntensityScope1InAud: type: string description: '' nullable: true absoluteCarbonIntensityScope2InChf: type: string description: '' nullable: true absoluteCarbonIntensityScope2InEur: type: string description: '' nullable: true absoluteCarbonIntensityScope2InHkd: type: string description: '' nullable: true absoluteCarbonIntensityScope2InSgd: type: string description: '' nullable: true absoluteCarbonIntensityScope2InNzd: type: string description: '' nullable: true absoluteCarbonIntensityScope2InAud: type: string description: '' nullable: true absoluteCarbonIntensityScope3InChf: type: string description: '' nullable: true absoluteCarbonIntensityScope3InEur: type: string description: '' nullable: true absoluteCarbonIntensityScope3InHkd: type: string description: '' nullable: true absoluteCarbonIntensityScope3InSgd: type: string description: '' nullable: true absoluteCarbonIntensityScope3InNzd: type: string description: '' nullable: true absoluteCarbonIntensityScope3InAud: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InChf: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InEur: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InHkd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InSgd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InNzd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2InAud: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InChf: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InEur: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InHkd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InSgd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InNzd: type: string description: '' nullable: true absoluteCarbonIntensityScope1And2And3InAud: type: string description: '' nullable: true carbonFootprintScope1TonnesPerChfMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerEurMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerHkdMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerSgdMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerNzdMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope1TonnesPerAudMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerChfMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerEurMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerHkdMillionCategoryAverage: type: string description: '' nullable: true carbonFootprintScope2TonnesPerSgdMillionCategoryAverage: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelCarbonEmissions description: All fields are nullable. Empty or `null` value fields are not returned. OutputEfficiencyRatios: type: object properties: assetsTurnoverRatio: type: number description: This ratio represents the value of a company's total revenue relative to the value of its assets. This can be used to measure a company's ability to use its assets efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Total Assets. format: double nullable: true cashConversionCycle: type: number description: This ratio represents the time it takes a company to convert its resources into cash. This ratio measures the amount of time that each dollar of the company is spent on the production and sale of goods before it is converted back into cash. This is calculated using Days in Sales + Days in Inventory - Days in Payment. format: double nullable: true cashFlowFromOperatingActivitiesPerFullTimeEmployee: type: number description: This calculation represents the amount of cash flow from operating activities generated by each employee. This can be used to measure a company's productivity. This is calculated using Cash Flow From Operating Activities (TTM) divided by Number of Full Time Employees. format: double nullable: true cashToAssetsRatio: type: number description: This ratio represents the value of a company's total cash relative to its total asset. This can be used to measure a company's sufficiency of cash reserve. This is calculated using Cash and Cash Equivalents divided by Total Assets. format: double nullable: true cashTurnoverRatio: type: number description: This ratio represents the value of a company's total revenue relative to its cash and cash equivalents. This can be used to measure a company's ability to use its cash efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Cash and Cash Equivalents. format: double nullable: true daysInInventoryRatio: type: number description: This ratio represents the time (in days) it takes a company to convert its average inventory level into revenue. This can be used to measure the company's ability to manage its inventory efficiently. This is calculated using Days of Period (365 for TTM) divided by Inventory Turnover Ratio. format: double nullable: true daysInPaymentRatio: type: number description: This ratio represents the time (in days) it takes a company to pay off its creditors. This can be used to measure the company's ability to pay off its obligations. This is calculated using Days of Period (365 for TTM) divided by Payable Turnover Ratio. format: double nullable: true daysInSalesRatio: type: number description: This ratio represents the time (in days) it takes a company to collect receivables on sales that have been made. This can be used to measure the company's ability to manage their accounts receivable. This is calculated using Days of Period (365 for TTM) divided by Receivable Turnover Ratio. format: double nullable: true equityTurnoverRatio: type: number description: This ratio represents the value of a company's total revenue relative to its average equity. This can be used to measure a company's ability to use the equity efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Equity. format: double nullable: true expenseRatio: type: number description: This ratio represents the total expenses an insurer faces as a result of underwriting a policy as a percentage of premiums earned. This can be used to measure the profitability of an insurance company. This is calculated using (Deferred Policy Acquisition Amortization Expense + Fees and Commission Expense + Other Underwriting Expenses + Selling; General and Administrative) / Net Premiums Earned format: double nullable: true fixedAssetsTurnoverRatio: type: number description: This ratio represents the value of a company's total revenue relative to its fixed assets. This can be used to measure a company's ability to use its fixed assets efficiently to generate revenue. This is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets). format: double nullable: true inventoryTurnoverRatio: type: number description: This ratio represents the value of a company's cost of revenue relative to its average inventory. This can be used as an efficiency ratio measuring how many times inventory is sold and replaced during the TTM period. This is calculated using Cost of Revenue (TTM) divided by Average Inventories. format: double nullable: true lossRatio: type: number description: This ratio represents the losses an insurer faces as a result of paying out insurance claims as a percentage of premiums earned. This can be used to measure the profitability of an insurance company. This is calculated using Benefits; Claims and Loss Adjustment Expense; Net (TTM) divided by Net Premiums Earned. format: double nullable: true netIncomePerFullTimeEmployee: type: number description: This calculation represents the amount of net income generated by each employee. This can be used to measure a company's productivity. This is calculated using Net Income from Continuing Operations (TTM) divided by Number of Full Time Employees. format: double nullable: true netOperatingAssetsTurnover: type: number description: This ratio represents the value of a company's total revenue relative to the value of its net operating assets. This can be used to measure a company's ability to use its assets efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Net Operating Assets. format: double nullable: true normalizedIncomePerFullTimeEmployee: type: number description: This calculation represents the amount of normalized income generated by each employee. This can be used to measure a company's productivity. This is calculated using Normalized Income (TTM) divided by Number of Full Time Employees. format: double nullable: true payableTurnoverRatio: type: number description: This ratio represents the value of a company's cost of revenue relative to its trade payables. This can be used to measure a company's short term liquidity; by measuring how fast the company is able to pay its creditors. This is calculated using Cost of Revenue (TTM) divided by Average Trade and Other Payables. format: double nullable: true receivableTurnoverRatio: type: number description: This ratio represents the value of a company's total revenue relative to its trade account receivables. This can be used to measure how many times; on average; a company is able to collect its receivables during a year. This is calculated using Total Revenue (TTM) divided by Average Trade Accounts Receivable. format: double nullable: true reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true salesPerFullTimeEmployee: type: number description: This calculation represents the amount of revenue generated by each full time employee. This can be used to measure a company's productivity. This is calculated using Total Revenue (TTM) divided by Number of Full Time Employees. format: double nullable: true workingCapitalTurnover: type: number description: This ratio represents the value of a company's total revenue relative to the value of its working capital. This can be used to measure a company's ability to use its working capital efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Working Capital. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputEfficiencyRatios OutputMonthlyStandardDeviation: type: object properties: arithmeticMean120Month: type: number description: The mean or average of the monthly market return over a 120-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true arithmeticMean12Month: type: number description: The mean or average of the monthly market return over a 12-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true arithmeticMean24Month: type: number description: The mean or average of the monthly market return over a 24-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true arithmeticMean36Month: type: number description: The mean or average of the monthly market return over a 36-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true arithmeticMean48Month: type: number description: The mean or average of the monthly market return over a 48-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true arithmeticMean60Month: type: number description: The mean or average of the monthly market return over a 60-month period. It is calculated by summing up all the monthly market returns for a given period; and dividing this sum by the total number of months that market return data is available. format: double nullable: true asOfDate: type: string description: The calendar date when the monthly standard deviation data points are calculated nullable: true standardDeviation120Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 120-month period and its mean. format: double nullable: true standardDeviation12Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 12-month period and its mean. format: double nullable: true standardDeviation24Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 24-month period and its mean. format: double nullable: true standardDeviation36Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 36-month period and its mean. format: double nullable: true standardDeviation48Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 48-month period and its mean. format: double nullable: true standardDeviation60Month: type: number description: A statistical measurement of the spread between a company's monthly market return over a 60-month period and its mean. format: double nullable: true additionalProperties: false title: OutputMonthlyStandardDeviation OutputMorningstarMedalistRatingMostRecent: type: object properties: medalistRatingInputDataDate: type: string description: '' nullable: true analystNoteDate: type: string description: '' nullable: true analystNoteType: type: string description: '' nullable: true etfQualitativeRatingAustralasia: $ref: '#/components/schemas/CodeMappingInt' etfQualitativeRatingDate: type: string description: '' nullable: true flagshipFundMedalistRating: $ref: '#/components/schemas/CodeMappingInt' flagshipFundShareClassId: type: string description: '' nullable: true managedInvestmentReportAnalysisDate: type: string description: '' nullable: true managedInvestmentReportAvailability: $ref: '#/components/schemas/CodeMappingInt' morningstarEsgCommitmentLevelAssetManager: type: string description: '' nullable: true morningstarEsgCommitmentLevelAssetManagerAssessment: $ref: '#/components/schemas/CodeMappingInt' morningstarEsgCommitmentLevelAssetManagerAssessmentAnalyst: type: string description: '' nullable: true morningstarEsgCommitmentLevelAssetManagerAssessmentDate: type: string description: '' nullable: true morningstarEsgCommitmentLevelStrategyAssessment: $ref: '#/components/schemas/CodeMappingInt' morningstarEsgCommitmentLevelStrategyAssessmentAnalyst: type: string description: '' nullable: true morningstarEsgCommitmentLevelStrategyAssessmentDate: type: string description: '' nullable: true morningstarMedalistRating: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingAnalysisOneLineCommentary: type: string description: '' nullable: true morningstarMedalistRatingAnalystDrivenPercentage: type: integer description: '' format: int32 nullable: true morningstarMedalistRatingDataAvailabilityPercentage: type: integer description: '' format: int32 nullable: true morningstarMedalistRatingDate: type: string description: '' nullable: true morningstarMedalistRatingDateTime: type: string description: '' nullable: true morningstarMedalistRatingParentPillar: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingParentPillarAnalysisDate: type: string description: '' nullable: true morningstarMedalistRatingParentPillarAnalysisDateTime: type: string description: '' nullable: true morningstarMedalistRatingParentPillarAuthor: type: string description: '' nullable: true morningstarMedalistRatingParentPillarDate: type: string description: '' nullable: true morningstarMedalistRatingParentPillarDateTime: type: string description: '' nullable: true morningstarMedalistRatingParentPillarType: $ref: '#/components/schemas/CodeMappingString' morningstarMedalistRatingPeoplePillar: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingPeoplePillarAnalysisDate: type: string description: '' nullable: true morningstarMedalistRatingPeoplePillarAnalysisDateTime: type: string description: '' nullable: true morningstarMedalistRatingPeoplePillarAuthor: type: string description: '' nullable: true morningstarMedalistRatingPeoplePillarDate: type: string description: '' nullable: true morningstarMedalistRatingPeoplePillarDateTime: type: string description: '' nullable: true morningstarMedalistRatingPeoplePillarType: $ref: '#/components/schemas/CodeMappingString' morningstarMedalistRatingPerformancePillar: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingPerformancePillarAnalysisDate: type: string description: '' nullable: true morningstarMedalistRatingPerformancePillarAnalysisDateTime: type: string description: '' nullable: true morningstarMedalistRatingPerformancePillarAuthor: type: string description: '' nullable: true morningstarMedalistRatingPerformancePillarDate: type: string description: '' nullable: true morningstarMedalistRatingPerformancePillarDateTime: type: string description: '' nullable: true morningstarMedalistRatingPerformancePillarType: $ref: '#/components/schemas/CodeMappingString' morningstarMedalistRatingPricePillar: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingPricePillarAnalysisDate: type: string description: '' nullable: true morningstarMedalistRatingPricePillarAnalysisDateTime: type: string description: '' nullable: true morningstarMedalistRatingPricePillarAuthor: type: string description: '' nullable: true morningstarMedalistRatingPricePillarDate: type: string description: '' nullable: true morningstarMedalistRatingPricePillarDateTime: type: string description: '' nullable: true morningstarMedalistRatingPricePillarType: $ref: '#/components/schemas/CodeMappingString' morningstarMedalistRatingProcessPillar: $ref: '#/components/schemas/CodeMappingInt' morningstarMedalistRatingProcessPillarAnalysisDate: type: string description: '' nullable: true morningstarMedalistRatingProcessPillarAnalysisDateTime: type: string description: '' nullable: true morningstarMedalistRatingProcessPillarAuthor: type: string description: '' nullable: true morningstarMedalistRatingProcessPillarDate: type: string description: '' nullable: true morningstarMedalistRatingProcessPillarDateTime: type: string description: '' nullable: true morningstarMedalistRatingProcessPillarType: $ref: '#/components/schemas/CodeMappingString' morningstarMedalistRatingSummaryAnalysisAuthor: type: string description: '' nullable: true researchFlagshipFund: type: string description: '' nullable: true researchFlagshipFundYorn: $ref: '#/components/schemas/CodeMappingInt' standardDeviation3YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandRetentionRatio5YearActivePeoplePillar: type: number description: '' format: double nullable: true standardDeviation1YearPassiveProcessPillar: type: number description: '' format: double nullable: true surveyedAverageCreditRatingRankedPassiveProcessPillar: type: number description: '' format: double nullable: true surveyedYieldToMaturityRankedPassiveProcessPillar: type: number description: '' format: double nullable: true rSquared3YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandObsoleteRate5YearParentPillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio10YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true numberOfEquityHoldingsOrCategoryAveragePassiveProcessPillar: type: number description: '' format: double nullable: true brandActiveorpassiveFeeRankParentPillar: type: number description: '' format: double nullable: true averageBrandInformationRatio1YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true percOfAssetsInTop10HoldingsPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandLongestManagerTenureRankedParentPillar: type: number description: '' format: double nullable: true sizeorstyleDrift3YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio3YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true valueorgrowthFactorExposurePassiveProcessPillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio10YearActiveProcessPillar: type: number description: '' format: double nullable: true brandRiskAdjustedSuccessRatio10YearParentPillar: type: number description: '' format: double nullable: true averageBrandLongestManagerTenureRankedActivePeoplePillar: type: number description: '' format: double nullable: true surveyedYieldToMaturityPassiveProcessPillar: type: number description: '' format: double nullable: true informationRatio5YearActiveProcessPillar: type: number description: '' format: double nullable: true averageBrandRetentionRatio5YearParentPillar: type: number description: '' format: double nullable: true averageMarketCapRankedPassiveProcessPillar: type: number description: '' format: double nullable: true surveyedEffectiveDurationPassiveProcessPillar: type: number description: '' format: double nullable: true numberOfEquityHoldingsRankedPassiveProcessPillar: type: number description: '' format: double nullable: true surveyedEffectiveDurationRankedPassiveProcessPillar: type: number description: '' format: double nullable: true rSquared3YearPassiveProcessPillar: type: number description: '' format: double nullable: true equitySectorEuclideanDistanceFromIndexPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandLongestManagerTenureParentPillar: type: number description: '' format: double nullable: true managerInformationRatio1YearActivePeoplePillar: type: number description: '' format: double nullable: true activeVsPassiveInformationRatio10YearPassiveProcessPillar: type: number description: '' format: double nullable: true averageActiveVsPassiveInformationRatio3YearPassiveProcessPillar: type: number description: '' format: double nullable: true brandRiskAdjustedSuccessRatio3YearParentPillar: type: number description: '' format: double nullable: true informationRatio3YearActiveProcessPillar: type: number description: '' format: double nullable: true turnoverRatioPassiveProcessPillar: type: number description: '' format: double nullable: true managerInformationRatio5YearActivePeoplePillar: type: number description: '' format: double nullable: true surveyedAverageCreditRatingPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandInformationRatio5YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true numberOfBondHoldingsOrCategoryAveragePassiveProcessPillar: type: number description: '' format: double nullable: true trackingError3YearPassiveProcessPillar: type: number description: '' format: double nullable: true maxManagerOwnershipActivePeoplePillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio3YearActiveProcessPillar: type: number description: '' format: double nullable: true informationRatio1YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true sizeFactorExposurePassiveProcessPillar: type: number description: '' format: double nullable: true averageMarketCapPassiveProcessPillar: type: number description: '' format: double nullable: true standardDeviation1YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true equitySectorEuclideanDistanceFromIndexRankedPassiveProcessPillar: type: number description: '' format: double nullable: true numberOfBondHoldingsPassiveProcessPillar: type: number description: '' format: double nullable: true trackingError3YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true managerInformationRatio3YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true averageBrandInformationRatio5YearActivePeoplePillar: type: number description: '' format: double nullable: true numberOfEquityHoldingsPassiveProcessPillar: type: number description: '' format: double nullable: true trackingError1YearPassiveProcessPillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio5YearActiveProcessPillar: type: number description: '' format: double nullable: true brandRiskAdjustedSuccessRatio5YearParentPillar: type: number description: '' format: double nullable: true managerInformationRatio5YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true managerInformationRatio1YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true standardDeviation3YearPassiveProcessPillar: type: number description: '' format: double nullable: true brandOrAssetClassRiskAdjustedSuccessRatio5YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true averageBrandInformationRatio3YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true informationRatio3YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true informationRatio5YearRankedActiveProcessPillar: type: number description: '' format: double nullable: true fundManagerSuccessfulExperienceActivePeoplePillar: type: number description: '' format: double nullable: true weightedRSquaredRankedActiveProcessPillar: type: number description: '' format: double nullable: true averageBrandInformationRatio3YearActivePeoplePillar: type: number description: '' format: double nullable: true averageBrandRetentionRatio5YearRankedActivePeoplePillar: type: number description: '' format: double nullable: true activeVsPassiveInformationRatio10YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true trackingError1YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true valueorgrowthFactorExposureRankedPassiveProcessPillar: type: number description: '' format: double nullable: true averageBrandLongestManagerTenureActivePeoplePillar: type: number description: '' format: double nullable: true averageActiveVsPassiveInformationRatio3YearRankedPassiveProcessPillar: type: number description: '' format: double nullable: true fundManagerSuccessfulExperienceRankedActivePeoplePillar: type: number description: '' format: double nullable: true managerInformationRatio3YearActivePeoplePillar: type: number description: '' format: double nullable: true averageBrandInformationRatio1YearActivePeoplePillar: type: number description: '' format: double nullable: true informationRatio1YearActiveProcessPillar: type: number description: '' format: double nullable: true sizeFactorExposureRankedPassiveProcessPillar: type: number description: '' format: double nullable: true morningstarMedalistRatingDisclosuresType: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true morningstarMedalistRatingPriceScore: type: number description: '' format: double nullable: true annualFeeRankedPriceScore: type: number description: '' format: double nullable: true annualFeePriceScore: type: number description: '' format: double nullable: true morningstarMedalistOverallRatingType: type: string description: '' nullable: true additionalProperties: false title: OutputMorningstarMedalistRatingMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. InputViewParametersEquityCorporateActionsPriceMergersAndAcquisitions: title: InputViewParametersEquityCorporateActionsPriceMergersAndAcquisitions type: object oneOf: - type: object required: - corporateActionType properties: corporateActionType: type: string enum: - CD - CR - SC - SD - SP - SS - RI x-enumDescriptions: CD: Cash Dividend CR: Capital Repayment SC: Special Cash SD: Stock Dividend SP: Spin Off SS: Stock Split RI: Rights Issue - type: object properties: eventStatus: type: string enum: - Completed - Announced - Approved - Withdrawn - Terminated - Rejected - Postponed - Other transactionType: type: string enum: - Offer - Merger OutputManagerBioAndDetailsHistorical: type: object properties: brandingCompanyAverageManagerTenureLongest: type: number description: '' format: double nullable: true brandingCompanyManagerRetention1Year: type: number description: '' format: double nullable: true brandingCompanyManagerRetention5Year: type: number description: '' format: double nullable: true brandingCompanySuccessRatio10Year: type: number description: '' format: double nullable: true brandingCompanySuccessRatio3Year: type: number description: '' format: double nullable: true brandingCompanySuccessRatio5Year: type: number description: '' format: double nullable: true managerHistory: type: string description: '' nullable: true additionalProperties: false title: OutputManagerBioAndDetailsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. ResponseAnnualReportFeesAndFinancialsHistorical: type: object properties: annualReportFeesAndFinancialsHistorical: $ref: '#/components/schemas/OutputAnnualReportFeesAndFinancialsHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputErrorDetails: type: object properties: statusCode: type: integer description: Status Code format: int32 errorCode: type: string description: Custom error code nullable: true message: type: string description: Message nullable: true requestId: type: string description: RequestId nullable: true additionalProperties: false description: Error details title: OutputErrorDetails OutputInsiderHoldingsDetail: type: object properties: asOfDate: type: string description: Date upon which the shares are held by shareholder; or the transaction happens nullable: true holdingDescription: type: string description: If an insider's interest is duplicated with other insiders or major shareholders; such as an insider representing a major shareholder on the board of directors; this is detailed in holding description. The content of this field is entered as 'dup 1'; 'dup A'; 'dup A and B' etc; where dup is abbreviated from duplicate. Related owners can be identified by the content of the field; for instance; where two owners of shares in the same company have reference to dup A in holding description there is a relationship between them that the local reporting regulations require to be disclosed to the market. This item relates only to insiders of LSE-listed companies. See data ID 46003 for the corresponding item in the UK major shareholder transactions file nullable: true isActive: $ref: '#/components/schemas/CodeMappingBoolean' numberOfShares: type: number description: Number of shares of the security owned by the shareholder; or the Number of shares after transaction format: double nullable: true personId: type: string description: The Morningstar identifier for the director nominee nullable: true personName: type: string description: A person's full name; including their first name and surname and often any middle names; Prefix & Suffix nullable: true shareClassLevelPercentage: type: number description: Percentage of share holding at shareclass level format: double nullable: true sharesPercentage: type: number description: '' format: double nullable: true additionalProperties: false title: OutputInsiderHoldingsDetail OutputBalanceSheet: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true balanceSheetFileDate: type: string description: '' nullable: true accruedExpensesCurrentValue: type: number description: 'Obligations for goods and services provided to a company for which invoices have not yet been received; reported in the current liabilities section of Balance Sheet. Includes: Accrued programming for media companies' format: double nullable: true accruedExpensesNonCurrentValue: type: number description: Long term obligations for goods and services provided to a company for which invoices have not yet been received. format: double nullable: true accruedExpensesValue: type: number description: Expenses that have occurred but have not yet been paid. format: double nullable: true accruedIncomeUnbilledRevenueCostInExcessOfBillingsCurrentValue: type: number description: 'Income earned by a company from providing a service or selling a product; that is expected to be received within one year or a normal operating cycle (whichever is longer); or amount due to a company by customers within one year or a normal operating cycle (whichever is longer) as a result of exchanging goods or services on credit; which have not yet been invoiced; or the increased asset resulting from billings on uncompleted contracts that are less than the income earned to date. Includes: Contract assets' format: double nullable: true accruedIncomeUnbilledRevenueCostInExcessOfBillingsNonCurrentValue: type: number description: 'Income earned by a company from providing a service or selling a product; but has yet to be received and will not be received within one year or a normal operating cycle (whichever is longer); or amount due to a company by customers beyond one year or a normal operating cycle (whichever is longer) as a result of exchanging goods or services on credit; which have not yet been invoiced; or the increased asset resulting from billings on uncompleted contracts that are less than the income earned to date. Includes: Contract assets' format: double nullable: true accruedIncomeValue: type: number description: 'Amount that has been earned by the company but not yet recorded in the books. Includes: Accrued Interest Income; income earned on debt securities prior to the coupon payment being received' format: double nullable: true accruedInterestReceivableCurrentValue: type: number description: 'Amount of interest earned that is expected to be collected within one year or a normal operating cycle (whichever is longer). Includes: Accrued interest.' format: double nullable: true accruedInterestReceivableValue: type: number description: 'Amount of interest earned that is expected to be collected. Includes: Accrued interest.' format: double nullable: true accumulatedAmortizationAndImpairmentOnGoodwillValue: type: number description: Cumulative amount of obsolescence or amortization and accumulated charge against earnings resulting from the impairment or write down of goodwill assets. format: double nullable: true accumulatedAmortizationAndImpairmentOnIntangiblesOtherThanGoodwillValue: type: number description: Cumulative amount of obsolescence or amortization and accumulated charge against earnings resulting from the impairment or write down of all intangible assets other than goodwill and Mortgage Service Rights (MSR). format: double nullable: true accumulatedAmortizationAndImpairmentOnMortgageServiceRightsValue: type: number description: Cumulative amount of obsolescence or amortization and accumulated charge against earnings resulting from the impairment or write down of mortgage service rights. format: double nullable: true accumulatedAmortizationAndImpairmentValue: type: number description: Cumulative amount of amortization and impairment of intangibles. format: double nullable: true accumulatedAmortizationOfCustomerRelationshipsValue: type: number description: Cumulative amount of obsolescence charged against the customer relationships of the company. format: double nullable: true accumulatedAmortizationOfGoodwillValue: type: number description: Cumulative amount of obsolescence charged against the goodwill of the company. Accumulated Amortization is a reserve set up to compensate for the reduction in value of an asset as it is exhausted or depleted. format: double nullable: true accumulatedAmortizationOfIntangibleAssetsValue: type: number description: Cumulative amount of obsolescence charged against the intangible assets of the company. Accumulated Amortization is a reserve set up to compensate for the reduction in value of an asset as it is exhausted or depleted. format: double nullable: true accumulatedAmortizationOfIntangiblesOtherThanGoodwillValue: type: number description: Cumulative amount of obsolescence charged against the intangibles other than goodwill of the company. format: double nullable: true accumulatedAmortizationOfLicensesAndRightsValue: type: number description: Cumulative amount of obsolescence charged against the licenses and rights of the company. format: double nullable: true accumulatedAmortizationOfMineralPropertyInterestsAndExplorationAssetsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the mineral property interests and exploration assets of the company. format: double nullable: true accumulatedAmortizationOfOtherIntangibleAssetsValue: type: number description: Cumulative amount of obsolescence charged against the other intangible assets of the company not categorized in the above. format: double nullable: true accumulatedAmortizationOfResearchAndDevelopmentValue: type: number description: Cumulative amount of obsolescence charged against the research and development of the company. format: double nullable: true accumulatedAmortizationOfSoftwareAndTechnologyValue: type: number description: Cumulative amount of obsolescence charged against the software of the company. format: double nullable: true accumulatedAmortizationOfTrademarksAndPatentsValue: type: number description: Cumulative amount of obsolescence charged against the trademark and patents of the company. format: double nullable: true accumulatedAmortizationOnMortgageServiceRightsValue: type: number description: Cumulative amount of obsolescence charged against the Mortgage service rights of the company. format: double nullable: true accumulatedDepreciationAndAmortizationOfBiologicalAssetsValue: type: number description: Cumulative amount of degeneration charged against the biological assets of the company. format: double nullable: true accumulatedDepreciationAndImpairmentValue: type: number description: Total accumulated depreciation and impairments of tangible assets that are used by the company in its business operations. format: double nullable: true accumulatedDepreciationOfBuildingsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the buildings and related improvements of the company. format: double nullable: true accumulatedDepreciationOfCommonUtilityPlantValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the plants of the company associated with multiple utilities. format: double nullable: true accumulatedDepreciationOfConstructionInProgressValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the construction in progress of the company. format: double nullable: true accumulatedDepreciationOfElectricUtilityPlantValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the plants of the company associated with the generation of electricity. format: double nullable: true accumulatedDepreciationOfFlightFleetVehicleAndRelatedEquipmentsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against all flight; fleet; vehicle and related equipment of the company. format: double nullable: true accumulatedDepreciationOfFurnitureFixturesAndOfficeEquipmentValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the furniture; fixtures and office equipment (including hardware and software) of the company. format: double nullable: true accumulatedDepreciationOfInvestmentPropertiesAndPropertiesHeldForDevelopmentValue: type: number description: 'Cumulative amount of wear and tear or obsolescence charged against the investment properties and properties held for development by the company. Excludes: Properties held by mining companies' format: double nullable: true accumulatedDepreciationOfLandAndImprovementsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the land and related improvements of the company. format: double nullable: true accumulatedDepreciationOfLeasedPropertyPlantAndEquipmentValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the leased property; plant and equipment of the company. format: double nullable: true accumulatedDepreciationOfLeaseholdAndImprovementsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the leasehold properties and related improvements of the company. format: double nullable: true accumulatedDepreciationOfMachineryFurnitureAndEquipmentValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the machinery; furniture and equipment of the company. format: double nullable: true accumulatedDepreciationOfNaturalGasOilFuelAndOtherUtilityPlantValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the plants of the company associated with Oil; Natural Gas and Other Fuels. format: double nullable: true accumulatedDepreciationOfOtherEquipmentValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the other equipment of the company; not categorized above. format: double nullable: true accumulatedDepreciationOfOtherPropertiesAndImprovementsValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against other properties and improvements of the company; not categorized above. format: double nullable: true accumulatedDepreciationOfOtherPropertyPlantAndEquipmentValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the other property; plant and equipment of the company. format: double nullable: true accumulatedDepreciationOfPlantAndMachineryValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the plant; machinery and facilities of the company. format: double nullable: true accumulatedDepreciationOfPropertiesValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the properties of the company. format: double nullable: true accumulatedDepreciationOfUtilityPlantValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the utility plants of the company. format: double nullable: true accumulatedDepreciationOfWaterUtilityPlantValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the plants of the company associated with water and waste water systems. format: double nullable: true accumulatedDepreciationValue: type: number description: Cumulative amount of wear and tear or obsolescence charged against the tangible assets of the company. format: double nullable: true accumulatedImpairmentOfGoodwillValue: type: number description: Total accumulated charge against earnings resulting from the impairment or write down of goodwill assets from carrying value to fair value. format: double nullable: true accumulatedImpairmentOfIntangibleAssetsValue: type: number description: Cumulative amount of impairment charged against the intangible assets of the company. format: double nullable: true accumulatedImpairmentOfOtherIntangibleAssetsValue: type: number description: Total accumulated charge against earnings resulting from the impairment or write down of other intangible assets from carrying value to fair value. format: double nullable: true accumulatedImpairmentOfPropertyPlantAndEquipmentValue: type: number description: Cumulative amount of the charge against earnings resulting from the write-down or impairment of property; plant and equipment. format: double nullable: true accumulatedImpairmentOnMortgageServiceRightsValue: type: number description: Total accumulated charge resulting from the impairment or write down of Mortgage Service Rights from carrying value to fair value. format: double nullable: true accumulatedRealizedGainLossOnInvestmentsValue: type: number description: The accumulated amount of realized gains/losses on investments as of the balance sheet date. Recorded in the equity section under the definition of accumulated comprehensive income/loss. format: double nullable: true additionalPaidInCapitalSharePremiumForCommonStockValue: type: number description: Amount representing as premium/discount from the issue of the entity's common/ordinary stock. format: double nullable: true additionalPaidInCapitalSharePremiumForPreferredStockValue: type: number description: Amount representing as premium/discount from the issue of the entity's preferred stock. format: double nullable: true additionalPaidInCapitalSharePremiumValue: type: number description: Amount representing as premium/discount from the issue of the entity's stock. format: double nullable: true adjustmentDueToChangeInAccountingPolicyValue: type: number description: Adjustments to retained earnings due to changes in accounting policies. format: double nullable: true advanceFromFederalHomeLoanBanksCurrentDebtValue: type: number description: Secured loans from the Federal Home Loan Banks which are primarily used to support housing finance and community investment and due within one year or a normal operating cycle (whichever is longer). format: double nullable: true advanceFromFederalHomeLoanBanksNonCurrentValue: type: number description: Secured loans from the Federal Home Loan Banks which are primarily used to support housing finance and community investment and due at a point beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true advanceFromFederalHomeLoanBanksValue: type: number description: Secured loans from the Federal Home Loan Banks which are primarily used to support housing finance and community investment. format: double nullable: true advancePaymentsByBorrowersForTaxesAndInsuranceValue: type: number description: Liability arising from borrowers prepaying their taxes and insurance. format: double nullable: true advancesBorrowingsFromCentralBanksValue: type: number description: Borrowings from the Central Bank; which are primarily used to cover shortages in the required reserve balance or liquidity shortages. format: double nullable: true allowanceAdjustmentsForFinanceLeaseReceivableValue: type: number description: Allowance for the amount receivable by the company in relation to leases and hire purchase. format: double nullable: true allowanceAdjustmentsForNotesReceivableCurrentValue: type: number description: A provision/allowance/adjustment to reduce the value of notes receivables expected to be collected. format: double nullable: true allowanceAdjustmentsForNotesReceivableValue: type: number description: Provision/allowance/adjustment deducted from notes receivable to account for uncollectible funds. format: double nullable: true allowanceAdjustmentsForTradeAccountsReceivableCurrentValue: type: number description: 'A provision/allowance/adjustment to recognize that some current accounting receivable items will not be collected in full and to reduce receivables to the value expected to be collected. Includes: Provisions for doubtful accounts.' format: double nullable: true allowanceAdjustmentsForTradeAccountsReceivableValue: type: number description: Provision/allowance/adjustment deducted from trade/accounts receivable to account for uncollectible funds. format: double nullable: true amortizationOfGoodwillValue: type: number description: Reduction in the goodwill value acquired. format: double nullable: true amountDueFromRelatedPartiesCurrentValue: type: number description: 'Amount due from related parties/Shareholder; within one year or a normal operating cycle (whichever is longer). Net of allowances. Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true amountDueFromRelatedPartiesNonCurrentValue: type: number description: 'Amount due from related parties/Shareholder; more than one year or a normal operating cycle (whichever is longer). Net of allowances. Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true amountDueFromRelatedPartiesValue: type: number description: 'Amount due from related parties/Shareholder; net of allowances. Includes : Subsidiary; Associates; Joint ventures; Directors; Key management Personnel; Affiliates; Shareholder; non controlling interest etc.' format: double nullable: true amountDueToRelatedPartiesShareholdersCurrentValue: type: number description: 'Amount due to related parties/Shareholder; within one year or a normal operating cycle. Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true amountDueToRelatedPartiesShareholdersNonCurrentValue: type: number description: Amount due to related parties/Shareholder; beyond one year/normal operating cycle. Includes :Subsidiary; Associates; Joint ventures; Directors; Key management personnel; affiliates; shareholder; non controlling interest etc. format: double nullable: true amountDueToRelatedPartiesShareholdersValue: type: number description: 'Amount due to related parties/Shareholder. Includes : Subsidiary; Associates; Joint ventures; Directors; Key management Personnel; Affiliates; Shareholder; non controlling interest etc.' format: double nullable: true amountOfGuaranteedDebtValue: type: number description: Amount Of Guaranteed Debt Value format: double nullable: true amountOfLettersOfCreditOutstandingValue: type: number description: Amount Of Letters Of Credit Outstanding Value format: double nullable: true assetsHeldForSaleDiscontinuedOperationsCurrentValue: type: number description: Assets which the company has decided to sell or a segment of the company's business that has been sold; disposed of or abandoned. format: double nullable: true assetsHeldForSaleDiscontinuedOperationsNonCurrentValue: type: number description: Long-lived assets; which the company has decided to sell; or a segment of the company's business that has been sold; disposed of or abandoned. format: double nullable: true assetsHeldForSaleDiscontinuedOperationsValue: type: number description: Assets that will be sold in the future or are a part of discontinued operations. format: double nullable: true assetsPledgedAsCollateralSubjectToSaleOrRepledgingValue: type: number description: Assets pledged as collateral which can be sold or repledged by the secured party. format: double nullable: true availableForSaleFinancialInvestmentsReservesAccumulatedComprehensiveIncomeValue: type: number description: Accumulated gains or losses from available for sale financial investments format: double nullable: true availableForSaleSecuritiesCurrentValue: type: number description: Debt and equity investments that are purchased with the intent of selling them within one year or a normal operating cycle (whichever is longer). format: double nullable: true availableForSaleSecuritiesNonCurrentValue: type: number description: Debt and equity investments that are purchased with the intent of selling them at a point beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true bankAcceptancesValue: type: number description: Written promise for the bank to pay the holder a specific amount of money on a set date in the future. format: double nullable: true bankCreditFacilitiesCurrentDebtValue: type: number description: 'Carrying value of amount due to bank/institution which is repayable within one year or a normal operating cycle (whichever is longer). Include: revolving credit; committed facilities; letters of credit; line of credit; uncommitted facility; revolving loan facility; working capital facility; working capital loan facility; Credit facility; Revolving loan term loans; mortgages/mortgage payable ;etc.' format: double nullable: true bankCreditFacilitiesNonCurrentValue: type: number description: Carrying value of amount due on credit facilities which include revolving credit; committed facilities; letters of credit; etc.; beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true bankInstitutionalLoansCurrentPortionOfLongTermDebtValue: type: number description: 'Carrying value of amount due to bank/institution within one year or a normal operating cycle (whichever is longer). Includes : revolving credit; committed facilities; letters of credit; line of credit; uncommitted facility; revolving loan facility; working capital facility; working capital loan facility and Credit facility; Revolving loan; term loans; mortgages/mortgage payable ;etc.' format: double nullable: true bankInstitutionalLoansNonCurrentValue: type: number description: 'Carrying value of amount due to bank/institution; beyond one year or a normal operating cycle (whichever is longer). Includes : revolving credit; committed facilities; letters of credit; line of credit; uncommitted facility; revolving loan facility; working capital facility; working capital loan facility; Credit facility; Revolving loan; term loans; mortgages/mortgage payable ; etc.' format: double nullable: true bankInstitutionalLoansValue: type: number description: Interest-bearing instruments that entitle the lender or holder to receive interest payments and the repayment of principal at a specified time. format: double nullable: true bankOverdraftCurrentDebtValue: type: number description: Carrying value as of the Balance Sheet date of obligations from bank overdraft facilities due within one year or a normal operating cycle (whichever is longer). format: double nullable: true bankOverdraftValue: type: number description: Carrying value as of the Balance Sheet date of obligations from bank overdraft facilities (credit granted by the bank when accounts are empty and available balance goes negative). format: double nullable: true basicNetAssetValueNavPerShareValue: type: number description: Fees Received For Advisory Or Management Services Value format: double nullable: true basicNetAssetValueNavValue: type: number description: Gain Loss On Sale Of Capital Assets Value format: double nullable: true biologicalAssetsValue: type: number description: 'Total net book value of living animals and plants. Calculated using Gross Biological Assets; less Accumulated Depreciation and Amortization of Biological Assets. Includes: Timberland; plantations and livestock.' format: double nullable: true borrowingsFromAssociatesAndRelatedPartiesCurrentDebtValue: type: number description: 'Debt borrowed from related parties/shareholder which are interest bearing and due to be repaid within one year or a normal operating cycle (whichever is longer). Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true borrowingsFromAssociatesAndRelatedPartiesCurrentPortionOfLongTermDebtValue: type: number description: 'Carrying value of debt borrowed from related parties/shareholder which are interest bearing and due to be repaid within one year or a normal operating cycle (whichever is longer). Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true borrowingsFromAssociatesAndRelatedPartiesNonCurrentValue: type: number description: 'Debt borrowed from related parties/shareholder which is interest bearing and due to be repaid beyond one year or a normal operating cycle (whichever is longer). Includes: Subsidiary; Associates; Joint ventures; Directors; Key management personnel; Affiliates; Shareholder; Non controlling Interest and etc.' format: double nullable: true buildingsAndImprovementsValue: type: number description: 'Cost of buildings owned by the company for its business operations; including improvements associated with the buildings. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true capitalLeaseObligationsCurrentValue: type: number description: 'Carrying value of obligations arising from finance leases that are due beyond one year or a normal operating cycle (whichever is longer). Includes: Hire purchase; non-current' format: double nullable: true capitalLeaseObligationsNonCurrentValue: type: number description: 'Carrying value of obligations arising from finance leases that are due beyond one year or a normal operating cycle (whichever is longer). Includes: Hire purchase; non-current' format: double nullable: true capitalLeaseObligationsValue: type: number description: Total amount of long-term finance leases. format: double nullable: true capitalRedemptionValue: type: number description: 'Reserve created by company for redemption/cancellation/repurchase of preference shares; Equity share/debenture other than treasury shares Include: Capital redemption reserves' format: double nullable: true capitalReserveValue: type: number description: Amount reserved for long-term capital investment projects or any other large and anticipated expenses that will be incurred in the future. format: double nullable: true capitalStockValue: type: number description: Carrying value of stock issued and outstanding by the corporation; including common and preferred stock. format: double nullable: true cashAndCashEquivalentsValue: type: number description: Total of all cash and cash equivalents. format: double nullable: true cashCashEquivalentsAndShortTermInvestmentsValue: type: number description: Total of all cash; cash equivalents and short term investments. format: double nullable: true cashEquivalentsValue: type: number description: Investment which company has reported as cash equivalents. (Marketable securities; certificates of deposit; bankers' acceptances; commercial paper; bank deposits; time deposit; and treasury bills (regardless of maturity). format: double nullable: true cashRestrictedOrPledgedCurrentValue: type: number description: Carrying amount of Cash; Cash Equivalents and Short Term Investments items which are restricted as to withdrawal or usage for a period of less than one year or a normal operating cycle. E.g. Restricted deposits; Judicial; pledge deposit; restricted investment; etc. format: double nullable: true cashRestrictedOrPledgedNonCurrentValue: type: number description: Carrying amount of Cash; Cash Equivalents and Investment items which are restricted as to withdrawal or usage for a period of more than one year or a normal operating cycle. E.g. Restricted deposits; Judicial; pledge deposit; restricted investment; etc. format: double nullable: true cashValue: type: number description: 'Total of cash on hand and/or in bank. Includes: Demand deposit; cheques; demand draft; cash in transit ; etc.' format: double nullable: true centralBankAndAgenciesHomeLoanStockValue: type: number description: Stock purchased from federal home loan banks; which support housing finance and community investment. format: double nullable: true centralBankFundsPurchasedAndSecuritiesSoldUnderReverseRepurchaseAgreementsValue: type: number description: Amount that a bank with insufficient reserves borrows at the central bank rate to meet its reserve requirements and the amount of securities that an institution sells and agrees to repurchase at a specified date. format: double nullable: true centralBankFundsPurchasedSecuritiesSoldUnderReverseRepurchaseAgreementsAndSecuritiesLoanedValue: type: number description: The aggregate of all funds and securities that a bank borrows at the central bank rate; sells with a repurchase agreement; and loans. format: double nullable: true centralBankFundsPurchasedValue: type: number description: Amount borrowed by a bank at the central bank rate to meet its reserve requirements. format: double nullable: true centralBankFundsSoldAndSecuritiesPurchasedUnderReverseRepurchaseAgreementsValue: type: number description: Sum of central bank funds sold and securities purchased under reverse repurchase agreements. format: double nullable: true centralBankFundsSoldSecuritiesPurchasedUnderReverseRepurchaseAgreementsAndSecuritiesBorrowedValue: type: number description: Sum of central bank funds sold; securities purchased under reverse repurchase agreements; and securities borrowed. format: double nullable: true centralBankFundsSoldValue: type: number description: 'Short-term loans of immediately available reserve balances at the central bank; to other banks and securities dealers. Usually; the transactions are for one day or overnight lending. Includes: Federal Funds Sold' format: double nullable: true closingShareholdersFundsValue: type: number description: Balance of shareholders' equity at the end of the period. format: double nullable: true commercialPaperValue: type: number description: Carrying value of money-market securities (drafts; checks; and certificates of deposit); issued by large banks and corporations. format: double nullable: true commonSharesIssuedValue: type: number description: Number of Common or Ordinary Shares issued as of the period ending date; including both outstanding and treasury shares. format: double nullable: true commonSharesOutstandingValue: type: number description: Number of Common or Ordinary Shares outstanding as of the period ending date. format: double nullable: true commonSharesTreasuryValue: type: number description: Number of Common or Ordinary Treasury Shares as of the period ending date. format: double nullable: true commonStockValue: type: number description: Value of issued common shares of the company. format: double nullable: true commonStockWithoutParValueValue: type: number description: Interest And Investment Income Value format: double nullable: true commonStockWithParValueValue: type: number description: Government Grant Value format: double nullable: true commonUnitValue: type: number description: Carrying value of limited partners' interest in the partnership; represented by common units that entitle the holders to the rights and privileges specified in the partnership agreement. Each holder of a common unit is entitled to one vote per unit on all matters presented to the limited partners for a vote. format: double nullable: true commonUtilityPlantValue: type: number description: 'Cost of all other plants and facilities not categorized in the above. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true constructionInProgressAndAdvancePaymentsValue: type: number description: 'Costs capitalized for construction in progress and advance payments. Includes: Construction in progress for utility plant; Net book value if accumulated depreciation is not reported' format: double nullable: true convertibleDebenturesLoansNonCurrentValue: type: number description: 'Carrying value of long term convertible debt/loans (loans that entitle the lender to convert the loan to common or preferred stock/shares) scheduled to be repaid beyond one year or a normal operating cycle (whichever is longer). Includes: hybrid debt' format: double nullable: true convertibleHybridLoansCurrentDebtValue: type: number description: Interest-bearing instruments that entitle the lender or the holder to convert the instrument into either common or preferred stock at a specified conversion rate and within a specified time frame during the current accounting period. format: double nullable: true convertibleHybridLoansNonCurrentValue: type: number description: Interest-bearing instruments that entitle the lender or the holder to convert the instrument into either common or preferred stock at a specified conversion rate and within a specified time frame beyond the current accounting period. format: double nullable: true convertibleHybridLoansValue: type: number description: Interest-bearing instruments that entitle the lender or the holder to convert the instrument into either common or preferred stock at a specified conversion rate and within a specified time frame. format: double nullable: true convertibleLoansDebenturesCurrentPortionOfLongTermDebtValue: type: number description: 'Carrying value of long term convertible debt (loans that entitle the lender to convert the loan to common or preferred stock/shares) scheduled to be repaid within one year or a normal operating cycle (whichever is longer). Includes: convertible subordinated debt; hybrid debt' format: double nullable: true cumulativeForeignExchangeTranslationReservesAccumulatedComprehensiveIncomeValue: type: number description: Accumulated gains or losses from foreign currency translation format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' currentDebtAndCapitalLeaseObligationValue: type: number description: Sum of the carrying values as of the Balance Sheet date; of all long-term debt and capital lease obligations that are expected to be repaid within one year or a normal operating cycle (whichever is longer). format: double nullable: true currentDebtValue: type: number description: Sum of the carrying values as of the Balance Sheet date; of all short term debt having maturities due within one year or a normal operating cycle (whichever is longer). format: double nullable: true currentPortionOfLongTermDebtAndCapitalLeaseValue: type: number description: Carrying value of the portion of all long-term debt that is scheduled to be repaid within one year or a normal operating cycle (whichever is longer) and all capital lease obligations. format: double nullable: true currentPortionOfLongTermDebtValue: type: number description: Carrying value of the portion of all long-term debt that is scheduled to be repaid within one year or a normal operating cycle (whichever is longer). format: double nullable: true customerRelationshipsValue: type: number description: 'Company''s interactions with current and potential customers that have value and economic benefit to the company. Includes: Net book value if accumulated amortization is not reported' format: double nullable: true datedLoanCapitalValue: type: number description: Type of subordinated debt with a fixed date. format: double nullable: true debtAndCapitalLeaseObligationsValue: type: number description: Sum of all debt and capital lease obligations. format: double nullable: true debtSecuritiesNonCurrentValue: type: number description: Debt securities the company intends to hold for a period beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true debtSecuritiesOrDebtCertificatesIssuedInIssueValue: type: number description: Debt instruments that have basic terms defined; such as notional amount; interest rate and maturity date; and can be bought or sold between two parties. format: double nullable: true debtSecuritiesValue: type: number description: Debt securities held by the company. format: double nullable: true debtValue: type: number description: Sum of all written promises and/or agreements to repay a stated amount of borrowed funds at a specified date in the future. format: double nullable: true deferredCostsAssetsCurrentValue: type: number description: 'Payments that will be assigned as expenses in the current year or during the current normal operating cycle (whichever is longer); but were paid in advance and temporarily set up as current assets on the balance sheet. Excludes: Deferred Tax Assets' format: double nullable: true deferredCostsAssetsNonCurrentValue: type: number description: Payments that will be assigned as expenses in the following year or during the next normal operating cycle; but are paid in advance and temporarily set up as non-current assets on the balance sheet. format: double nullable: true deferredCostsAssetsValue: type: number description: Costs that have already been incurred but not yet charged as an expense. format: double nullable: true deferredIncomeCustomerAdvancesBillingsInExcessOfCostCurrentValue: type: number description: 'Advances received from customers for goods or services which are yet to be delivered or over billing; where the actual revenues earned are less than the accounts receivable billed; which will be recognized within one year or a normal operating cycle (whichever is longer). Includes: Contract liabilities; Government grant' format: double nullable: true deferredIncomeCustomerAdvancesBillingsInExcessOfCostNonCurrentValue: type: number description: 'Advances received from customers for goods or services that will be delivered after one year or a normal operating cycle (whichever is longer); or over billing; where the actual revenues earned are less than the accounts receivable billed. Includes: Contract Liabilities; Government grant' format: double nullable: true deferredIncomeCustomerAdvancesValue: type: number description: Collections of cash or other assets received prior to meeting the revenue recognition criteria. format: double nullable: true deferredLiabilitiesCurrentValue: type: number description: Liabilities/expenses incurred but not accounted for that will be due within one year or a normal operating cycle (whichever is longer). format: double nullable: true deferredLiabilitiesNonCurrentValue: type: number description: Liabilities/expenses incurred but not accounted for in the current accounting period and temporarily set up as non-current liabilities on the Balance Sheet. format: double nullable: true deferredPolicyAcquisitionCostsValue: type: number description: Costs of acquiring new customers that have been capitalized and will be expensed over the term of the respective insurance contracts sold. Allows for more appropriate matching of revenues and expenses. format: double nullable: true deferredTaxAssetsCurrentValue: type: number description: Amount representing total taxes paid or carried forward but not yet recognized in the income statement; calculated by taking into account financial reporting standards for book income and the jurisdictional tax authority's rules for taxable income. These are expected to be used or claimed within one year or a normal operating cycle (whichever is longer). format: double nullable: true deferredTaxAssetsNonCurrentValue: type: number description: Total taxes paid or carried forward but not yet recognized in the income statement; calculated by taking into account financial reporting standards for book income and the jurisdictional tax authority's rules for taxable income. These are not expected to be used or claimed within one year or a normal operating cycle (whichever is longer). format: double nullable: true deferredTaxAssetsValue: type: number description: Taxes paid or carried forward but not yet recognized in the income statement. Calculated by taking into account financial reporting standards for book income and the jurisdictional tax authority's rules for taxable income. format: double nullable: true deferredTaxLiabilitiesCurrentValue: type: number description: 'Tax liability incurred as a result of differences between company''s accounting and tax carrying values; anticipated and enacted income tax rate; and estimated taxes payable for the current year; deferred for payment; payable within one year or a normal operating cycle (whichever is longer). Includes: investment tax credits; indirect & direct tax' format: double nullable: true deferredTaxLiabilitiesNonCurrentValue: type: number description: 'Tax liability as a result of differences between company''s accounting and tax carrying values; anticipated and enacted income tax rate; and estimated taxes payable for the current year; deferred for payment anytime in the future beyond one year or a normal operating cycle (whichever is longer). Includes: Investment tax credits; direct and indirect tax' format: double nullable: true deferredTaxLiabilitiesValue: type: number description: Obligations for tax owed but not yet paid. Deferred tax often arises due to differences in accounting standards and tax laws. format: double nullable: true depositCertificatesValue: type: number description: Carrying value as of the balance sheet date of all short term interest bearing promissory notes issued by the bank. Generally range in maturity from one month to five years and do not allow holders to withdraw without penalty. format: double nullable: true depositsAndBalancesAtCentralBanksValue: type: number description: Cash reserves held at the central bank that allow a bank to provide cash on demand. format: double nullable: true depositsByBanksAndInstituitionsValue: type: number description: Deposits held by the bank from other banks or institutions. format: double nullable: true depositsByCustomersValue: type: number description: Deposits held by the bank from individual customers. format: double nullable: true depositsMadeUnderAssumedReinsuranceContractValue: type: number description: Amount deposited with other institutions in exchange for reinsurance coverage. This is an asset because it is funds to which the company (reinsurer) is entitled to. format: double nullable: true depositsOutsideCashAndCashEquivalentsValue: type: number description: Term deposits or other deposits held at a bank or financial institution. format: double nullable: true depositsPaidForBusinessAndFixedAssetsNonCurrentValue: type: number description: All deposits except deposit related to capital assets can be tagged here. format: double nullable: true depositsReceivedReinsuranceBusinessValue: type: number description: Amount received by the company for accepting a reinsurance contract. This is a liability because the company (ceding insurer) retains the funds as collateral for future obligations of the reinsurer. The ceding insurer shows these amounts as 'deposits retained for reinsurance ceded'. format: double nullable: true depositsWithBanksAndOtherFinancialInstitutionsValue: type: number description: Cash deposits held at banks or other financial institutions. format: double nullable: true derivativeAndHedgingLiabilitiesCurrentValue: type: number description: Fair value as of the balance sheet date of all liabilities resulting from contracts that meet the criteria of being accounted for as derivative or hedging instruments and which are expected to be extinguished beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true derivativeAndHedgingLiabilitiesNonCurrentValue: type: number description: Fair value as of the balance sheet date of all liabilities resulting from contracts that meet the criteria of being accounted for as derivative or hedging instruments and which are expected to be extinguished beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true derivativeAndHedgingLiabilitiesValue: type: number description: 'Liabilities resulting from contracts that meet the criteria of being accounted for as derivative or hedging instruments. Includes: Liabilities Recognized for Fair Value Changes in Portfolio Hedge of Interest Rate Risk (for banks)' format: double nullable: true derivativeInvestmentAndHedgingAssetsCurrentValue: type: number description: Fair value of all securities whose value is derived from one or more underlying assets and the company intends to hold for a period less than one year or a normal operating cycle (whichever is longer). Only use when company classifies it as a short term investment. format: double nullable: true derivativeInvestmentAndHedgingAssetsNonCurrentValue: type: number description: 'Fair value of all securities whose value is derived from one or more underlying assets and the company intends to hold for a period of one year or a normal operating cycle (whichever is longer). Includes: Hedging Assets' format: double nullable: true derivativeInvestmentAndHedgingAssetsValue: type: number description: Fair value as of the balance sheet date of all assets accounted for as derivative investments (after the effects of master netting arrangements) and hedging assets (which reduce the risk of adverse price movements in another asset). format: double nullable: true dilutedNetAssetValueNavPerShareValue: type: number description: Lease Revenue From Joint Ventures Value format: double nullable: true dilutedNetAssetValueNavValue: type: number description: Other Fees Or Expenses Charged Value format: double nullable: true discontinuedOperationsLiabilitiesCurrentValue: type: number description: Liabilities classified as part of discontinued operations in the current liability section of the Balance Sheet. format: double nullable: true dividendsPayableCurrentValue: type: number description: 'Carrying value of dividends declared but unpaid on equity securities issued and outstanding by the company. Includes: Provision for Dividends/Income Distribution; Dividend and Interest on Shareholder''s Equity' format: double nullable: true dividendsPayableValue: type: number description: Carrying value as of the balance sheet date of dividends declared but unpaid on the company's equity securities. format: double nullable: true dividendsProvidedForOrPaidOutToValue: type: number description: Amount of dividends declared related to the current reporting period. format: double nullable: true dividendsReceivableCurrentValue: type: number description: Distributions expected from equity and preferred share investments; receivable within one year or a normal operating cycle (whichever is longer). format: double nullable: true dividendsReceivableValue: type: number description: Distributions receivable as a result of equity investments in other organizations and institutions. format: double nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true dueFromBanksValue: type: number description: Short term loans; or receivables due from other banks that yield minimal interest. format: double nullable: true dueFromCustomersAcceptanceValue: type: number description: Amount receivable from customers acceptance that are outstanding on the reporting date as reported by the Bank. format: double nullable: true electricUtilityPlantValue: type: number description: 'Cost of all plants and facilities associated with the generation of electricity. Includes: nuclear utility plants; Net book value if accumulated depreciation is not reported' format: double nullable: true equityAttributableToHoldersOfPerpetualCapitalSecuritiesValue: type: number description: Hybrid capital securities that bring together features of both debt and equity; and are perpetual and subordinate to all senior creditors. They have no fixed maturity date and repayment is at the discretion of the issuer. format: double nullable: true equityAttributableToParentStockholdersValue: type: number description: Residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders. format: double nullable: true equityDividendsValue: type: number description: Dividend payments to equity shareholders issued or announced during the period. format: double nullable: true equitySecuritiesSharesNonCurrentValue: type: number description: Equity securities the company intends to hold for a period beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true equitySecuritiesSharesValue: type: number description: Investments in ownership shares of another company or institution. format: double nullable: true exchangeAdjustmentsValue: type: number description: Effect of foreign-exchange translation or increase/decrease in foreign-exchange reserves. format: double nullable: true financeLeaseReceivableCurrentValue: type: number description: Amount due in relation to capital/finance leases; within one year or a normal operating cycle (whichever is longer). format: double nullable: true financeLeaseReceivableNonCurrentValue: type: number description: Amount due in relation to capital/finance leases; after one year or a normal operating cycle (whichever is longer). format: double nullable: true financeLeaseReceivableValue: type: number description: Amount due to the company in relation to finance leases. format: double nullable: true financialAssetsDesignatedAsFairValueThroughProfitOrLossNonCurrentValue: type: number description: Other Fees Or Expenses Received Value format: double nullable: true financialAssetsDesignatedAsFairValueThroughProfitOrLossValue: type: number description: Patient And Third Party Payers Value format: double nullable: true financialInvestmentSecuritiesAvailableForSaleAndHeldToMaturityValue: type: number description: Carrying value of available-for-sale securities and held-to-maturity securities. format: double nullable: true financialInvestmentSecuritiesAvailableForSaleHeldToMaturityNonCurrentValue: type: number description: Sum of the carrying values of Available-for-Sale and Held-to-Maturity securities classified as non-current. format: double nullable: true financialLiabilitiesCurrentValue: type: number description: Sum of the carrying values as of the Balance Sheet date; of all short term debt; current portion of long term debt; capital lease obligations; derivative and hedging liabilities and other financial liabilities having maturities within one year or a normal operating cycle (whichever is longer). format: double nullable: true financialLiabilitiesDesignatedAsFairValueThroughProfitOrLossValue: type: number description: Property Or Asset Management Fees Charged Value format: double nullable: true financialLiabilitiesHeldForTradingValue: type: number description: Liabilities held with the intent to trade for short-term profit. format: double nullable: true financialLiabilitiesMeasuredAtAmortizedCostValue: type: number description: Financial liabilities carried at amortized cost. format: double nullable: true financialLiabilitiesNonCurrentValue: type: number description: Sum of the carrying values as of the balance sheet date; of all long-term debt; capital lease obligations; derivative and hedging liabilities and other financial liabilities having maturities beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true finishedGoodsAndMerchandiseValue: type: number description: Value of merchandise or goods held by the company that are readily available for sale. format: double nullable: true fiscalPeriod: type: string description: '' nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true fixedAssetsRevaluationReserveValue: type: number description: Reserves created by revaluation of assets excluding financial assets format: double nullable: true flightFleetVehicleAndRelatedEquipmentValue: type: number description: 'Cost of all vehicles and equipment associated with transportation that are required for business operations. For example: bicycles; automobiles; motorcycles; trains; boats and aircraft. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true foreclosedAssetsValue: type: number description: 'Assets obtained in full or partial satisfaction of a debt arrangement through foreclosure proceedings. Includes : Other Real Estate Owned; Owned Inactive Real Estates; Idle properties.' format: double nullable: true furnitureFixturesAndOfficeEquipmentValue: type: number description: 'Cost of the furniture; fixtures and office equipment owned by the company for its business operations. Includes: Computer hardware and software' format: double nullable: true gainLossFromCashFlowHedgesReservesAccumulatedComprehensiveIncomeValue: type: number description: Accumulated gains or losses from hedges format: double nullable: true generalAllowanceForReceivablesAndWriteOffsCurrentValue: type: number description: Value used to recognize that some current accounting receivable items will not be collected in full and to reduce receivables to the value expected to be collected. format: double nullable: true generalAllowanceForReceivablesAndWriteOffsNonCurrentValue: type: number description: A provision/allowance/adjustment to recognize that some non-current accounting receivable items will not be collected in full and to reduce receivables to the value expected to be collected. format: double nullable: true generalAllowanceForReceivablesAndWriteOffsValue: type: number description: General provision to recognize that some receivable items will not be collected in full. format: double nullable: true generalPartnerCapitalValue: type: number description: Represents the carrying value of capital held by the general partners. format: double nullable: true goodwillTransferValue: type: number description: Transfer of goodwill reported in the changes in shareholders' equity statement. format: double nullable: true goodwillValue: type: number description: The excess of the cost of an acquired company over the sum of the fair market value of its identifiable individual assets less the liabilities. format: double nullable: true grossBiologicalAssetsValue: type: number description: Assets that are either a living animal or plant; including all livestock such as goats; sheep; cows; buffaloes; calves and fish and plants such as vegetables; crops; vineyards; trees; timberland and fruit orchards. format: double nullable: true grossFinanceLeaseReceivableValue: type: number description: Gross amount receivable by the company in relation to leases and hire purchase. format: double nullable: true grossGoodwillAndOtherIntangibleAssetsValue: type: number description: Total gross book value of the company's goodwill and other intangible assets. format: double nullable: true grossInvestmentPropertiesAndPropertiesHeldForDevelopmentValue: type: number description: Total amount paid for investment properties and properties held for development with the intention of generating a return. format: double nullable: true grossLoansAndAdvancesValue: type: number description: Sum of all loans and advances before excluding unearned income and loss allowances. format: double nullable: true grossMineralPropertyInterestsAndExplorationAssetsValue: type: number description: Amount paid for the right of the owner to exploit; mine and/or produce any or all of the minerals lying below the surface of the property and all costs capitalized for the exploration and evaluation costs of a resource property (e.g. the capitalized costs to find an oil well). includes drilling cost etc. format: double nullable: true grossNotesReceivableCurrentValue: type: number description: Gross amount representing the right to receive the principal amounts contained in written promissory notes. Usually it is a written promise from a client or customer to pay a definite amount of money on a specific future date that is within the normal operating cycle. format: double nullable: true grossNotesReceivableValue: type: number description: Value of notes receivable prior to making any adjustments or allowances. format: double nullable: true grossPropertyPlantAndEquipmentValue: type: number description: 'Total gross book value of all the tangible assets that are used by a company in its business operations. Includes: Construction grants used as a deduction to the gross book value; net book value if accumulated depreciation is not reported' format: double nullable: true grossTradeAccountsReceivableCurrentValue: type: number description: Gross value of amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business. format: double nullable: true grossTradeAccountsReceivableValue: type: number description: Amount due from customers or clients for products or services that have been delivered or sold in the normal course of business prior to making any adjustments or allowances. format: double nullable: true heldToMaturitySecuritiesCurrentValue: type: number description: Financial or debt investments that a company has made; categorized as held-to-maturity; that will expire at a fixed date within one year or a normal operating cycle (whichever is longer). format: double nullable: true heldToMaturitySecuritiesNonCurrentValue: type: number description: 'Aggregate value of financial or debt securities which are categorized as held-to-maturity; including items previously marked as debt securities; that will expire at a fixed date that is beyond one year or a normal operating cycle (whichever is longer). Includes: debt securities if holding period not specified' format: double nullable: true incomeTaxPayableCurrentValue: type: number description: Current liability account which reflects the amount of income taxes due to the federal; state; and local governments. format: double nullable: true insuranceBusinessAssetsValue: type: number description: Sum of bank owned life insurance; cash value of life insurance; and other insurance business assets. format: double nullable: true insuranceBusinessLiabilitiesValue: type: number description: Liabilities related to the insurance group of a bank. format: double nullable: true insuranceContractLiabilitiesReservesValue: type: number description: Sum of unallocated surplus; policy benefits; claims outstanding reserves and unearned premiums reserves. Unlike investment contracts that do not transfer risks; insurance contracts transfer insurance risk (rather than only financial risks). format: double nullable: true intangiblesOtherThanGoodwillValue: type: number description: Total gross book value of all Intangibles; excluding goodwill. format: double nullable: true interestBearingTimeSavingsDepositsValue: type: number description: Amount of all interest bearing domestic and foreign deposits. format: double nullable: true interestPayableCurrentValue: type: number description: 'Carrying value of interest payable as of the Balance Sheet date. Includes: Accrued interest.' format: double nullable: true interestPayableValue: type: number description: 'Carrying value of interest payable as of the Balance Sheet date. Includes: Accrued interest.' format: double nullable: true inventoriesNonCurrentValue: type: number description: Merchandise bought or produced for resale; or supplies and raw materials purchased for use in revenue producing operations; that are not expected to be turned into cash within one year or a normal operating cycle (whichever is longer). format: double nullable: true inventoriesValue: type: number description: Merchandise bought or produced for resale; or supplies and raw materials purchased for use in revenue producing operations; that are expected to be turned into cash within one year or a normal operating cycle (whichever is longer). format: double nullable: true inventoryAllowanceAdjustmentsValue: type: number description: 'Provision/allowance/adjustment to reduce inventory; resulting from factors such as breakage; spoilage; theft and shoplifting. Includes: LIFO reserve and other allowances/adjustments' format: double nullable: true investmentContractLiabilitiesValue: type: number description: Reserves set aside for investment contract liabilities. Investment contracts are those that do not transfer significant insurance risk from the contract holder to the issuer. They only transfer financial risks and are therefore treated as financial instruments under IFRS. Investment contracts can be participating (unit-linked) or non-participating. format: double nullable: true investmentInFinancialAssetsNonCurrentValue: type: number description: Total of all financial asset investments. format: double nullable: true investmentInFinancialAssetsValue: type: number description: Sum of all financial investments (trading securities; available-for-sale securities; held-to-maturity securities; etc.). format: double nullable: true investmentPropertiesAndPropertiesHeldForDevelopmentValue: type: number description: 'Total amount paid for investment properties and properties held for development with the intention of generating a return; net of accumulated depreciation. This item often belongs to companies that are REITs. Properties held for development represents a property belonging to the company that will undergo development; but the development has not yet happened. Excludes: Investment Properties reported by mining companies and Properties Held for Development by mining companies.' format: double nullable: true investmentsInAssociatesValue: type: number description: Stock held in companies; for which the reporting company possesses only a minority stake in the ownership of the company. The parent company typically owns 20% to 50% of the voting shares. format: double nullable: true investmentsInJointVenturesValue: type: number description: Business arrangement in which two or more parties agree to pool their resources for the purpose of accomplishing a specific task. format: double nullable: true investmentsInOtherVenturesUnderEquityMethodValue: type: number description: Other long term equity investments not categorized above. format: double nullable: true investmentsInSubsidiariesValue: type: number description: Stock held in companies; for which the reporting company owns more than 50% of the voting stock. format: double nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' itemsInTheCourseOfCollectionFromOtherBanksValue: type: number description: Carrying amount as of the balance sheet date of drafts and bills of exchange that are in transit from other banks. format: double nullable: true itemsInTheCourseOfTransmissionToOtherBanksValue: type: number description: Carrying amount as of the balance sheet date of drafts and bills of exchange that are in transit to other banks. format: double nullable: true landAndImprovementsValue: type: number description: 'Cost of land owned by the company for its business operations; including improvements associated with the land. Land is generally not depreciated over time. Includes: Net book value if accumulated depreciation is not reported. Excludes: Land held for sale (Assets Held for Sale/Discontinued Operations; Non-Current)' format: double nullable: true landHeldForDevelopmentValue: type: number description: Land Held For Development Value format: double nullable: true leasedPropertyPlantAndEquipmentValue: type: number description: 'Cost of tangible assets held by the company under a lease arrangement that cannot be delineated under its respective category in the above. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true leaseholdAndImprovementsValue: type: number description: 'Cost of properties held by the company under a lease arrangement; including improvements made to the property. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true liabilitiesHeldForSaleDiscontinuedOperationsNonCurrentValue: type: number description: 'Assets or liabilities classified as held for sale. Includes: assets and liabilities associated with discontinued operations held for sale at the Balance Sheet date; costs of completed construction projects associated with pending sale-leaseback transactions; real estate not currently used in operations and the related mortgage notes payable.' format: double nullable: true liabilitiesHeldForSaleDiscontinuedOperationsValue: type: number description: Liabilities arising from discontinued operations or liabilities classified as held for sale. format: double nullable: true licensesAndRightsValue: type: number description: 'Licenses or Rights acquired by or granted to the company are entitlements or permissions; enforceable by law; that give the company the ability and/or exclusivity to perform given actions or use specific assets. For example: franchise and government licenses; licensing agreements; broadcast; copyright; development; distribution; environmental; landing; property/land use; solicitation and air/water use rights. Includes: Program rights for media companies; Net book value if accumulated amortization is not reported' format: double nullable: true lifeInsuranceAssetsValue: type: number description: Life insurance bought and owned by banks. format: double nullable: true limitedPartnerCapitalValue: type: number description: Carrying value of shares under the ownership of the limited partners in a publicly traded limited partnership or master limited partnership; which are represented by units that detail various rights including redemption; conversion; liquidation; tax status of distribution per unit; and the sharing in distributions. format: double nullable: true lineOfCreditValue: type: number description: Agreement or commitment to make loans up to a specific amount. format: double nullable: true loanAndLoanReceivablesValue: type: number description: Amount owed to the company as a result of loans outstanding. format: double nullable: true loanLossAllowanceAdjustmentForBanksValue: type: number description: Allowance or adjustment company provided with respect to loans and advances related to bank. format: double nullable: true loanLossAllowanceAdjustmentForOtherValue: type: number description: Allowance or adjustment company provided with respect to loans and advances other than bank and trading loan. format: double nullable: true loanLossAllowanceAdjustmentForTradingLoanValue: type: number description: Allowance or adjustment company provided with respect to loans and advances related to trading loan. format: double nullable: true loanLossAllowanceAdjustmentValue: type: number description: Provision for the amount needed to absorb any estimated credit losses inherent on the company's loan and lease portfolio. Deducted from the value of gross loans and leases to arrive at the net value. format: double nullable: true loansAndAdvancesToBankValue: type: number description: Loans receivable and advances made to another bank. format: double nullable: true loansAndAdvancesToCustomerConsumerValue: type: number description: Loans receivable and advances made to a customer or consumer. format: double nullable: true loansAndAdvancesToInstitutionsCorporationsValue: type: number description: 'Loans receivable and advances made to other financial institutions and corporations. Includes: commercial/ corporate loans' format: double nullable: true loansAndAdvancesValue: type: number description: 'The aggregate amount of loans receivable and advances made to banks; institutions; or customers. Includes: mortgages and other loans; which are stated at the lower of cost or market (approximates fair value)' format: double nullable: true loansHeldForSaleValue: type: number description: Loans receivable that will be sold to other entities; which are stated at the lower of cost or market. format: double nullable: true loansInProcessValue: type: number description: Loans that have not been fully disbursed. format: double nullable: true loansReceivableCurrentValue: type: number description: Amount owed to the company that is expected to be collected within one year or a normal operating cycle (whichever is longer). format: double nullable: true loansReceivableNonCurrentValue: type: number description: Amount owed to the company that is not expected to be collected within one year or a normal operating cycle (whichever is longer). format: double nullable: true longTermContractsValue: type: number description: Contracts reported by the company as part of inventory. format: double nullable: true longTermDebtAndCapitalLeaseObligationValue: type: number description: Sum of the carrying values as of the balance sheet date; of all long-term debt and capital lease obligations that is expected to be repaid beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true longTermDebtValue: type: number description: Sum of the carrying values as of the balance sheet date; of all long-term debt having maturities due beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true longTermEquityInvestmentsValue: type: number description: Total value of investments held by the company and accounted for under the equity method. format: double nullable: true machineryFurnitureAndEquipmentValue: type: number description: 'Total gross book value of the company''s plant; machinery; furniture; vehicles and equipment. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true mortgageLoansValue: type: number description: Loans in which the collateral is a specified piece of real estate that the borrower will pay off over time. format: double nullable: true mortgageServiceRightsValue: type: number description: Mortgage service right is a contractual agreement where the right; or rights; to service an existing mortgage are sold by the original lender to another party who; for a fee; performs the various functions required to service mortgages. format: double nullable: true naturalGasUtilityPlantValue: type: number description: 'Cost of all plants and facilities associated with the production and distribution of natural gas; oil; and other. Includes: gas wells and properties to exploit gas or liquefied natural gas sites; net book value if accumulated depreciation is not reported. Excludes: oil refineries (Properties)' format: double nullable: true netIntangibleAssetsValue: type: number description: Total net book value of goodwill and all intangible assets. Calculated using Gross Goodwill and Other Intangible assets; less Accumulated Amortization and Impairments. format: double nullable: true netMineralPropertyInterestsAndExplorationAssetsValue: type: number description: 'Total book value of all Mineral Property Interests and Exploration/Evaluation Assets; net of all Accumulated Amortization. Includes: Intangible assets if it is determined they are mining assets; Mine Development Projects'' Capitalized Expenditures.' format: double nullable: true netProfitLossAttributeToMembersValue: type: number description: Operating profit after accounting for abnormal items; taxes and outside equity interests. format: double nullable: true netPropertyPlantAndEquipmentValue: type: number description: Total net book value of all the tangible assets that are used by a company in its business operations. Calculated using Gross Property; Plant and Equipment; less Accumulated Depreciation and Impairment. format: double nullable: true netUnrealizedGainLossOnInvestmentsValue: type: number description: The net amount of unrealized gains/losses on investments as of the balance sheet date. Recorded in the equity section under the definition of accumulated comprehensive income/loss. format: double nullable: true newShareCapitalValue: type: number description: Issues of additional share capital during the period. format: double nullable: true nonControllingMinorityInterestsValue: type: number description: Carrying value of net worth of a subsidiary pertaining to common stock not owned by the controlling company and its consolidated subsidiaries. format: double nullable: true nonEquityUnder1YearValue: type: number description: Non-equity investments under one year are typically debt instruments such as bonds or bank deposits. They are issued by companies; by government agencies and by other entities and typically have the benefit of greater stability. The data point is available only for UK companies with London Stock Exchange listings. format: double nullable: true nonInterestBearingBorrowingsCurrentDebtValue: type: number description: Borrowings that do not bear any interest and are due within one year or a normal operating cycle (whichever is longer). format: double nullable: true nonInterestBearingBorrowingsCurrentPortionOfLongTermDebtValue: type: number description: Carrying value of non-interest borrowings that are due within one year or a normal operating cycle (whichever is longer). format: double nullable: true nonInterestBearingBorrowingsNonCurrentValue: type: number description: Borrowings that do not bear any interest and are due beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true nonInterestBearingBorrowingsValue: type: number description: Non-interest bearing deposits in other financial institutions. format: double nullable: true nonInterestBearingDemandDepositsValue: type: number description: Amount of all non-interest bearing domestic and foreign deposits. format: double nullable: true notesPayableCurrentDebtValue: type: number description: 'Carrying value of the obligation to repay the principal amount contained in a written promissory note; on a specific future date that is within one year or a normal operating cycle (whichever is longer). Includes : Banker''s acceptance and Debenture' format: double nullable: true notesPayablesNonCurrentValue: type: number description: 'Carrying value of the obligation to repay the principal amount contained in a written promissory note; on a specific future date that is beyond one year or a normal operating cycle (whichever is longer). Includes : Banker''s acceptance and Debenture' format: double nullable: true notesPayableValue: type: number description: 'Written promises to pay a stated sum at one or more specified dates in the future. Includes : Banker''s acceptance' format: double nullable: true notesReceivableCurrentValue: type: number description: Net amount representing the right to receive the principal amounts contained in written promissory notes. Usually it is a written promise from a client or customer to pay a definite amount of money on a specific future date that is within the normal operating cycle. format: double nullable: true notesReceivableNonCurrentValue: type: number description: Amount representing the right to receive the principal amounts contained in written promissory notes. Usually it is a written promise from a client or customer to pay a definite amount of money on a specific future date that is beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true notesReceivableValue: type: number description: Right to receive the principal amount contained in a written promissory note; which is usually a written promise from a client or customer to pay a definite amount of money on a specific future date. format: double nullable: true openingShareholdersFundsValue: type: number description: Balance of shareholders' equity at the start of the period. format: double nullable: true operatingLeaseAssetsValue: type: number description: Short term operating leases that are used to acquire equipment. format: double nullable: true otherAssetsValue: type: number description: 'Other assets not categorized above. Includes: settlement balances and short position assets' format: double nullable: true otherCurrentAssetsValue: type: number description: 'Other current assets not categorized above. Includes: Unclassified current assets; dividend and interest on shareholder equity; leasing (if no specific nature of the lease is provided; common in South America) Excludes: Leased assets to generate income (map to Other Inventories).' format: double nullable: true otherCurrentLiabilitiesValue: type: number description: Other liabilities not categorized above that are due within one year or a normal operating cycle (whichever is longer). format: double nullable: true otherCurrentPortionOfLongTermDebtValue: type: number description: Carrying value of other long term debt not categorized above and due within one year or a normal operating cycle (whichever is longer). format: double nullable: true otherDeferredLiabilitiesCurrentValue: type: number description: Other deferred liabilities not categorized above that will be recognized within one year or a normal operating cycle (whichever is longer). format: double nullable: true otherDeferredLiabilitiesNonCurrentValue: type: number description: Other deferred liabilities not categorized above. format: double nullable: true otherDepositsAssetsValue: type: number description: Other deposits not categorized above. format: double nullable: true otherDepositsValue: type: number description: Other deposit liabilities not categorized above. format: double nullable: true otherEmployeeRelatedLiabilitiesCurrentValue: type: number description: Other long term employee related liabilities not categorized above. format: double nullable: true otherEmployeeRelatedLiabilitiesNonCurrentValue: type: number description: Other long term employee related liabilities not categorized above. format: double nullable: true otherEmployeeRelatedLiabilitiesValue: type: number description: Other employee-related liabilities not categorized above. format: double nullable: true otherEquipmentValue: type: number description: 'Cost of other equipment owned by the company for its business operations; not categorized in the above. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true otherEquityInterestValue: type: number description: Other equity attributable to parent stockholders not categorized above. format: double nullable: true otherFinancialAssetsNonCurrentValue: type: number description: Other financial assets not categorized above. format: double nullable: true otherFinancialAssetsValue: type: number description: Other financial assets not categorized above. format: double nullable: true otherFinancialLiabilitiesCurrentValue: type: number description: Other financial liabilities not categorized above. format: double nullable: true otherFinancialLiabilitiesNonCurrentValue: type: number description: Other financial liabilities not categorized above. format: double nullable: true otherFinancialLiabilitiesValue: type: number description: Other financial liabilities not categorized above. format: double nullable: true otherGainsAndLossesValue: type: number description: Other gains and losses not recognized in the Income Statement and not categorized above. format: double nullable: true otherInsuranceBusinessAssetsValue: type: number description: Other insurance business assets not categorized above. format: double nullable: true otherInsuranceContractAssetsValue: type: number description: Other insurance contract assets not categorized above. format: double nullable: true otherInsuranceLiabilitiesReservesValue: type: number description: Other insurance liabilities or reserves not categorized above. format: double nullable: true otherIntangibleAssetsValue: type: number description: 'Other intangibles not categorized in the above. Includes: Net book value if accumulated amortization is not reported; Club membership' format: double nullable: true otherInventoriesValue: type: number description: All other inventories; not categorized above. format: double nullable: true otherInvestmentsNonCurrentValue: type: number description: Other investments not categorized above. format: double nullable: true otherInvestmentsValue: type: number description: Other investments not categorized above. format: double nullable: true otherLiabilitiesValue: type: number description: Other liabilities not classified above. format: double nullable: true otherLoansBorrowingsValue: type: number description: Agreements in which money is given to another party in exchange for future repayment of the principal amount plus interest and/or other finance charges. These could be for a specific one time amount or open ended credit up to a specified amount. format: double nullable: true otherLoansCurrentDebtValue: type: number description: Other debt not categorized above that is due within one year or a normal operating cycle (whichever is longer). format: double nullable: true otherLoansNonCurrentValue: type: number description: Other long term loans not categorized above. format: double nullable: true otherLoansValue: type: number description: Other loans not categorized above. format: double nullable: true otherNonCurrentAssetsValue: type: number description: 'Other non-current assets not categorized above. Includes: Other participating interests; dividend and interest on shareholders equity; leasing (if no specific nature of the lease is provided; common in South America). Excludes: Leased assets used to generate income (Leased Property; Plant and Equipment).' format: double nullable: true otherNonCurrentLiabilitiesValue: type: number description: 'Other non-current liabilities not categorized above. Includes: Estimate Liability' format: double nullable: true otherNonEquityValue: type: number description: Non-equity means someone owes you money with a note and mortgage or other security instrument securing the debt. Any security other than a stock. Examples include bonds and options. Non-equity securities may fluctuate in value in relation to stocks. For example; futures contracts may increase in price as stocks increase; while bond prices tend to move inversely to stock prices. The data point is available only for UK companies with London Stock Exchange listings. format: double nullable: true otherPartnersCapitalValue: type: number description: Other partner capital not categorized above. format: double nullable: true otherPayableCurrentValue: type: number description: 'Other payables not categorized above that are due within one year or a normal operating cycle (whichever is longer). Includes: Salaries and Commission Payable; Authorizations/License of Authorization Payable; Payment of Bills' format: double nullable: true otherPayablesNonCurrentValue: type: number description: 'Other payables not categorized above. Includes: Authorizations payables; licenses of authorization' format: double nullable: true otherPayablesValue: type: number description: 'Other payables not categorized above. Includes: payables due to other financial institutions' format: double nullable: true otherPropertiesAndImprovementsValue: type: number description: 'Cost of other improvements associated with properties; not categorized above. Includes: Net book value if accumulated depreciation is not reported; betterments. Excludes: Improvements not related with Properties (charged under its respective asset)' format: double nullable: true otherPropertyPlantAndEquipmentValue: type: number description: 'Cost of other property; plant and equipment not categorized in the above. Includes: Nuclear fuel reported within PPE; Net book value if accumulated depreciation is not reported' format: double nullable: true otherProvisionsCurrentValue: type: number description: Other provisions not categorized above that are due within one year or a normal operating cycle (whichever is longer). format: double nullable: true otherProvisionsNonCurrentValue: type: number description: Other provisions not categorized above. format: double nullable: true otherProvisionsValue: type: number description: Liabilities or obligations arising from the legal clauses of contracts that are unrelated to employee benefits. format: double nullable: true otherRealEstateOwnedValue: type: number description: Property owned by the bank but not directly related to its business. format: double nullable: true otherReceivablesCurrentValue: type: number description: 'Amount due within one year or a normal operating cycle (whichever is longer); and not categorized in the above. Includes: rent receivable' format: double nullable: true otherReceivablesNonCurrentValue: type: number description: 'Amount due beyond one year or a normal operating cycle (whichever is longer); and not categorized in the above. Includes: rent receivable' format: double nullable: true otherReceivablesValue: type: number description: Amount due in relation to other receivables not categorized above. format: double nullable: true otherReservesAccumulatedComprehensiveIncomeValue: type: number description: 'Any reserve not categorized above. Includes: goodwill reserves; equity in associate entities reserves; legal; statutory reserve ;etc.' format: double nullable: true otherShortTermInvestmentsValue: type: number description: Other short term investments not categorized above. format: double nullable: true otherTaxPayableCurrentValue: type: number description: Current liability account which reflects the amount of other taxes (besides income taxes) due to the federal; state; and local governments. format: double nullable: true otherTransfersValue: type: number description: Other transfers in the shareholders' equity statement not categorized above. format: double nullable: true paidInCapitalValue: type: number description: Sum of all paid-in capital; including common stock and preferred stock. format: double nullable: true payablesAndAccruedExpensesCurrentValue: type: number description: Sum of all payables owed and expenses accrued; due for payment within one year or a normal operating cycle (whichever is longer). format: double nullable: true payablesAndAccruedExpensesNonCurrentValue: type: number description: Sum of all payables owed and expenses accrued; due for payment beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true payablesAndAccruedExpensesValue: type: number description: Total of all payables and accrued expenses. format: double nullable: true payablesToBrokerDealersAndClearingOrganizationsValue: type: number description: Liabilities that reflect the amount owed to brokers; including dealers and clearing organizations; for services received. format: double nullable: true pensionAndOtherEmployeeBenefitsNonCurrentValue: type: number description: Recognition of an asset where pension fund assets exceed promised pension and other employee benefits. Including severance format: double nullable: true pensionAndOtherPostRetirementBenefitPlansCurrentValue: type: number description: 'Long term obligation by the company for future annuity payments of the employees. All pension liabilities should map to this pension specific data point. Includes: Retirement benefit obligations; Severance cost' format: double nullable: true pensionAndOtherPostRetirementBenefitPlansNonCurrentValue: type: number description: 'Long term obligation by the company for future annuity payments of the employees. All pension liabilities should map to this pension specific data point. Includes: Retirement benefit obligations; Severance cost' format: double nullable: true pensionAndOtherPostRetirementBenefitPlansReservesAccumulatedComprehensiveIncomeValue: type: number description: Accumulated gains or losses from pension and other post retirement plans format: double nullable: true pensionAndOtherPostretirementBenefitPlansValue: type: number description: Liabilities associated with pension plans and other postretirement benefit plans. Including Severance cost format: double nullable: true pensionReserveValue: type: number description: Change in pension reserves reported in the shareholders' equity statement. format: double nullable: true perpetualDebtValue: type: number description: Debt without a maturity date to pay or redeem principal and interest that is paid continually. format: double nullable: true plantAndMachineryValue: type: number description: 'Cost of plant; machinery and facilities owned by the company for its business operations. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true pledgedDepositsAtBanksValue: type: number description: Deposits used as collateral to obtain loans. format: double nullable: true policyBenefitsAndClaimsOutstandingReservesValue: type: number description: Reserves set aside for future policy benefits; claims which have occurred but not yet settled and claims incurred but not reported (IBNR). format: double nullable: true policyholderDepositFundValue: type: number description: Amount deposited by policyholders under life insurance contracts. format: double nullable: true policyLoansValue: type: number description: Loans in which the collateral is the cash value of a person's life insurance policy. format: double nullable: true preferredSecuritiesOutsideStockEquityValue: type: number description: 'Preferred stock reported outside of the Shareholders Equity section. Includes: Trust Preferred Securities; Redeemable Preferred Stock and Non-controlling interest subject to put option.' format: double nullable: true preferredSharesNumberValue: type: number description: Number of Preferred Shares issued as of the period ending date; including both outstanding and treasury preferred shares. format: double nullable: true preferredSharesOutstandingValue: type: number description: Number of Preferred Shares outstanding as of the period ending date. format: double nullable: true preferredSharesTreasuryValue: type: number description: Number of Preferred Treasury Shares as of the period ending date. format: double nullable: true preferredStockValue: type: number description: 'Class of shares in the company that has a claim prior to common shareholders on the earnings of the company and on the assets in the event of liquidation. Includes: convertible preferred stock; equity redeemable preferred stock; equity other preferred stock' format: double nullable: true preferredUnitValue: type: number description: Carrying value of preferred units. Preferred units are senior to common units; but subordinate to bonds in terms of claim (or rights to their share of the assets of the company) and may have priority over common units upon liquidation in a partnership structure. format: double nullable: true prepaymentsAndDepositsCurrentValue: type: number description: Amount paid or used as security/collateral for business activities within one year or a normal operating cycle (whichever is longer). format: double nullable: true prepaymentsAndDepositsNonCurrentValue: type: number description: Total of prepayments and deposits. format: double nullable: true prepaymentsNonCurrentValue: type: number description: Amount paid for business activities for one year or a normal operating cycle (whichever is longer) in advance of receiving them. format: double nullable: true prepaymentsValue: type: number description: Amount paid for expenses before they are actually incurred. format: double nullable: true priorYearAdjustmentValue: type: number description: Correction of prior period errors/adjustments in the current reporting period. format: double nullable: true propertiesValue: type: number description: 'Total gross book value of the company''s land; buildings; and leasehold improvements. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true provisionForAssetRetirementObligationSiteRestorationAndRehabilitationCurrentValue: type: number description: Obligation due within one year or a normal operating cycle (whichever is longer) that is associated with the retirement of a tangible long-lived asset in which the method of settlement may be conditional on a future event; the occurrence of which may not be within the control of the company. format: double nullable: true provisionForAssetRetirementObligationSiteRestorationAndRehabilitationNonCurrentValue: type: number description: Legal obligation associated with the retirement of a tangible long-lived asset in which the method of settlement may be conditional on a future event; the occurrence of which may not be within the control of the company. format: double nullable: true provisionForEmployeeBenefitsRelatedLiabilitiesValue: type: number description: Liabilities related to employee benefits; including postretirement benefit plans and other employee-related liabilities. format: double nullable: true provisionForEmployeeEntitlementsCurrentValue: type: number description: 'Long term obligations from the legal clause of a employment contract. Includes: Employee benefits; related liabilities; disclosed in the non-current liabilities section of the Balance Sheet.' format: double nullable: true provisionForEmployeeEntitlementsNonCurrentValue: type: number description: 'Long term obligations from the legal clause of a employment contract. Includes: Employee benefits; related liabilities; disclosed in the non-current liabilities section of the Balance Sheet.' format: double nullable: true provisionForMineMaintenanceCurrentValue: type: number description: Current obligations/liabilities related to restoring a mine to its original state; processing and conditioning a closed mine site where there is potential to recommence operations; reclaiming or remediating land; or any other provisions specific to the mining industry. format: double nullable: true provisionForMineMaintenanceNonCurrentValue: type: number description: Long term obligations/liabilities due to processes and conditions on a closed mine site where there is potential to recommence operations. format: double nullable: true provisionForTaxLiabilitiesCurrentValue: type: number description: Provisions for tax-related liabilities that are expected to expire within one year or a normal operating cycle (whichever is longer). format: double nullable: true provisionForTaxLiabilitiesNonCurrentValue: type: number description: Provisions for tax-related liabilities that are expected to expire beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true provisionForTaxLiabilitiesValue: type: number description: Total provisions for tax-related liabilities. format: double nullable: true provisionsCurrentValue: type: number description: Sum of carrying values of long term obligations/liabilities from the legal clause of a contract that prohibits the company from performing certain actions beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true provisionsNonCurrentValue: type: number description: Sum of carrying values of long term obligations/liabilities from the legal clause of a contract that prohibits the company from performing certain actions beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true provisionsValue: type: number description: Liabilities or obligations arising from the legal clauses of contracts that prohibit the company from performing certain actions. format: double nullable: true purchasedGoodwillValue: type: number description: Difference between the cost of an acquired entity and the aggregate of the fair value of that entity's identifiable assets and liabilities. format: double nullable: true purchaseOfOwnSharesValue: type: number description: Purchase of shares to increase treasury stock. Eventually decreases total net shareholders' equity. format: double nullable: true rawMaterialsConsumablesAndSuppliesValue: type: number description: 'Value of unprocessed items to be consumed in the manufacturing or production process. Includes: Purchased components' format: double nullable: true realEstateAndInvestmentPropertiesValue: type: number description: Real estate held by property development companies as inventory. format: double nullable: true receivablesValue: type: number description: Amount owed to the company from other parties. format: double nullable: true regulatoryAssetsCurrentValue: type: number description: Specific costs or revenues that a regulatory agency permits the company to defer to its balance sheet. format: double nullable: true regulatoryAssetsNonCurrentValue: type: number description: Specific costs or Losses that a regulatory agency permits the company to defer to its balance sheet. format: double nullable: true regulatoryLiabilitiesCurrentValue: type: number description: Revenues/gains that a government agency permits a regulated utility to defer which will be recognized within one year or a normal operating cycle (whichever is longer). format: double nullable: true regulatoryLiabilitiesNonCurrentValue: type: number description: Revenues/gains that a government agency permits a regulated utility to defer under the non-current section of the Balance Sheet. format: double nullable: true reinsuranceAssetsValue: type: number description: 'All reinsurance related assets; including share of reinsurance contracts and reinsurance recoveries. Excludes: reinsurance receivables' format: double nullable: true reinsuranceLiabilitiesValue: type: number description: Liabilities related to reinsurance; if reported separately by the insurance company. This includes estimated policy benefits; claims and losses due to reinsurance contracts. format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int32 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true researchAndDevelopmentValue: type: number description: 'Activities in connection with corporate innovation that have value and future economic benefit to the company. Includes: Net book value if accumulated amortization is not reported' format: double nullable: true reservesAccumulatedComprehensiveIncomeLossesLimitedPartnershipValue: type: number description: Sum of all reserves that are derived from contributions by shareholders; profit; retained earnings; etc. in a Limited Partnership. format: double nullable: true reservesAccumulatedComprehensiveIncomeLossesValue: type: number description: Sum of all reserves that are derived from contributions by shareholders; profit; retained earnings; etc. format: double nullable: true reservesForBenefitsClaimsAndLossesExpenseValue: type: number description: Sum of insurance contract liabilities/reserves and investment contract liabilities. format: double nullable: true residentOrTenantOrSecurityDepositsValue: type: number description: Resident Or Tenant Or Security Deposits Value format: double nullable: true restrictedCashAndCashEquivalentsValue: type: number description: Carrying amount of Cash; Cash Equivalents and Investments items which are restricted as to withdrawal or usage. E.g. Restricted deposits; Judicial; pledge deposit; restricted investment; etc. format: double nullable: true restrictedCashAndInvestmentsValue: type: number description: Carrying value of cash; cash equivalent items; and investments which are restricted as to withdrawal or usage. format: double nullable: true restrictedCommonStockValue: type: number description: Common shares that are non-transferable and have some form of vesting period over a couple of years. They're primarily used for executives. format: double nullable: true restrictedInvestmentsValue: type: number description: Carrying value of investments which are restricted as to withdrawal or usage. format: double nullable: true retainedEarningsAccumulatedDeficitLimitedPartnershipValue: type: number description: Accumulated after tax earnings of the Limited Partnership company that have not been distributed to shareholders as dividends or allocated to any specific reserve account. format: double nullable: true retainedEarningsAccumulatedDeficitValue: type: number description: Accumulated after-tax earnings of the company that have not been distributed to shareholders as dividends or allocated to any specific reserve account. format: double nullable: true retainedProfitLossForThePeriodValue: type: number description: Profit or loss attributable to shareholders during the period as reported in the Income Statement. format: double nullable: true retainedProfitsAtBeginningOfPeriodValue: type: number description: Value of retained earnings carried forward from prior period Balance Sheet. format: double nullable: true retainedProfitsAtEndOfPeriodValue: type: number description: Net value of all above items ( accumulated profit from previous period + current net result after tax +/- movements in reserves or provisions - distributions). format: double nullable: true revaluationsValue: type: number description: Revaluation gains and losses recognized during the period outside the Income Statement/changes in equity resulting from revaluation of noncurrent tangible and financial assets. format: double nullable: true revenueReserveClosedEndFundSupplementalValue: type: number description: Amount reserved out of retained earnings or profits retained by the company. format: double nullable: true securitiesBorrowedValue: type: number description: Carrying value as of the balance sheet date of securities borrowed from broker-dealers or institutions. format: double nullable: true securitiesLendingCollateralValue: type: number description: Collateral held by the company in exchange for lending out securities to other parties. format: double nullable: true securitiesLoanedValue: type: number description: Carrying value as of the balance sheet date of securities loaned to other broker dealers; typically used by such parties to cover short sales; which are secured by cash or other securities until the borrowing is closed. format: double nullable: true securitiesOfAffiliatedIssuersValue: type: number description: Carrying amount of investment securities owned by the insurer or companies that share joint ownership of securities with the insurer as of the balance sheet date. format: double nullable: true securitiesOfUnaffiliatedIssuersValue: type: number description: Carrying amount of investment securities neither owned by the insurer nor companies that share joint ownership of securities with the insurer as of the balance sheet date. format: double nullable: true securitiesPurchasedUnderReposAndSecuritiesBorrowedValue: type: number description: Sum of securities borrowed from broker-dealers or institutions and purchases of securities with the agreement to sell them back at a higher price at a specific future date. format: double nullable: true securitiesPurchasedUnderReverseRepurchaseAgreementsValue: type: number description: Purchases of securities with the agreement to sell them at a higher price at a specific future date. format: double nullable: true securitiesSoldUnderReposAndSecuritiesLoanedValue: type: number description: Sum of securities loaned to broker-dealers or institutions and sales of securities with the agreement to buy them back at a higher price at a specific future date. format: double nullable: true securitiesSoldUnderReverseRepurchaseAgreementsValue: type: number description: Carrying value as of the balance sheet date of securities that an institution sells and agrees to repurchase as a seller-borrower at a specified date for a specified price. format: double nullable: true separateAccountAssetsValue: type: number description: Value of securities bought by the insurance company but directly owned by the investors that provided the funds. These securities are reported separately from the company's other investments. The separate account assets are legally segregated and available only to settle separate account contract obligations. Separate accounts liabilities are carried at an amount equal to the separate accounts assets. format: double nullable: true separateAccountLiabilityValue: type: number description: Value of securities bought by the insurance company but directly owned by the investors that provided the funds. These securities are reported separately from the company's other investments. Separate account liabilities represent the contract holders' claims to the related assets and are carried at an amount equal to the separate accounts assets. format: double nullable: true shareOptionSchemesReleaseExpenseValue: type: number description: Share options granted to employees which impacts comprehensive income. format: double nullable: true shortTermInvestmentsValue: type: number description: Total of all short term financial investments. format: double nullable: true softwareAndTechnologyValue: type: number description: 'Software and technology bought or internally developed by the company; that meets criteria to be capitalized; Software and technology have future economic benefit to the company. Includes: Net book value if accumulated amortization is not reported' format: double nullable: true statutoryDepositsValue: type: number description: Amount of cash; cash equivalent; and other highly liquid asset reserves that the company is required to hold by law to reduce the risk of large investment losses and to provide payments to policyholders. format: double nullable: true stockOptionsWarrantsDeferredSharesConvertibleDebenturesLimitedPartnershipValue: type: number description: Value of instruments issued to investors in a Limited Partnership giving them the right to purchase the underlying security at a specific price within a given time period. format: double nullable: true stockOptionsWarrantsDeferredSharesConvertibleDebenturesValue: type: number description: 'Instruments giving holder the right to purchase the underlying security at a specific price within a given time period. Includes: stock options; convertible debentures; unearned employee stock options; ESOP shares; ESOP debt guarantees; put options over non-controlling interests; put option and related reserves to all items mentioned above.' format: double nullable: true stockSubscriptionValue: type: number description: Value of contracts requiring investors to purchase a set number of unissued shares from the company at a future date for a specific price. format: double nullable: true subordinatedDebtValue: type: number description: Debt which ranks after other classes of debt should a company fall into liquidation or bankruptcy; therefore making it more risky than unsubordinated debt. format: double nullable: true subordinatedUnitValue: type: number description: Carrying value of subordinated units. Subordinated units are securities representing a fractional part of the partnership interests of all limited partners and have the rights and obligations specified in the partnership agreement which does not include a common unit. format: double nullable: true surplusRevenueReserveValue: type: number description: Amount reserved out of retained earnings or profits retained by the company including general reserves format: double nullable: true taxesPayableCurrentValue: type: number description: 'Accrued tax liabilities that are due within one year or a normal operating cycle (whichever is longer). Includes: Income Tax payable' format: double nullable: true taxesPayableNonCurrentValue: type: number description: 'Accrued tax liabilities that are due beyond one year or a normal operating cycle (whichever is longer). Includes: Income tax payable' format: double nullable: true taxesPayableValue: type: number description: Liabilities reflecting the taxes owed to federal; provincial; and local tax authorities. format: double nullable: true taxesReceivableCurrentValue: type: number description: 'Carrying amount due from tax authorities as of the balance sheet date; representing refunds of overpayments or recoveries based on agreed-upon resolutions of disputes that will be realized within one year or a normal operating cycle (whichever is longer). Includes: indirect & direct recoverable tax' format: double nullable: true taxesReceivableNonCurrentValue: type: number description: 'Amount due from tax authorities as of the balance sheet date representing refunds of overpayments or recoveries based on agreed-upon resolutions of disputes that will not be realized within one year or a normal operating cycle (whichever is longer). Includes: All types of taxes receivable such as income tax receivable and value added tax receivable; indirect & direct recoverable tax' format: double nullable: true taxesReceivableValue: type: number description: Amount due from tax authorities as of the balance sheet date representing refunds of overpayments or recoveries based on agreed-upon resolutions of disputes. format: double nullable: true taxLiabilitiesCurrentValue: type: number description: Liabilities arising from deferred taxes and provisions for taxes that are payable within one year or a normal operating cycle (whichever is longer). format: double nullable: true taxLiabilitiesNonCurrentValue: type: number description: Liabilities arising from deferred taxes and provisions for taxes that are expected to be paid beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true taxLiabilitiesValue: type: number description: Total liabilities arising from deferred taxes and provisions for taxes. format: double nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' termDepositsValue: type: number description: Long-term deposit accounts; such as a savings account or certificate of deposit; that pay a fixed rate of interest until a given maturity date. Funds can only be withdrawn after the maturity date or with proper notice. Short-term deposits would be classified as a cash equivalent. format: double nullable: true totalAssetsValue: type: number description: Sum of all assets; as recorded in the Balance Sheet. format: double nullable: true totalCurrentAssetsValue: type: number description: Sum of all assets that are expected to be realized in cash; sold or consumed within one year or a normal operating cycle (whichever is longer). format: double nullable: true totalCurrentLiabilitiesValue: type: number description: Sum of all liabilities/obligations that are expected to be repaid within one year or a normal operating cycle (whichever is longer). format: double nullable: true totalDepositsAssetsValue: type: number description: Sum of deposits made under assumed reinsurance contracts; deposits paid for business and fixed assets; statutory deposits; pledged deposits at banks; term deposits; and other deposit assets. format: double nullable: true totalDepositsValue: type: number description: Sum of deposits by banks and institutions; deposits by customers; non-interest-bearing/demand deposits; interest-bearing/time/savings deposits; and deposit certificates. format: double nullable: true totalEquityAsReportedSupplementalValue: type: number description: Ownership interest in a corporation in the form of common stock or preferred stock. It also refers to total assets minus total liabilities. This value represents Total Equity as reported by the company. format: double nullable: true totalEquityValue: type: number description: Equity attributable to stockholders and non-controlling/minority interests. format: double nullable: true totalInvestmentsValue: type: number description: Total of all investments; including long term equity investments; investments in financial assets; etc. format: double nullable: true totalLiabilitiesAsReportedSupplementalValue: type: number description: Total value of all the current liabilities; long term debt; and any other miscellaneous liabilities the company may have. This value represents Total Liabilities as reported by the company. format: double nullable: true totalLiabilitiesValue: type: number description: Total value of all liabilities recorded by the company. format: double nullable: true totalLongTermInvestmentsValue: type: number description: Total of all investments; including long term equity investment; investment in financial assets and so on. format: double nullable: true totalNonCurrentAssetsValue: type: number description: Sum of all assets that are expected to be realized in cash; sold or consumed after one year or beyond the normal operating cycle. format: double nullable: true totalNonCurrentLiabilitiesValue: type: number description: Sum of all liabilities/obligations that are expected to be repaid after one year or a normal operating cycle (whichever is longer). format: double nullable: true totalPartnershipCapitalValue: type: number description: Ownership interest of different classes of partners in a publicly listed limited partnership or master limited partnership company. Partners include general; limited and preferred partners. format: double nullable: true tradeAccountsPayableCurrentValue: type: number description: Claims of trade creditors for unpaid goods or services that are due within one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeAccountsPayableNonCurrentValue: type: number description: Claims of trade creditors for unpaid goods or services that are due beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeAccountsPayableValue: type: number description: Amounts billed to a company by its suppliers for goods delivered to or services consumed by the company in the ordinary course of business. format: double nullable: true tradeAccountsReceivableCurrentValue: type: number description: 'Net value of amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business. Includes: Billed Receivables' format: double nullable: true tradeAccountsReceivableNonCurrentValue: type: number description: Amount due from customers or clients in more than one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business. format: double nullable: true tradeAccountsReceivableValue: type: number description: 'Amount due from customers or clients for products or services that have been delivered or sold in the normal course of business. Includes: premiums receivable and insurance receivable' format: double nullable: true tradeAndOtherPayablesCurrentValue: type: number description: Sum of all payables owed; due for payment within one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeAndOtherPayablesNonCurrentValue: type: number description: Sum of all payables owed; due for payment beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeAndOtherPayablesValue: type: number description: Total of all payables owed by the company. format: double nullable: true tradeAndOtherReceivablesCurrentValue: type: number description: 'Amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business and/or other receivables. Includes: Rent Receivables' format: double nullable: true tradeAndOtherReceivablesNonCurrentValue: type: number description: 'Amount due from customers or clients in more than one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business and/or other receivables. Includes: Rental Receivables' format: double nullable: true trademarksAndPatentsValue: type: number description: 'Trademarks represent brand names; logos; etc. that have value and economic benefit to the company. Patents are licenses granted by the government that give the holder exclusive rights to a process; design; or new invention for a designated period of time. Includes: Net book value if accumulated amortization is not reported' format: double nullable: true tradeNotesPayableCurrentValue: type: number description: Amount due on trade notes within one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeNotesPayableNonCurrentValue: type: number description: Amount due on trade notes beyond one year or a normal operating cycle (whichever is longer). format: double nullable: true tradingAndFinancialLiabilitiesValue: type: number description: Sum of the carrying values as of the balance sheet date of all financial liabilities held for trading or designated as fair value through profit and loss; debt and capital lease obligations; underwriting securities liabilities; and derivative and hedging liabilities. format: double nullable: true tradingListedInvestmentsCurrentValue: type: number description: Debt and equity investments that the company intends to trade for a profit in the near term. Held on the balance sheet at fair value; and both realized and unrealized gains flow to the income statement. format: double nullable: true tradingLoanValue: type: number description: Trading loans represents the financing option of trading loans used by banks. format: double nullable: true tradingSecuritiesAssetsNonCurrentValue: type: number description: Debt and equity investments that the company intends to trade for a profit at some point beyond one year. Held on the balance sheet at fair value; and both realized and unrealized gains flow to the income statement. format: double nullable: true tradingSecuritiesAssetsValue: type: number description: Carrying value of trading securities/assets. Recorded at the price in effect when these securities were purchased or sold. format: double nullable: true transferToFromReservesProvisionsValue: type: number description: Amount from retained earnings set aside as reserves or provisions. format: double nullable: true treasuryBillsAndOtherEligibleBillsValue: type: number description: Short-term debt obligation backed by the U.S. government with a maturity of less than one year. format: double nullable: true treasuryStockForCommonStockValue: type: number description: Value of Common/Ordinary stock reacquired or repurchased by the company. format: double nullable: true treasuryStockForPreferredStockValue: type: number description: Value of Preferred stock reacquired or repurchased by the company. format: double nullable: true treasuryStockValue: type: number description: Value of common stock reacquired or repurchased by the company. format: double nullable: true treasuryUnitValue: type: number description: Carrying value of units of the partnership's capital that have been issued and repurchased by the partnership; which have not been retired or canceled. format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unallocatedSurplusValue: type: number description: Annual excesses of premiums and investment returns over claim payments; operating expenses and the change in policyholder provisions. format: double nullable: true undatedLoanCapitalValue: type: number description: Type of subordinated debt without a fixed date. format: double nullable: true underwritingSecuritiesLiabilitiesValue: type: number description: Liabilities related to the underwriting business; in which the company helps clients to find investors and distribute the securities for public offering. If there are not enough investors; the company has to hold the securities itself. format: double nullable: true unearnedIncomeValue: type: number description: Income received but not yet earned; which is netted against the total loan. format: double nullable: true unearnedPremiumsLiabilitiesReservesValue: type: number description: Premiums to be earned in future years in relation to the insurance coverage provided. format: double nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true unpaidLossAndLossAdjustmentReservesValue: type: number description: Reserves set aside for unpaid losses and the cost of investigation and adjusting for losses. format: double nullable: true utilityPlantValue: type: number description: 'Total gross book value of the company''s utility plants and facilities. For example: water plant; electric generation plant; natural gas plant and common utility plant. Includes: Net book value if accumulated depreciation is not reported' format: double nullable: true waterUtilityPlantValue: type: number description: 'Cost of plants and facilities that provide water and/or waste water systems. For example: wells; reservoirs; pumping stations; control facilities; waste treatment and disposal facilities and equipment. Includes: Waste water systems that consist of waste treatment and disposal facility and equipment; Net book value if accumulated depreciation is not reported' format: double nullable: true workInProcessValue: type: number description: Work or goods; in the process of being manufactured but not yet completed as finished goods. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: boolean description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputBalanceSheet OutputAggregationResidualRiskAndReturnSensitivity: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true alpha120MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true alpha120MonthValue: type: number description: 'The aggregated value of 120-Month Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 120-Month Alpha: A measure of excess return of a company''s security over a 120-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s total return; including dividends; as input for the calculation.' format: double nullable: true alpha36MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true alpha36MonthValue: type: number description: 'The aggregated value of 36-Month Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 36-Month Alpha: A measure of excess return of a company''s security over a 36-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s total return; including dividends; as input for the calculation.' format: double nullable: true alpha48MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true alpha48MonthValue: type: number description: 'The aggregated value of 48-Month Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 48-Month Alpha: A measure of excess return of a company''s security over a 48-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s total return; including dividends; as input for the calculation.' format: double nullable: true alpha60MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true alpha60MonthValue: type: number description: 'The aggregated value of 60-Month Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 60-Month Alpha: A measure of excess return of a company''s security over a 60-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s total return; including dividends; as input for the calculation.' format: double nullable: true beta120MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true beta120MonthValue: type: number description: 'The aggregated value of 120-Month Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 120-Month Beta: A measure of the volatility; or systematic risk; of a company''s security over a 120-month period in comparison to the market as a whole. The beta uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta36MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true beta36MonthValue: type: number description: 'The aggregated value of 36-Month Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 36-Month Beta: A measure of the volatility; or systematic risk; of a company''s security over a 36-month period in comparison to the market as a whole. The beta uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta48MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true beta48MonthValue: type: number description: 'The aggregated value of 48-Month Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 48-Month Beta: A measure of the volatility; or systematic risk; of a company''s security over a 48-month period in comparison to the market as a whole. The beta uses a company''s total return; including dividends; as input for the calculation.: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta60MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true beta60MonthValue: type: number description: 'The aggregated value of 60-Month Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 60-Month Beta: A measure of the volatility; or systematic risk; of a company''s security over a 60-month period in comparison to the market as a whole. The beta uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendAlpha120MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendAlpha120MonthValue: type: number description: 'The aggregated value of 120-Month Non-Dividend Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 120-Month Non-Dividend Alpha: A measure of excess return of a company''s security over a 120-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s price return; excluding dividends; as input for the calculation.' format: double nullable: true nonDividendAlpha36MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendAlpha36MonthValue: type: number description: 'The aggregated value of 36-Month Non-Dividend Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 36-Month Non-Dividend Alpha: A measure of excess return of a company''s security over a 36-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s price return; excluding dividends; as input for the calculation.' format: double nullable: true nonDividendAlpha48MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendAlpha48MonthValue: type: number description: 'The aggregated value of 48-Month Non-Dividend Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 48-Month Non-Dividend Alpha: A measure of excess return of a company''s security over a 48-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s price return; excluding dividends; as input for the calculation.' format: double nullable: true nonDividendAlpha60MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendAlpha60MonthValue: type: number description: 'The aggregated value of 60-Month Non-Dividend Alpha; is derived using all eligible companies who are constituents in the specified Morningstar Index. 60-Month Non-Dividend Alpha: A measure of excess return of a company''s security over a 60-month period relative to the return of a benchmark index that is considered to represent the market''s movement as a whole. The alpha uses a company''s price return; excluding dividends; as input for the calculation.' format: double nullable: true nonDividendBeta120MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendBeta120MonthValue: type: number description: 'The aggregated value of 120-Month Non-Dividend Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 120-Month Non-Dividend Beta: A measure of the volatility; or systematic risk; of a company''s security over a 120-month period in comparison to the market as a whole. The beta uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta36MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendBeta36MonthValue: type: number description: 'The aggregated value of 36-Month Non-Dividend Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 36-Month Non-Dividend Beta: A measure of the volatility; or systematic risk; of a company''s security over a 36-month period in comparison to the market as a whole. The beta uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta48MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendBeta48MonthValue: type: number description: 'The aggregated value of 48-Month Non-Dividend Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 48-Month Non-Dividend Beta: A measure of the volatility; or systematic risk; of a company''s security over a 48-month period in comparison to the market as a whole. The beta uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta60MonthNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true nonDividendBeta60MonthValue: type: number description: 'The aggregated value of 60-Month Non-Dividend Beta; is derived using all eligible companies who are constituents in the specified Morningstar Index. 60-Month Non-Dividend Beta: A measure of the volatility; or systematic risk; of a company''s security over a 60-month period in comparison to the market as a whole. The beta uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true countryCode: type: string description: '' nullable: true additionalProperties: false title: OutputAggregationResidualRiskAndReturnSensitivity ResponseEsgFundLevelProductInvolvement: type: object properties: esgFundLevelProductInvolvement: $ref: '#/components/schemas/OutputEsgFundLevelProductInvolvement' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputYieldsHistorical: type: object properties: _12MoYield: type: number description: '' format: double nullable: true aggregated12MonthYield: type: number description: '' format: double nullable: true aggregatedSecYield: type: number description: '' format: double nullable: true dividendYield12Month: type: number description: '' format: double nullable: true navUnweightedDailyIncomeAndCapitalGainYield: type: number description: '' format: double nullable: true navUnweightedDailyIncomeOnlyYield: type: number description: '' format: double nullable: true navUnweightedDailyTotalDistributionYield: type: number description: '' format: double nullable: true navWeightedDailyIncomeAndCapitalGainYield: type: number description: '' format: double nullable: true navWeightedDailyIncomeOnlyYield: type: number description: '' format: double nullable: true navWeightedDailyTotalDistributionYield: type: number description: '' format: double nullable: true priceUnweightedDailyIncomeAndCapitalGainYield: type: number description: '' format: double nullable: true priceUnweightedDailyIncomeOnlyYield: type: number description: '' format: double nullable: true priceUnweightedDailyTotalDistributionYield: type: number description: '' format: double nullable: true priceWeightedDailyIncomeAndCapitalGainYield: type: number description: '' format: double nullable: true priceWeightedDailyIncomeOnlyYield: type: number description: '' format: double nullable: true priceWeightedDailyTotalDistributionYield: type: number description: '' format: double nullable: true secYieldRescalingFactor: type: number description: '' format: double nullable: true sitcaYield: type: number description: '' format: double nullable: true additionalProperties: false title: OutputYieldsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. ResponseIndexLevelsPriceTimeSeries: type: object properties: indexLevelsPriceTimeSeries: $ref: '#/components/schemas/OutputIndexLevelsPriceTimeSeries' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputOwnershipDataMutualFund: type: object properties: countryId: type: string description: '' nullable: true numberOfShares: type: number description: '' format: double nullable: true ownerName: type: string description: '' nullable: true percentageOwnership: type: string description: '' nullable: true portfolioDate: type: string description: '' nullable: true ticker: type: string description: '' nullable: true secId: type: string description: '' nullable: true marketValue: type: integer description: '' format: int32 nullable: true shareChange: type: integer description: '' format: int32 nullable: true percentageInPortfolio: type: number description: '' format: double nullable: true portfolioCurrencyId: type: string description: '' nullable: true percentChangeFromPriorPort: type: number description: '' format: double nullable: true previousPortfolioDate: type: string description: '' nullable: true shareClassName: type: string description: '' nullable: true additionalProperties: false title: OutputOwnershipDataMutualFund ResponseNetAssetsMonthEndMostRecent: type: object properties: netAssetsMonthEndMostRecent: $ref: '#/components/schemas/OutputNetAssetsMonthEndMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMargins: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true earningsBeforeTaxMargin: type: number description: This ratio represents the value of a company's pretax income relative to its total revenue. This can be used to measure a company's profitability. This is calculated using Pretax Income divided by Total Revenue. format: double nullable: true ebitaMargin: type: number description: This ratio represents the value of a company's EBITA relative to its total revenue. This can be used to measure a company's profitability. This is calculated using EBITA divided by Total Revenue. format: double nullable: true ebitdaMargin: type: number description: This ratio represents the value of a company's EBITDA relative to its total revenue. This can be used to measure a company's profitability. This is calculated using EBITDA divided by Total Revenue. format: double nullable: true ebitdarMargin: type: number description: This ratio represents the value of a company's EBITDAR relative to its total revenue. This can be used to measure a company's profitability. This is calculated using EBITDAR divided by Total Revenue. format: double nullable: true ebitMargin: type: number description: This ratio represents the value of a company's EBIT relative to its total revenue. This can be used to measure a company's profitability. This is calculated using Earnings Before Interest and Tax divided by Total Revenue. format: double nullable: true excessCashMargin: type: number description: This ratio represents the value of a company's excess cash relative to its total revenue. This can be used to measure a company's profitability. This is calculated using (Cash Flow from Operating Activities Used for Calculations - Total Operating Profit/Loss) / Total Revenue format: double nullable: true grossMargin: type: number description: This ratio represents the value a company's gross profit relative to its total revenue. This can be used to measure a company's profitability. This is calculated using Gross Profit divided by Total Revenue. format: double nullable: true netProfitMargin: type: number description: This calculation represents the value of a company's net income relative to its total revenue. This can be used to measure a company's profitability. This is calculated using Net Income from Continuing Operations divided by Total Revenue. format: double nullable: true normalizedEbitdaMargin: type: number description: This ratio represents the value of a company's normalized EBITDA relative to its total revenue. This can be used to fairly measure a company's profitability. This is calculated using Normalized EBITDA divided by Total Revenue. format: double nullable: true normalizedEbitdarMargin: type: number description: This ratio represents the value of a company's normalized EBITDAR relative to its total revenue. This can be used to fairly measure a company's profitability. This is calculated using Normalized EBITDAR divided by Total Revenue. format: double nullable: true normalizedEbitMargin: type: number description: This ratio represents the value of a company's normalized EBIT relative to its total revenue. This can be used to fairly measure a company's profitability. This is calculated using Normalized EBIT divided by Total Revenue. format: double nullable: true normalizedNetProfitMargin: type: number description: This ratio represents the value of a company's normalized income relative to its total revenue. This can be used to fairly measure a company's profitability. This is calculated using Normalized Income divided by Total Revenue. format: double nullable: true operatingMargin: type: number description: This ratio represents the value of a company's operating profit/loss relative to its total revenue. This can be used to measure the profitability of a company's core operations. This is calculated using Total Operating Profit/Loss divided by Total Revenue. format: double nullable: true sellingGeneralAdministrativeExpenseMargin: type: number description: This ratio represents the value of a company's selling; general and administrative expenses relative to its total revenue. This can be used to measure a company's profitability. This is calculated using SG&A Expenses divided by Total Revenue. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputMargins OutputVotingReport: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its financial statements. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true annualGeneralMeetingRecordDate: type: string description: Indicates the date established by an issuer of a security for the purpose of determining the holders who are entitled to take part in the annual general meeting. nullable: true description: type: string description: '' nullable: true companyTotalShareOutstanding: type: integer description: This value represents the aggregate number of shares outstanding for a company. These values are reported by the company itself; with the most common source of this information being from the regulatory filings. format: int32 nullable: true companyTotalVoting: type: integer description: Total voting power at the company level. This figure is the aggregated voting power of each of the specific investments the company may have format: int32 nullable: true investmentTotalSharesOutstanding: type: integer description: The shares outstanding value reported by the company for a particular share class. The most common source of this information is from the company's regulatory filings. format: int32 nullable: true investmentTotalVotingPower: type: integer description: The total voting power of a specific investment. This is determined by multiplying the Investment's Total Shares Outstanding by the Investment's Vote Per Share. format: int32 nullable: true isPublicInvestment: $ref: '#/components/schemas/CodeMappingBoolean' reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true votePerShare: type: number description: Vote per share indicates the number of votes the shareholder is entitled to; for each individual share they hold. Shareholders vote on matters such as shareholder proposals; compensation plans; director election; etc. format: double nullable: true additionalProperties: false title: OutputVotingReport ResponseStrategicBeta: type: object properties: strategicBeta: $ref: '#/components/schemas/OutputStrategicBeta' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMetadataMessages_3: type: object properties: type: type: string nullable: true code: type: string nullable: true investments: type: array items: $ref: '#/components/schemas/OutputInvalidInvestments_3' nullable: true message: type: string nullable: true additionalProperties: false title: OutputMetadataMessages description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgCompanyLevel2DataCarbonEmissions: type: object properties: carbonEmissionsFiscalYear: type: integer description: '' format: int32 nullable: true carbonEmissionsSource: $ref: '#/components/schemas/CodeMappingString' carbonIntensity: type: number description: '' format: double nullable: true carbonIntensityScope12and3: type: number description: '' format: double nullable: true carbonScope1Emissions: type: number description: '' format: double nullable: true carbonScope1EmissionsSourceType: $ref: '#/components/schemas/CodeMappingString' carbonScope2Emissions: type: number description: '' format: double nullable: true carbonScope2EmissionsSourceType: $ref: '#/components/schemas/CodeMappingString' carbonScope3Emissions: type: number description: '' format: double nullable: true carbonScope3EmissionsSourceType: $ref: '#/components/schemas/CodeMappingString' carbonTotalEmissions: type: number description: '' format: double nullable: true carbonTotalEmissionsScope12and3: type: number description: '' format: double nullable: true carbonTotalRevenuesMlnUsd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgCompanyLevel2DataCarbonEmissions description: All fields are nullable. Empty or `null` value fields are not returned. InputViewEquityFinancials: title: InputViewEquityFinancials description: View input when `viewId=equity-financials`. `reportType` and `period` are required. `numberOfMonths` is optional. For financial segmentation data, `segmentType` is required. type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-financials parameters: $ref: '#/components/schemas/InputViewParametersEquityFinancials' OutputTrailingTotalReturnForDayEndForDistribution: type: object properties: returnCumulative5Year: type: number description: '' format: double nullable: true returnCumulative10Year: type: number description: '' format: double nullable: true returnCumulative15Year: type: number description: '' format: double nullable: true returnCumulative3Year: type: number description: '' format: double nullable: true additionalProperties: false title: OutputTrailingTotalReturnForDayEndForDistribution description: All fields are nullable. Empty or `null` value fields are not returned. OutputPreferredStockSchedulePaymentDate: type: object properties: scheduledDay: type: integer description: The date when the company plans to pay the dividend to its preferred stock holders format: int32 nullable: true scheduledMonth: type: integer description: The month when the company plans to pay the dividend to its preferred stock holders format: int32 nullable: true additionalProperties: false title: OutputPreferredStockSchedulePaymentDate ResponseCountryAndRegionalExposureBreakdown: type: object properties: countryAndRegionalExposureBreakdown: $ref: '#/components/schemas/OutputCountryAndRegionalExposureBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputFloatMarketCapital: type: object properties: asOfDate: type: string description: The calendar date when the market price was udpated nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' floatMarketCapitalCompanyLevel: type: integer description: The most current float-adjusted company level market capital derived by the summation of float-adjusted share-level market capital of the company's primary share classes; It has the same currency as the trading currency of the share class. format: int64 nullable: true floatMarketCapitalShareLevel: type: integer description: The most current float-adjusted share class-level market capital derived by the most recent closing price for a particular share class multiplied by the most recent float shares for that particular share class; It has the same currency as the trading currency of the share class format: int64 nullable: true additionalProperties: false title: OutputFloatMarketCapital OutputRiskStatistics: type: object properties: trackingVolatility: type: number description: '' format: double nullable: true estimatedHoldingCost: type: number description: '' format: double nullable: true marketImpactCost: type: number description: '' format: double nullable: true portfolioConcentration: type: number description: '' format: double nullable: true trackingVolatilityDate: type: string description: '' nullable: true marketImpactCostDate: type: string description: '' nullable: true estimatedHoldingCostDate: type: string description: '' nullable: true portfolioConcentrationDate: type: string description: '' nullable: true stdDevDailyDate: type: string description: '' nullable: true stdDevDaily3MoMoEnd: type: number description: '' format: double nullable: true stdDevDaily6MoMoEnd: type: number description: '' format: double nullable: true stdDevDaily1YrMoEnd: type: number description: '' format: double nullable: true stdDevDaily3YrMoEnd: type: number description: '' format: double nullable: true riskDateQtrEnd: type: string description: '' nullable: true relativeGrossReturnRiskStatisticsEndDateQrtEnd: type: string description: '' nullable: true alphaGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true alphaGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true alphaGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true alphaGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true alphaGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true alphaGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true battingAverageGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true betaGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true correlationGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true downsideCaptureRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true informationRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true rSquaredGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true trackingErrorGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true treynorRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true upsideCaptureRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true absoluteGrossReturnRiskStatisticsEndDateQrtEnd: type: string description: '' nullable: true arithmeticMeanGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true arithmeticMeanGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true arithmeticMeanGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true arithmeticMeanGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true arithmeticMeanGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true arithmeticMeanGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true kurtosisGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn1yrQtrEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn3yrQtrEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn5yrQtrEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn10yrQtrEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn15yrQtrEnd: type: number description: '' format: double nullable: true maxDrawdownGrossReturn20yrQtrEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true sharpeRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true skwenessGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn1yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn3yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn5yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true sortinoRatioGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn10yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn15yrQrtEnd: type: number description: '' format: double nullable: true standardDeviationGrossReturn20yrQrtEnd: type: number description: '' format: double nullable: true best3MonthsGrossReturnSinceInceptionQtrEnd: type: number description: '' format: double nullable: true best3MonthsGrossReturnSinceInceptionEndDateQtrEnd: type: string description: '' nullable: true worst3MonthsGrossReturnSinceInceptionQtrEnd: type: number description: '' format: double nullable: true worst3MonthsGrossReturnSinceInceptionEndDateQtrEnd: type: string description: '' nullable: true standardDeviationOfYearlyDistributionsFixedInvestment5YearMoEnd: type: number description: '' format: double nullable: true riskCurrency: $ref: '#/components/schemas/CodeMappingString' riskFreeRateId: type: string description: '' nullable: true mptIndexId: type: string description: '' nullable: true mptRiskFreeRate: type: string description: '' nullable: true standardDeviationOfAccountsInComposite: type: number description: '' format: double nullable: true alpha1YrMoEnd: type: number description: '' format: double nullable: true alpha3YrMoEnd: type: number description: '' format: double nullable: true alpha5YrMoEnd: type: number description: '' format: double nullable: true alpha10YrMoEnd: type: number description: '' format: double nullable: true bestFitAlpha3YrMoEnd: type: number description: '' format: double nullable: true bestFitBeta3YrMoEnd: type: number description: '' format: double nullable: true bestFitRSquared3YrMoEnd: type: number description: '' format: double nullable: true bestFitIndex3YrMoEnd: type: string description: '' nullable: true beta1YrMoEnd: type: number description: '' format: double nullable: true beta3YrMoEnd: type: number description: '' format: double nullable: true beta5YrMoEnd: type: number description: '' format: double nullable: true beta10YrMoEnd: type: number description: '' format: double nullable: true sharpeRatio1YrMoEnd: type: number description: '' format: double nullable: true sharpeRatio3YrMoEnd: type: number description: '' format: double nullable: true sharpeRatio5YrMoEnd: type: number description: '' format: double nullable: true sharpeRatio10YrMoEnd: type: number description: '' format: double nullable: true stdDev1YrMoEnd: type: number description: '' format: double nullable: true stdDev3YrMoEnd: type: number description: '' format: double nullable: true stdDev5YrMoEnd: type: number description: '' format: double nullable: true stdDev10YrMoEnd: type: number description: '' format: double nullable: true rSquared1YrMoEnd: type: number description: '' format: double nullable: true rSquared3YrMoEnd: type: number description: '' format: double nullable: true rSquared5YrMoEnd: type: number description: '' format: double nullable: true rSquared10YrMoEnd: type: number description: '' format: double nullable: true riskDateMoEnd: type: string description: '' nullable: true arithmeticMean1YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMoEnd: type: number description: '' format: double nullable: true stdDev15YrMoEnd: type: number description: '' format: double nullable: true skewness1YrMoEnd: type: number description: '' format: double nullable: true skewness3YrMoEnd: type: number description: '' format: double nullable: true riskDateMktRetMoEnd: type: string description: '' nullable: true riskDateMktRetQtrEnd: type: string description: '' nullable: true skewness5YrMoEnd: type: number description: '' format: double nullable: true skewness10YrMoEnd: type: number description: '' format: double nullable: true skewness15YrMoEnd: type: number description: '' format: double nullable: true kurtosis1YrMoEnd: type: number description: '' format: double nullable: true kurtosis3YrMoEnd: type: number description: '' format: double nullable: true kurtosis5YrMoEnd: type: number description: '' format: double nullable: true kurtosis10YrMoEnd: type: number description: '' format: double nullable: true kurtosis15YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean1YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean1YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio15YrMoEnd: type: number description: '' format: double nullable: true sortinoRatio1YrMoEnd: type: number description: '' format: double nullable: true sortinoRatio3YrMoEnd: type: number description: '' format: double nullable: true sortinoRatio5YrMoEnd: type: number description: '' format: double nullable: true sortinoRatio10YrMoEnd: type: number description: '' format: double nullable: true sortinoRatio15YrMoEnd: type: number description: '' format: double nullable: true alpha15YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean3YrMktRetQtrEnd: type: number description: '' format: double nullable: true beta15YrMoEnd: type: number description: '' format: double nullable: true rSquared15YrMoEnd: type: number description: '' format: double nullable: true treynorRatio1YrMoEnd: type: number description: '' format: double nullable: true treynorRatio3YrMoEnd: type: number description: '' format: double nullable: true treynorRatio5YrMoEnd: type: number description: '' format: double nullable: true treynorRatio10YrMoEnd: type: number description: '' format: double nullable: true treynorRatio15YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean5YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError1YrMoEnd: type: number description: '' format: double nullable: true trackingError3YrMoEnd: type: number description: '' format: double nullable: true trackingError5YrMoEnd: type: number description: '' format: double nullable: true trackingError10YrMoEnd: type: number description: '' format: double nullable: true trackingError15YrMoEnd: type: number description: '' format: double nullable: true informationRatio1YrMoEnd: type: number description: '' format: double nullable: true informationRatio3YrMoEnd: type: number description: '' format: double nullable: true informationRatio5YrMoEnd: type: number description: '' format: double nullable: true informationRatio10YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean10YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio15YrMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio1YrMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio3YrMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio5YrMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio10YrMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio15YrMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio1YrMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio3YrMoEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMktRetMoEnd: type: number description: '' format: double nullable: true arithmeticMean15YrMktRetQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio5YrMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio10YrMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio15YrMoEnd: type: number description: '' format: double nullable: true battingAverage1YrMoEnd: type: number description: '' format: double nullable: true battingAverage3YrMoEnd: type: number description: '' format: double nullable: true battingAverage5YrMoEnd: type: number description: '' format: double nullable: true battingAverage10YrMoEnd: type: number description: '' format: double nullable: true battingAverage15YrMoEnd: type: number description: '' format: double nullable: true stdDev1YrMktRetMoEnd: type: number description: '' format: double nullable: true stdDev1YrMktRetQtrEnd: type: number description: '' format: double nullable: true stdDev3YrMktRetMoEnd: type: number description: '' format: double nullable: true stdDev3YrMktRetQtrEnd: type: number description: '' format: double nullable: true arithmeticMean1YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean3YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean5YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean10YrQtrEnd: type: number description: '' format: double nullable: true arithmeticMean15YrQtrEnd: type: number description: '' format: double nullable: true stdDev1YrQtrEnd: type: number description: '' format: double nullable: true stdDev3YrQtrEnd: type: number description: '' format: double nullable: true stdDev5YrQtrEnd: type: number description: '' format: double nullable: true stdDev10YrQtrEnd: type: number description: '' format: double nullable: true stdDev5YrMktRetMoEnd: type: number description: '' format: double nullable: true stdDev5YrMktRetQtrEnd: type: number description: '' format: double nullable: true stdDev15YrQtrEnd: type: number description: '' format: double nullable: true skewness1YrQtrEnd: type: number description: '' format: double nullable: true skewness3YrQtrEnd: type: number description: '' format: double nullable: true skewness5YrQtrEnd: type: number description: '' format: double nullable: true skewness10YrQtrEnd: type: number description: '' format: double nullable: true skewness15YrQtrEnd: type: number description: '' format: double nullable: true kurtosis1YrQtrEnd: type: number description: '' format: double nullable: true kurtosis3YrQtrEnd: type: number description: '' format: double nullable: true stdDev10YrMktRetMoEnd: type: number description: '' format: double nullable: true stdDev10YrMktRetQtrEnd: type: number description: '' format: double nullable: true stdDev15YrMktRetMoEnd: type: number description: '' format: double nullable: true stdDev15YrMktRetQtrEnd: type: number description: '' format: double nullable: true skewness1YrMktRetMoEnd: type: number description: '' format: double nullable: true skewness1YrMktRetQtrEnd: type: number description: '' format: double nullable: true skewness3YrMktRetMoEnd: type: number description: '' format: double nullable: true skewness3YrMktRetQtrEnd: type: number description: '' format: double nullable: true skewness5YrMktRetMoEnd: type: number description: '' format: double nullable: true skewness5YrMktRetQtrEnd: type: number description: '' format: double nullable: true skewness10YrMktRetMoEnd: type: number description: '' format: double nullable: true skewness10YrMktRetQtrEnd: type: number description: '' format: double nullable: true skewness15YrMktRetMoEnd: type: number description: '' format: double nullable: true skewness15YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis1YrMktRetMoEnd: type: number description: '' format: double nullable: true kurtosis1YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis3YrMktRetMoEnd: type: number description: '' format: double nullable: true kurtosis3YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis5YrMktRetMoEnd: type: number description: '' format: double nullable: true kurtosis5YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis10YrMktRetMoEnd: type: number description: '' format: double nullable: true kurtosis10YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis15YrMktRetMoEnd: type: number description: '' format: double nullable: true kurtosis15YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true sharpeRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio3YrMktRetMoEnd: type: number description: '' format: double nullable: true sharpeRatio3YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio5YrMktRetMoEnd: type: number description: '' format: double nullable: true sharpeRatio5YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true sharpeRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true sharpeRatio15YrMktRetMoEnd: type: number description: '' format: double nullable: true sharpeRatio15YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true sortinoRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio3YrMktRetMoEnd: type: number description: '' format: double nullable: true sortinoRatio3YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio5YrMktRetMoEnd: type: number description: '' format: double nullable: true sortinoRatio5YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true sortinoRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio15YrMktRetMoEnd: type: number description: '' format: double nullable: true sortinoRatio15YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha1YrMktRetMoEnd: type: number description: '' format: double nullable: true alpha1YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha3YrMktRetMoEnd: type: number description: '' format: double nullable: true alpha3YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha5YrMktRetMoEnd: type: number description: '' format: double nullable: true alpha5YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha10YrMktRetMoEnd: type: number description: '' format: double nullable: true alpha10YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha15YrMktRetMoEnd: type: number description: '' format: double nullable: true alpha15YrMktRetQtrEnd: type: number description: '' format: double nullable: true kurtosis5YrQtrEnd: type: number description: '' format: double nullable: true kurtosis10YrQtrEnd: type: number description: '' format: double nullable: true kurtosis15YrQtrEnd: type: number description: '' format: double nullable: true sharpeRatio1YrQtrEnd: type: number description: '' format: double nullable: true sharpeRatio3YrQtrEnd: type: number description: '' format: double nullable: true sharpeRatio5YrQtrEnd: type: number description: '' format: double nullable: true sharpeRatio10YrQtrEnd: type: number description: '' format: double nullable: true sharpeRatio15YrQtrEnd: type: number description: '' format: double nullable: true beta1YrMktRetMoEnd: type: number description: '' format: double nullable: true beta1YrMktRetQtrEnd: type: number description: '' format: double nullable: true sortinoRatio1YrQtrEnd: type: number description: '' format: double nullable: true sortinoRatio3YrQtrEnd: type: number description: '' format: double nullable: true sortinoRatio5YrQtrEnd: type: number description: '' format: double nullable: true sortinoRatio10YrQtrEnd: type: number description: '' format: double nullable: true sortinoRatio15YrQtrEnd: type: number description: '' format: double nullable: true alpha1YrQtrEnd: type: number description: '' format: double nullable: true alpha3YrQtrEnd: type: number description: '' format: double nullable: true alpha5YrQtrEnd: type: number description: '' format: double nullable: true alpha10YrQtrEnd: type: number description: '' format: double nullable: true beta3YrMktRetMoEnd: type: number description: '' format: double nullable: true beta3YrMktRetQtrEnd: type: number description: '' format: double nullable: true alpha15YrQtrEnd: type: number description: '' format: double nullable: true beta1YrQtrEnd: type: number description: '' format: double nullable: true beta3YrQtrEnd: type: number description: '' format: double nullable: true beta5YrQtrEnd: type: number description: '' format: double nullable: true beta10YrQtrEnd: type: number description: '' format: double nullable: true beta15YrQtrEnd: type: number description: '' format: double nullable: true rSquared1YrQtrEnd: type: number description: '' format: double nullable: true rSquared3YrQtrEnd: type: number description: '' format: double nullable: true beta5YrMktRetMoEnd: type: number description: '' format: double nullable: true beta5YrMktRetQtrEnd: type: number description: '' format: double nullable: true rSquared5YrQtrEnd: type: number description: '' format: double nullable: true rSquared10YrQtrEnd: type: number description: '' format: double nullable: true rSquared15YrQtrEnd: type: number description: '' format: double nullable: true treynorRatio1YrQtrEnd: type: number description: '' format: double nullable: true treynorRatio3YrQtrEnd: type: number description: '' format: double nullable: true treynorRatio5YrQtrEnd: type: number description: '' format: double nullable: true treynorRatio10YrQtrEnd: type: number description: '' format: double nullable: true treynorRatio15YrQtrEnd: type: number description: '' format: double nullable: true beta10YrMktRetMoEnd: type: number description: '' format: double nullable: true beta10YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError1YrQtrEnd: type: number description: '' format: double nullable: true trackingError3YrQtrEnd: type: number description: '' format: double nullable: true trackingError5YrQtrEnd: type: number description: '' format: double nullable: true trackingError10YrQtrEnd: type: number description: '' format: double nullable: true trackingError15YrQtrEnd: type: number description: '' format: double nullable: true informationRatio1YrQtrEnd: type: number description: '' format: double nullable: true informationRatio3YrQtrEnd: type: number description: '' format: double nullable: true informationRatio5YrQtrEnd: type: number description: '' format: double nullable: true informationRatio10YrQtrEnd: type: number description: '' format: double nullable: true beta15YrMktRetMoEnd: type: number description: '' format: double nullable: true beta15YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio15YrQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio1YrQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio3YrQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio5YrQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio10YrQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio15YrQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio1YrQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio3YrQtrEnd: type: number description: '' format: double nullable: true rSquared1YrMktRetMoEnd: type: number description: '' format: double nullable: true rSquared1YrMktRetQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio5YrQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio10YrQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio15YrQtrEnd: type: number description: '' format: double nullable: true battingAverage1YrQtrEnd: type: number description: '' format: double nullable: true battingAverage3YrQtrEnd: type: number description: '' format: double nullable: true battingAverage5YrQtrEnd: type: number description: '' format: double nullable: true battingAverage10YrQtrEnd: type: number description: '' format: double nullable: true battingAverage15YrQtrEnd: type: number description: '' format: double nullable: true rSquared3YrMktRetMoEnd: type: number description: '' format: double nullable: true rSquared3YrMktRetQtrEnd: type: number description: '' format: double nullable: true bestFitIndex3YrQtrEnd: type: string description: '' nullable: true bestFitAlpha3YrQtrEnd: type: string description: '' nullable: true bestFitBeta3YrQtrEnd: type: string description: '' nullable: true bestFitRSquared3YrQtrEnd: type: string description: '' nullable: true rSquared5YrMktRetMoEnd: type: number description: '' format: double nullable: true rSquared5YrMktRetQtrEnd: type: number description: '' format: double nullable: true rSquared10YrMktRetMoEnd: type: number description: '' format: double nullable: true rSquared10YrMktRetQtrEnd: type: number description: '' format: double nullable: true rSquared15YrMktRetMoEnd: type: number description: '' format: double nullable: true rSquared15YrMktRetQtrEnd: type: number description: '' format: double nullable: true treynorRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true treynorRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true treynorRatio3YrMktRetMoEnd: type: number description: '' format: double nullable: true treynorRatio3YrMktRetQtrEnd: type: number description: '' format: double nullable: true treynorRatio5YrMktRetMoEnd: type: number description: '' format: double nullable: true treynorRatio5YrMktRetQtrEnd: type: number description: '' format: double nullable: true treynorRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true treynorRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true treynorRatio15YrMktRetMoEnd: type: number description: '' format: double nullable: true treynorRatio15YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError1YrMktRetMoEnd: type: number description: '' format: double nullable: true trackingError1YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError3YrMktRetMoEnd: type: number description: '' format: double nullable: true trackingError3YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError5YrMktRetMoEnd: type: number description: '' format: double nullable: true trackingError5YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError10YrMktRetMoEnd: type: number description: '' format: double nullable: true trackingError10YrMktRetQtrEnd: type: number description: '' format: double nullable: true trackingError15YrMktRetMoEnd: type: number description: '' format: double nullable: true trackingError15YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true informationRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio3YrMktRetMoEnd: type: number description: '' format: double nullable: true informationRatio3YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio5YrMktRetMoEnd: type: number description: '' format: double nullable: true informationRatio5YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true informationRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true informationRatio15YrMktRetMoEnd: type: number description: '' format: double nullable: true informationRatio15YrMktRetQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio3YrMktRetMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio3YrMktRetQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio5YrMktRetMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio5YrMktRetQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true upsideCaptureRatio15YrMktRetMoEnd: type: number description: '' format: double nullable: true upsideCaptureRatio15YrMktRetQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio1YrMktRetMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio1YrMktRetQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio3YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio3YrMktRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio5YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio5YrMktRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio10YrMktRetMoEnd: type: number description: '' format: double nullable: true downsideCaptureRatio10YrMktRetQtrEnd: type: number description: '' format: double nullable: true downsideCaptureRatio15YrMktRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio15YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage1YrMktRetMoEnd: type: string description: '' nullable: true battingAverage1YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage3YrMktRetMoEnd: type: string description: '' nullable: true battingAverage3YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage5YrMktRetMoEnd: type: string description: '' nullable: true battingAverage5YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage10YrMktRetMoEnd: type: string description: '' nullable: true battingAverage10YrMktRetQtrEnd: type: string description: '' nullable: true battingAverage15YrMktRetMoEnd: type: string description: '' nullable: true battingAverage15YrMktRetQtrEnd: type: string description: '' nullable: true trackingError1MonthDailyReturnMoEnd: type: string description: '' nullable: true trackingError3MonthDailyReturnMoEnd: type: string description: '' nullable: true trackingError1YearDailyReturnMoEnd: type: string description: '' nullable: true trackingError3YearDailyReturnMoEnd: type: string description: '' nullable: true trackingError5YearDailyReturnMoEnd: type: string description: '' nullable: true trackingError10YearDailyReturnMoEnd: type: string description: '' nullable: true trackingError15YearDailyReturnMoEnd: type: string description: '' nullable: true trackingError20YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError1MonthDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError3MonthDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError1YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError3YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError5YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError10YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError15YearDailyReturnMoEnd: type: string description: '' nullable: true downsideTrackingError20YearDailyReturnMoEnd: type: string description: '' nullable: true monthlyDownsideTrackingError: type: string description: '' nullable: true quarterlyDownsideTrackingError: type: string description: '' nullable: true monthlyTrackingError: type: string description: '' nullable: true quarterlyTrackingError: type: string description: '' nullable: true standardRiskMeasureDate: type: string description: '' nullable: true standardRiskMeasure: $ref: '#/components/schemas/CodeMappingInt' zStatistic6MonthExPar: type: string description: '' nullable: true zStatistic1YearExPar: type: string description: '' nullable: true zStatistic3YearExPar: type: string description: '' nullable: true zStatistic1YearCumFair: type: string description: '' nullable: true zStatistic1YearCumPar: type: string description: '' nullable: true zStatistic1YearExFair: type: string description: '' nullable: true zStatistic3YearCumFair: type: string description: '' nullable: true zStatistic3YearCumPar: type: string description: '' nullable: true zStatistic5YearCumFair: type: string description: '' nullable: true zStatisticDate: type: string description: '' nullable: true beta10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true riskDateRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true stdDev10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true stdDev15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true riskDateRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true stdDev20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true stdDev10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true skewness20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true kurtosis1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true kurtosis5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true kurtosis10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true kurtosis15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true kurtosis20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sharpeRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sharpeRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sharpeRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sharpeRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sharpeRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true kurtosis20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true rSquared20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true downsideCaptureRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true sortinoRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true maxDrawdown1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true maxDrawdown3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true maxDrawdown5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true trackingError20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true maxDrawdown15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true maxDrawdown20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageGain1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageGain3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageGain5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true arithmeticMean20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sortinoRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true trackingError20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageGain15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageGain20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true averageLoss20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true correlation20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true upsideCaptureRatio20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio1YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio15YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage5YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true alpha1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true alpha3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true alpha5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true alpha10YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true alpha15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true alpha20YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true beta1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true beta3YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true beta5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true rSquared1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true treynorRatio15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true informationRatio5YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true downsideCaptureRatio1YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true battingAverage15YrRestatedLoadAdjRetMoEnd: type: string description: '' nullable: true stdDev3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true skewness20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true sharpeRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true maxDrawdown3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageGain3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true averageLoss20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true beta3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true correlation20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true treynorRatio10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true informationRatio3YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true upsideCaptureRatio20YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true battingAverage10YrRestatedLoadAdjRetQtrEnd: type: string description: '' nullable: true additionalProperties: false title: OutputRiskStatistics description: All fields are nullable. Empty or `null` value fields are not returned. OutputExecutiveOutstandingStockAndOptionAwards: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its annual financial statements. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' equityIncentivePlanAwardsMarketOrPayoutValueOfUnearnedSharesUnitsOrOtherRightsThatHaveNotVested: type: number description: Represents the market or payout value of unearned shares; units or other rights that have not vested yet. format: double nullable: true equityIncentivePlanAwardsNumberOfUnearnedSharesUnitsOrOtherRightsThatHaveNotVested: type: number description: Represents the number of unearned shares; units or other rights that have not vested. format: double nullable: true exercisePrice: type: number description: The price at which the underlying security can be purchased. The exercise price is determined at the time the contract is formed. format: double nullable: true expirationDate: type: string description: The day on which an options or futures contract is no longer valid and therefore ceases to exist; or the expiration date or expiry; which is the last date the option can be exercised. nullable: true grantDate: type: string description: The date an option or stock was granted. nullable: true marketValueOfSharesOrUnitsOfStockThatHaveNotVested: type: number description: Represents the market value of shares or units of stock that have not vested for the fiscal year. format: double nullable: true numberOfSecuritiesUnderlyingUnexercisedOptionsExercisable: type: integer description: Represents the number of underlying options that are exercisable. The Employee has the right to Exercise (Sell or Transfer) the Options; after the vesting period. format: int64 nullable: true numberOfSecuritiesUnderlyingUnexercisedOptionsUnexercisable: type: integer description: Represents the number of underlying options that are unexercisable. The Employee does not have the right to Exercise (Sell or Transfer) the Options; after the Vesting Period. format: int64 nullable: true numberOfSecuritiesUnderlyingUnexercisedUnearnedOptions: type: number description: Represents the number of unexercised; unearned options during the fiscal year. format: double nullable: true numberOfSharesOrUnitsOfStockThatHaveNotVested: type: integer description: Represents the number of shares or units of stock that have not vested during the fiscal year. format: int64 nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true transactionId: type: string description: A unique identifier assigned to each transaction. nullable: true typeOfAward: type: string description: This denotes the type of option award. Types of grants of plan-based awards received by an employee as part of compensation (e.g. Option; RSU; PSU) as reported in the filings. nullable: true additionalProperties: false title: OutputExecutiveOutstandingStockAndOptionAwards OutputEmployeeNumber: type: object properties: asOfDate: type: string description: The effective date of the employee number nullable: true averageEmployeeNumber: type: integer description: The average number of employees as disclosed in the Annual Report; 10-K filing; Form 20-F or equivalent report format: int64 nullable: true fullTimeEmployeeNumber: type: integer description: The number of full-time employees as disclosed in the Annual Report; 10-K filing; Form 20-F or equivalent report format: int64 nullable: true partTimeEmployeeNumber: type: integer description: The number of part-time employees as disclosed in the Annual Report; 10-K filing; Form 20-F or equivalent report format: int64 nullable: true totalEmployeeNumber: type: integer description: The total number of employees as disclosed in the Annual Report; 10-K filing; Form 20-F or equivalent report format: int64 nullable: true additionalProperties: false title: OutputEmployeeNumber OutputConsensusRawRecommendations: type: object properties: asOfDate: type: string description: Consensus date in numeric format nullable: true buy: type: integer description: Number of brokers providing buy recommendation format: int32 nullable: true hold: type: integer description: Number of brokers providing hold recommendation format: int32 nullable: true meanLabel: type: string description: The possible values are NoOpinion - if mean_rating is equal to (=) 0; Sell - if mean_rating is less than equal to (<=) 1.5; Underperform - if mean_rating is less than equal to (<=) 2.5; Hold - if mean_rating is less than equal to (<=) 3.5; Outperform - if mean_rating is less than equal to (<=) 4.5; Buy - if mean_rating is greater than (>) 4.5; NoOpinion - if the before conditions is not satisfied nullable: true meanRating: type: number description: The is mean rating is considered on the basis of 5 fields; each filed is assigned a default value that is buy(5); out_perform(4); hold(3); under_perform(2); sell(1); each of these default value is multiplied with brokers recommendation and the mean is calculated of the multipied result format: double nullable: true noOpinion: type: integer description: Number of brokers providing no opinion recommendation format: int32 nullable: true outPerform: type: integer description: Number of brokers providing outperform recommendation format: int32 nullable: true sell: type: integer description: Number of brokers providing sell recommendation format: int32 nullable: true underPerform: type: integer description: Number of brokers providing under perform recommendation format: int32 nullable: true additionalProperties: false title: OutputConsensusRawRecommendations ResponseMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent: type: object properties: monthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent: $ref: '#/components/schemas/OutputMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputStockSplit: type: object properties: recordDate: type: string description: Date when the shareholders recorded in the shareholder register are considered eligible to get benefit nullable: true adjustmentFactor: type: number description: The stock split (including stock dividend); rights issue; spin off or capital repayment factor that applies to price and per share data to adjust the history format: double nullable: true corporateActionType: type: string description: 'Indicates type of stock split event: Stock Split (SS) or Stock Dividend (SD)' nullable: true declareDate: type: string description: Date when the company announced the event nullable: true excludingDate: type: string description: Date when the event becomes effective; which is normally two business days before the record date. This is the date from which the security is traded without benefit (excluding) nullable: true isFunctionalStockSplit: $ref: '#/components/schemas/CodeMappingBoolean' payDate: type: string description: Date when the benefit; dividend amount or new shares; gets credited to the brokerage accounts of shareholders nullable: true splitFrom: type: number description: Indicates the old shares (pre-split) of split ratio format: double nullable: true splitTo: type: number description: Indicates the new shares (post-split) of split ratio format: double nullable: true additionalProperties: false title: OutputStockSplit OutputStableValueFundPortfolioAllocation: type: object properties: portfolioAllocationAbs: type: number description: '' format: double nullable: true portfolioAllocationAbsPerc: type: number description: '' format: double nullable: true portfolioAllocationAgencies: type: number description: '' format: double nullable: true portfolioAllocationAgenciesPerc: type: number description: '' format: double nullable: true portfolioAllocationCash: type: number description: '' format: double nullable: true portfolioAllocationCashPerc: type: number description: '' format: double nullable: true portfolioAllocationCmbs: type: number description: '' format: double nullable: true portfolioAllocationCmbsPerc: type: number description: '' format: double nullable: true portfolioAllocationCorporates: type: number description: '' format: double nullable: true portfolioAllocationCorporatesPerc: type: number description: '' format: double nullable: true portfolioAllocationGicGeneralGicSeparateBic: type: number description: '' format: double nullable: true portfolioAllocationGicGeneralGicSeparateBicPerc: type: number description: '' format: double nullable: true portfolioAllocationMbs: type: number description: '' format: double nullable: true portfolioAllocationMbsPerc: type: number description: '' format: double nullable: true portfolioAllocationOther: type: number description: '' format: double nullable: true portfolioAllocationOtherPerc: type: number description: '' format: double nullable: true portfolioAllocationPrivatePlacements: type: number description: '' format: double nullable: true portfolioAllocationPrivatePlacementsPerc: type: number description: '' format: double nullable: true portfolioAllocationTreasuries: type: number description: '' format: double nullable: true portfolioAllocationTreasuriesPerc: type: number description: '' format: double nullable: true portfolioAllowedInMinCreditQualityPerc: type: string description: '' nullable: true sectorDiversificationAbsPerc: type: number description: '' format: double nullable: true sectorDiversificationAgenciesPerc: type: number description: '' format: double nullable: true sectorDiversificationCashPerc: type: number description: '' format: double nullable: true sectorDiversificationCmbsPerc: type: number description: '' format: double nullable: true sectorDiversificationCmoPerc: type: number description: '' format: double nullable: true sectorDiversificationCommercialMortgageLoansPerc: type: number description: '' format: double nullable: true sectorDiversificationCorporatesPerc: type: number description: '' format: double nullable: true sectorDiversificationMbsPerc: type: number description: '' format: double nullable: true sectorDiversificationOtherPerc: type: number description: '' format: double nullable: true sectorDiversificationPrivateSecuritiesPerc: type: number description: '' format: double nullable: true sectorDiversificationResidentialMortgageLoansPerc: type: number description: '' format: double nullable: true sectorDiversificationTreasurysPerc: type: number description: '' format: double nullable: true additionalProperties: false title: OutputStableValueFundPortfolioAllocation description: All fields are nullable. Empty or `null` value fields are not returned. OutputActiveShare: type: object properties: activeShareDate: type: string description: '' nullable: true activeShareEtfBenchmarkProxy: type: number description: '' format: double nullable: true activeSharePrimaryProspectusBenchmark: type: number description: '' format: double nullable: true categoryIndexEtfProxy: type: string description: '' nullable: true additionalProperties: false title: OutputActiveShare description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgCompanyLevel2DataEsgRiskRating: type: object properties: companyControversyLevelDescriptor: $ref: '#/components/schemas/CodeMappingString' companyHighestControversyLevel: type: integer description: '' format: int32 nullable: true companyHighestControversyTopics: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true esgRiskBeta: type: number description: '' format: double nullable: true esgRiskExcessExposureScore: type: number description: '' format: double nullable: true esgRiskExposureClassification: type: string description: '' nullable: true esgRiskExposureScore: type: number description: '' format: double nullable: true esgRiskExposureScoreMomentum: type: number description: '' format: double nullable: true esgRiskManageableRiskFactor: type: number description: '' format: double nullable: true esgRiskManageableRiskScore: type: number description: '' format: double nullable: true esgRiskManagedScore: type: number description: '' format: double nullable: true esgRiskManagementClassification: type: string description: '' nullable: true esgRiskManagementGapScore: type: number description: '' format: double nullable: true esgRiskManagementScore: type: number description: '' format: double nullable: true esgRiskManagementScoreMomentum: type: number description: '' format: double nullable: true esgRiskPercentileSubindustry: type: number description: '' format: double nullable: true esgRiskPercentileUniverse: type: number description: '' format: double nullable: true esgRiskRankSubindustry: type: string description: '' nullable: true esgRiskRankUniverse: type: string description: '' nullable: true esgRiskRatingAssessment: $ref: '#/components/schemas/CodeMappingString' esgRiskScoreAverageSubindustry: type: number description: '' format: double nullable: true esgRiskScoreAverageUniverse: type: number description: '' format: double nullable: true esgRiskScoreMomentum: type: number description: '' format: double nullable: true esgRiskUnmanageableEsgRiskScore: type: number description: '' format: double nullable: true notableMaterialEsgIssue1: type: string description: '' nullable: true notableMaterialEsgIssue2: type: string description: '' nullable: true notableMaterialEsgIssue3: type: string description: '' nullable: true sustainalyticsEnvironmentalRiskScore: type: number description: '' format: double nullable: true sustainalyticsEsgRiskClassification: $ref: '#/components/schemas/CodeMappingString' sustainalyticsEsgRiskScore: type: number description: '' format: double nullable: true sustainalyticsGovernanceRiskScore: type: number description: '' format: double nullable: true sustainalyticsPeerGroupName: $ref: '#/components/schemas/CodeMappingString' sustainalyticsRatingDate: type: string description: '' nullable: true sustainalyticsSocialRiskScore: type: number description: '' format: double nullable: true sustainalyticsSubindustry: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEsgCompanyLevel2DataEsgRiskRating description: All fields are nullable. Empty or `null` value fields are not returned. OutputCompanyAdvisor: type: object properties: asOfDate: type: string description: The effective date of the company advisor nullable: true addressLine1: type: string description: Indicates detailed address (line 1) of advisor's contact information nullable: true addressLine2: type: string description: Indicates detailed address (line 2) of advisor's contact information nullable: true addressLine3: type: string description: Indicates detailed address (line 3) of advisor's contact information nullable: true addressLine4: type: string description: Indicates detailed address (line 4) of advisor's contact information nullable: true advisorLegalName: type: string description: The full name of the advisor as specified in its charter; and most often found on the public announcement nullable: true advisorType: type: string description: Indicates the type of advisor as reported by the company. The advisor types include Auditor; Nominated Adviser; Bank; Financial Adviser; Financial PR Adviser; Registrar; Solicitor; Stockbroker; Remuneration Consultant nullable: true cessationInformedDate: type: string description: Indicates the exact date disclosed in the Annual Report or RNS announcements on which the company has ceased the advisor nullable: true city: type: string description: Indicates city of advisor's contact information nullable: true country: type: string description: Indicates country of advisor's contact information nullable: true email: type: string description: Indicates email address of advisor's contact information nullable: true isJointRole: type: boolean description: Indicates that the firm has more than one auditor; in such a case; joint role is marked as 'Yes' nullable: true languageCode: type: string description: 3-character ISO code denoting the language of text for advisor's name and contact information nullable: true phone: type: string description: Indicates phone number of advisor's contact information nullable: true postalCode: type: string description: Indicates postal code of advisor's contact information nullable: true source: type: string description: 'Indicates the source from which data has been updated: Possible sources include Annual report; Website ; Exchange; RNS announcements or other authentic documents.' nullable: true stateProvince: type: string description: Indicates state and/or province of advisor's contact information nullable: true webAddress: type: string description: Indicates website address of advisor's contact information nullable: true additionalProperties: false title: OutputCompanyAdvisor Response529CollegeInvestmentPackage: type: object properties: 529CollegeInvestmentPackage: $ref: '#/components/schemas/Output_529CollegeInvestmentPackage' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMifidTargetMarketData: type: object properties: capitalLossBeyondInitial: $ref: '#/components/schemas/CodeMappingString' capitalLossLevel: type: number description: '' format: double nullable: true capitalLossLimited: $ref: '#/components/schemas/CodeMappingString' capitalLossNoGuarantee: $ref: '#/components/schemas/CodeMappingString' capitalLossNone: $ref: '#/components/schemas/CodeMappingString' cashDistribution: $ref: '#/components/schemas/CodeMappingString' distributionExecutionOnly: $ref: '#/components/schemas/CodeMappingString' distributionExecutionWithAppropriatenessTestOrNonAdvisedServices: $ref: '#/components/schemas/CodeMappingString' distributionInvestmentAdvice: $ref: '#/components/schemas/CodeMappingString' distributionPortfolioManagement: $ref: '#/components/schemas/CodeMappingString' emtDataReportingValueForMoneyUk: $ref: '#/components/schemas/CodeMappingString' emtGeneralReferenceDate: type: string description: '' nullable: true emtProducerEmail: type: string description: '' nullable: true emtProducerLei: type: string description: '' nullable: true emtProducerName: type: string description: '' nullable: true emtVersion: type: string description: '' nullable: true expertiseAdvanced: $ref: '#/components/schemas/CodeMappingString' expertiseBasic: $ref: '#/components/schemas/CodeMappingString' expertiseExpertInvestorGermany: $ref: '#/components/schemas/CodeMappingString' expertiseInformed: $ref: '#/components/schemas/CodeMappingString' exPostCostCalculationBasisItaly: $ref: '#/components/schemas/CodeMappingString' furtherInformationOnValueForMoneyUk: type: string description: '' nullable: true investorTypeEligibleCounterparty: $ref: '#/components/schemas/CodeMappingString' investorTypeProfessional: $ref: '#/components/schemas/CodeMappingString' investorTypeRetail: $ref: '#/components/schemas/CodeMappingString' isAssessmentOfValueRequiredUnderCollUk: $ref: '#/components/schemas/CodeMappingString' leverageProduct: $ref: '#/components/schemas/CodeMappingString' manufacturerEmail: type: string description: '' nullable: true manufacturerLei: type: string description: '' nullable: true mifidInstrumentType: $ref: '#/components/schemas/CodeMappingString' otherReviewRelatedToValueAndOrChangesCodeUk: $ref: '#/components/schemas/CodeMappingString' outcomeOfCollAssessmentOfValueCodeUk: $ref: '#/components/schemas/CodeMappingInt' outcomeOfPrinValueAssessmentOrReviewCodeUk: $ref: '#/components/schemas/CodeMappingInt' policySchemeName: type: string description: '' nullable: true producesClientFacingDisclosuresUk: $ref: '#/components/schemas/CodeMappingString' productCategoryNature: type: integer description: '' format: int32 nullable: true productGovernanceProcess: $ref: '#/components/schemas/CodeMappingString' returnProfileGrowth: $ref: '#/components/schemas/CodeMappingString' returnProfileHedging: $ref: '#/components/schemas/CodeMappingString' returnProfileIncome: $ref: '#/components/schemas/CodeMappingString' returnProfileIntendedCompatibleWithClientsHavingEsgPreferences: $ref: '#/components/schemas/CodeMappingString' returnProfileOptionOrLeveraged: $ref: '#/components/schemas/CodeMappingString' returnProfileOther: $ref: '#/components/schemas/CodeMappingString' returnProfilePensionSchemeGermany: $ref: '#/components/schemas/CodeMappingString' returnProfilePreservation: $ref: '#/components/schemas/CodeMappingString' riskToleranceNonPriipsOrNonUcits: $ref: '#/components/schemas/CodeMappingString' riskToleranceNotForInvestorsWithLowestRiskToleranceGermany: $ref: '#/components/schemas/CodeMappingString' shareClassWithoutRetrocession: $ref: '#/components/schemas/CodeMappingString' sriValue: type: integer description: '' format: int32 nullable: true sriValueDate: type: string description: '' nullable: true targetMarketReportingDate: type: string description: '' nullable: true timeHorizon: type: string description: '' nullable: true usageOtherSpecificInvestmentNeed: $ref: '#/components/schemas/CodeMappingString' usageSpecificInvestmentNeed: $ref: '#/components/schemas/CodeMappingString' valueAssessmentReviewDateUk: type: string description: '' nullable: true valueAssessmentReviewNextDateUk: type: string description: '' nullable: true additionalProperties: false title: OutputMifidTargetMarketData description: All fields are nullable. Empty or `null` value fields are not returned. OutputInvestment: title: OutputInvestment allOf: - $ref: '#/components/schemas/OutputData' - type: object properties: identifiers: $ref: '#/components/schemas/OutputIdentifiers' OutputFactorProfile: type: object properties: assetCoverageOfRiskFactorProfilePerc: type: number description: '' format: double nullable: true australianDollarFactorMorningstarEquityModel: type: number description: '' format: double nullable: true australianDollarFactorMultiAssetModel: type: number description: '' format: double nullable: true basicMaterialsFactorMorningstarEquityModel: type: number description: '' format: double nullable: true basicMaterialsFactorMultiAssetModel: type: number description: '' format: double nullable: true britishPoundFactorMorningstarEquityModel: type: number description: '' format: double nullable: true britishPoundFactorMultiAssetModel: type: number description: '' format: double nullable: true cadConvexityFactorMultiAssetModel: type: number description: '' format: double nullable: true cadDurationFactorMultiAssetModel: type: number description: '' format: double nullable: true canadianDollarFactorMorningstarEquityModel: type: number description: '' format: double nullable: true canadianDollarFactorMultiAssetModel: type: number description: '' format: double nullable: true carryFactorMultiAssetModel: type: number description: '' format: double nullable: true carryForwardIndicatorMorningstarEquityModel: $ref: '#/components/schemas/CodeMappingString' carryForwardIndicatorMultiAssetModel: $ref: '#/components/schemas/CodeMappingString' chfConvexityFactorMultiAssetModel: type: number description: '' format: double nullable: true chfDurationFactorMultiAssetModel: type: number description: '' format: double nullable: true communicationServicesFactorMorningstarEquityModel: type: number description: '' format: double nullable: true communicationServicesFactorMultiAssetModel: type: number description: '' format: double nullable: true consumerCyclicalFactorMorningstarEquityModel: type: number description: '' format: double nullable: true consumerCyclicalFactorMultiAssetModel: type: number description: '' format: double nullable: true consumerDefensiveFactorMorningstarEquityModel: type: number description: '' format: double nullable: true consumerDefensiveFactorMultiAssetModel: type: number description: '' format: double nullable: true dateMorningstarEquityModel: type: string description: '' nullable: true dateMultiAssetModel: type: string description: '' nullable: true developedAsiaPacificFactorMorningstarEquityModel: type: number description: '' format: double nullable: true developedAsiaPacificFactorMultiAssetModel: type: number description: '' format: double nullable: true developedEuropeFactorMorningstarEquityModel: type: number description: '' format: double nullable: true developedEuropeFactorMultiAssetModel: type: number description: '' format: double nullable: true developedNorthAmericaFactorMorningstarEquityModel: type: number description: '' format: double nullable: true developedNorthAmericaFactorMultiAssetModel: type: number description: '' format: double nullable: true economicMoatFactorMorningstarEquityModel: type: number description: '' format: double nullable: true emergingAsiaPacificFactorMorningstarEquityModel: type: number description: '' format: double nullable: true emergingAsiaPacificFactorMultiAssetModel: type: number description: '' format: double nullable: true emergingEuropeFactorMorningstarEquityModel: type: number description: '' format: double nullable: true emergingEuropeFactorMultiAssetModel: type: number description: '' format: double nullable: true emergingLatinAmericaFactorMorningstarEquityModel: type: number description: '' format: double nullable: true emergingLatinAmericaFactorMultiAssetModel: type: number description: '' format: double nullable: true emergingMiddleEastAndAfricaFactorMorningstarEquityModel: type: number description: '' format: double nullable: true emergingMiddleEastAndAfricaFactorMultiAssetModel: type: number description: '' format: double nullable: true energyFactorMorningstarEquityModel: type: number description: '' format: double nullable: true energyFactorMultiAssetModel: type: number description: '' format: double nullable: true equityMarketFactorMorningstarEquityModel: type: number description: '' format: double nullable: true equityMarketFactorMultiAssetModel: type: number description: '' format: double nullable: true eurConvexityFactorMultiAssetModel: type: number description: '' format: double nullable: true eurDurationFactorMultiAssetModel: type: number description: '' format: double nullable: true euroFactorMorningstarEquityModel: type: number description: '' format: double nullable: true euroFactorMultiAssetModel: type: number description: '' format: double nullable: true factorProfileDate: type: string description: '' nullable: true factorProfileLiquidity: type: number description: '' format: double nullable: true factorProfileLiquidity10YrMax: type: number description: '' format: double nullable: true factorProfileLiquidity10YrMin: type: number description: '' format: double nullable: true factorProfileLiquidity1YrMax: type: number description: '' format: double nullable: true factorProfileLiquidity1YrMin: type: number description: '' format: double nullable: true factorProfileLiquidity3YrMax: type: number description: '' format: double nullable: true factorProfileLiquidity3YrMin: type: number description: '' format: double nullable: true factorProfileLiquidity5YrMax: type: number description: '' format: double nullable: true factorProfileLiquidity5YrMin: type: number description: '' format: double nullable: true factorProfileMomentum: type: number description: '' format: double nullable: true factorProfileMomentum10YrMax: type: number description: '' format: double nullable: true factorProfileMomentum10YrMin: type: number description: '' format: double nullable: true factorProfileMomentum1YrMax: type: number description: '' format: double nullable: true factorProfileMomentum1YrMin: type: number description: '' format: double nullable: true factorProfileMomentum3YrMax: type: number description: '' format: double nullable: true factorProfileMomentum3YrMin: type: number description: '' format: double nullable: true factorProfileMomentum5YrMax: type: number description: '' format: double nullable: true factorProfileMomentum5YrMin: type: number description: '' format: double nullable: true factorProfileQuality: type: number description: '' format: double nullable: true factorProfileQuality10YrMax: type: number description: '' format: double nullable: true factorProfileQuality10YrMin: type: number description: '' format: double nullable: true factorProfileQuality1YrMax: type: number description: '' format: double nullable: true factorProfileQuality1YrMin: type: number description: '' format: double nullable: true factorProfileQuality3YrMax: type: number description: '' format: double nullable: true factorProfileQuality3YrMin: type: number description: '' format: double nullable: true factorProfileQuality5YrMax: type: number description: '' format: double nullable: true factorProfileQuality5YrMin: type: number description: '' format: double nullable: true factorProfileSize: type: number description: '' format: double nullable: true factorProfileSize10YrMax: type: number description: '' format: double nullable: true factorProfileSize10YrMin: type: number description: '' format: double nullable: true factorProfileSize1YrMax: type: number description: '' format: double nullable: true factorProfileSize1YrMin: type: number description: '' format: double nullable: true factorProfileSize3YrMax: type: number description: '' format: double nullable: true factorProfileSize3YrMin: type: number description: '' format: double nullable: true factorProfileSize5YrMax: type: number description: '' format: double nullable: true factorProfileSize5YrMin: type: number description: '' format: double nullable: true factorProfileStyle: type: number description: '' format: double nullable: true factorProfileStyle10YrMax: type: number description: '' format: double nullable: true factorProfileStyle10YrMin: type: number description: '' format: double nullable: true factorProfileStyle1YrMax: type: number description: '' format: double nullable: true factorProfileStyle1YrMin: type: number description: '' format: double nullable: true factorProfileStyle3YrMax: type: number description: '' format: double nullable: true factorProfileStyle3YrMin: type: number description: '' format: double nullable: true factorProfileStyle5YrMax: type: number description: '' format: double nullable: true factorProfileStyle5YrMin: type: number description: '' format: double nullable: true factorProfileVolatility: type: number description: '' format: double nullable: true factorProfileVolatility10YrMax: type: number description: '' format: double nullable: true factorProfileVolatility10YrMin: type: number description: '' format: double nullable: true factorProfileVolatility1YrMax: type: number description: '' format: double nullable: true factorProfileVolatility1YrMin: type: number description: '' format: double nullable: true factorProfileVolatility3YrMax: type: number description: '' format: double nullable: true factorProfileVolatility3YrMin: type: number description: '' format: double nullable: true factorProfileVolatility5YrMax: type: number description: '' format: double nullable: true factorProfileVolatility5YrMin: type: number description: '' format: double nullable: true factorProfileYield: type: number description: '' format: double nullable: true factorProfileYield10YrMax: type: number description: '' format: double nullable: true factorProfileYield10YrMin: type: number description: '' format: double nullable: true factorProfileYield1YrMax: type: number description: '' format: double nullable: true factorProfileYield1YrMin: type: number description: '' format: double nullable: true factorProfileYield3YrMax: type: number description: '' format: double nullable: true factorProfileYield3YrMin: type: number description: '' format: double nullable: true factorProfileYield5YrMax: type: number description: '' format: double nullable: true factorProfileYield5YrMin: type: number description: '' format: double nullable: true financialHealthFactorMorningstarEquityModel: type: number description: '' format: double nullable: true financialServicesFactorMorningstarEquityModel: type: number description: '' format: double nullable: true financialServicesFactorMultiAssetModel: type: number description: '' format: double nullable: true gbpConvexityFactorMultiAssetModel: type: number description: '' format: double nullable: true gbpDurationFactorMultiAssetModel: type: number description: '' format: double nullable: true healthcareFactorMorningstarEquityModel: type: number description: '' format: double nullable: true healthcareFactorMultiAssetModel: type: number description: '' format: double nullable: true industrialsFactorMorningstarEquityModel: type: number description: '' format: double nullable: true industrialsFactorMultiAssetModel: type: number description: '' format: double nullable: true japaneseYenFactorMorningstarEquityModel: type: number description: '' format: double nullable: true japaneseYenFactorMultiAssetModel: type: number description: '' format: double nullable: true liquidityFactorMorningstarEquityModel: type: number description: '' format: double nullable: true liquidityFactorMultiAssetModel: type: number description: '' format: double nullable: true momentumFactorMorningstarEquityModel: type: number description: '' format: double nullable: true momentumFactorMultiAssetModel: type: number description: '' format: double nullable: true newZealandDollarFactorMorningstarEquityModel: type: number description: '' format: double nullable: true newZealandDollarFactorMultiAssetModel: type: number description: '' format: double nullable: true ownershipPopularityFactorMorningstarEquityModel: type: number description: '' format: double nullable: true ownershipRiskFactorMorningstarEquityModel: type: number description: '' format: double nullable: true qualityFactorMultiAssetModel: type: number description: '' format: double nullable: true realEstateFactorMorningstarEquityModel: type: number description: '' format: double nullable: true realEstateFactorMultiAssetModel: type: number description: '' format: double nullable: true riskModelCoverageMorningstarEquityModelPerc: type: number description: '' format: double nullable: true riskModelCoverageMultiAssetModelPerc: type: number description: '' format: double nullable: true sizeFactorMorningstarEquityModel: type: number description: '' format: double nullable: true sizeFactorMultiAssetModel: type: number description: '' format: double nullable: true styleFactorMultiAssetModel: type: number description: '' format: double nullable: true swissFrancFactorMorningstarEquityModel: type: number description: '' format: double nullable: true swissFrancFactorMultiAssetModel: type: number description: '' format: double nullable: true technologyFactorMorningstarEquityModel: type: number description: '' format: double nullable: true technologyFactorMultiAssetModel: type: number description: '' format: double nullable: true usdConvexityFactorMultiAssetModel: type: number description: '' format: double nullable: true usdDurationFactorMultiAssetModel: type: number description: '' format: double nullable: true utilitiesFactorMorningstarEquityModel: type: number description: '' format: double nullable: true utilitiesFactorMultiAssetModel: type: number description: '' format: double nullable: true valuationFactorMorningstarEquityModel: type: number description: '' format: double nullable: true valuationUncertaintyFactorMorningstarEquityModel: type: number description: '' format: double nullable: true valueGrowthFactorMorningstarEquityModel: type: number description: '' format: double nullable: true volatilityFactorMorningstarEquityModel: type: number description: '' format: double nullable: true volatilityFactorMultiAssetModel: type: number description: '' format: double nullable: true yieldFactorMultiAssetModel: type: number description: '' format: double nullable: true audCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true audLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true audSlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true cadCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true cadLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true cadSlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true commodityAgricultureFactorMultiAssetModel: type: number description: '' format: double nullable: true commodityCrudeOilFactorMultiAssetModel: type: number description: '' format: double nullable: true commodityGoldFactorMultiAssetModel: type: number description: '' format: double nullable: true commodityIndustrialMetalFactorMultiAssetModel: type: number description: '' format: double nullable: true commodityNaturalGasFactorMultiAssetModel: type: number description: '' format: double nullable: true currencyHedgedToGlobalEquityProprietaryModel: type: string description: '' nullable: true currencyHedgedToMultiAssetModel: type: string description: '' nullable: true currencyHedgedTypeGlobalEquityProprietaryModel: type: string description: '' nullable: true currencyHedgedTypeMultiAssetModel: type: string description: '' nullable: true emergingLocalDebtFactorMultiAssetModel: type: number description: '' format: double nullable: true eurCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true eurLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true eurSlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true gbpCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true gbpLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true gbpSlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true globalCorporateCompositeCreditFactorMultiAssetModel: type: number description: '' format: double nullable: true holdingsAsOfDateGlobalEquityProprietaryModel: type: string description: '' nullable: true holdingsAsOfDateMultiAssetModel: type: string description: '' nullable: true inflationLinkedFactorMultiAssetModel: type: number description: '' format: double nullable: true isAdjustedForCurrencyHedgingGlobalEquityProprietaryModel: $ref: '#/components/schemas/CodeMappingBoolean' isAdjustedForCurrencyHedgingMultiAssetModel: $ref: '#/components/schemas/CodeMappingBoolean' jpyCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true jpyLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true jpySlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true methodologyUsedGlobalEquityProprietaryModel: type: string description: '' nullable: true methodologyUsedMultiAssetModel: type: string description: '' nullable: true usdCurvatureFactorMultiAssetModel: type: number description: '' format: double nullable: true usdLevelFactorMultiAssetModel: type: number description: '' format: double nullable: true usdSlopeFactorMultiAssetModel: type: number description: '' format: double nullable: true usMbsCreditFactorMultiAssetModel: type: number description: '' format: double nullable: true usMunicipalFactorMultiAssetModel: type: number description: '' format: double nullable: true weightCoveredHoldingsGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true weightCoveredHoldingsMultiAssetModel: type: number description: '' format: double nullable: true additionalProperties: false title: OutputFactorProfile description: All fields are nullable. Empty or `null` value fields are not returned. OutputPrimaryPerformanceIdDetails: type: object properties: primaryExchangeCode: type: string description: An exchange code used for and specific to equity production processes and equity products such as Global Equity Data Feeds-GEDF ($$$ is used for private/unlisted securities) nullable: true primaryPerformanceId: type: string description: The Morningstar identifier for a share class of an investment. nullable: true primarySymbol: type: string description: 'An arrangement of characters (often letters) representing a particular security listed on an exchange or otherwise traded publicly: Note that Morningstar''s multi-share class symbols will often contain a period within the symbol; e.g. BRK.B for Berkshire Hathaway Class B' nullable: true additionalProperties: false title: OutputPrimaryPerformanceIdDetails OutputIndexLevelsPriceTimeSeries: type: object properties: averagePrice: type: number description: '' format: double nullable: true additionalProperties: false title: OutputIndexLevelsPriceTimeSeries description: All fields are nullable. Empty or `null` value fields are not returned. OutputMarketReturn: type: object properties: asOfDate: type: string description: The calendar date when the market return data points are calculated nullable: true nonDividendTotalReturnMonthToDate: type: number description: The data point represents the rate of return observed over a 1-month period. It is calculated by using the change in price (adjusted for splits and spin-offs) for the month to date; divided by the share price at the beginning of the 1-month period. format: double nullable: true nonDividendTotalReturnOneDay: type: number description: The data point represents the rate of return observed over a 1-day period. It is calculated by using the change in price (adjusted for splits and spin-offs) for today; divided by the share price from yesterday. format: double nullable: true totalGrossedUpReturnDateToDate: type: number description: The data point represents the rate of return observed over a 1-day period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for today; and dividing this sum by the share price from yesterday. format: double nullable: true totalGrossedUpReturnMonthToDate: type: number description: The data point represents the rate of return observed over a 1-month period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the month to date; and dividing this sum by the share price at the beginning of the 1-month period. format: double nullable: true totalGrossedUpReturnQuarterToDate: type: number description: The data point represents the rate of return observed over a 1-quarter period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the quarter to date; and dividing this sum by the share price at the beginning of the 1-quarter period. format: double nullable: true totalGrossedUpReturnWeekToDate: type: number description: The data point represents the rate of return observed over a 1-week period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the week to date; and dividing this sum by the share price at the beginning of the 1-week period. format: double nullable: true totalGrossedUpReturnYearToDate: type: number description: The data point represents the rate of return observed over a 1-year period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the year to date; and dividing this sum by the share price at the beginning of the 1-year period. format: double nullable: true totalReturnMonthToDate: type: number description: The data point represents the rate of return observed over a 1-month period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the month to date; and dividing this sum by the share price at the beginning of the 1-month period. format: double nullable: true totalReturnOneDay: type: number description: The data point represents the rate of return observed over a 1-day period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for today; and dividing this sum by the share price from yesterday. format: double nullable: true totalReturnQuarterToDate: type: number description: The data point represents the rate of return observed over a 1-quarter period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the quarter to date; and dividing this sum by the share price at the beginning of the 1-quarter period. format: double nullable: true totalReturnWeekToDate: type: number description: The data point represents the rate of return observed over a 1-week period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the week to date; and dividing this sum by the share price at the beginning of the 1-week period. format: double nullable: true totalReturnYearToDate: type: number description: The data point represents the rate of return observed over a 1-year period. It is calculated by summing up all dividends and the change in price (adjusted for splits and spin-offs) for the year to date; and dividing this sum by the share price at the beginning of the 1-year period. format: double nullable: true additionalProperties: false title: OutputMarketReturn ResponseStableValueFundContractAllocation: type: object properties: stableValueFundContractAllocation: $ref: '#/components/schemas/OutputStableValueFundContractAllocation' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDerivedStatisticsFromIndexLevelsTimeSeries: type: object properties: averageAnnualReportNetExpenseRatio: type: number description: '' format: double nullable: true averageManagementFee: type: number description: '' format: double nullable: true averageManagerTenureMonths: type: number description: '' format: double nullable: true averageNetAsset: type: number description: '' format: double nullable: true averageProspectusNetExpenseRatio: type: number description: '' format: double nullable: true averageTurnoverRatioPerc: type: number description: '' format: double nullable: true currentYield: type: number description: '' format: double nullable: true dailyVolume: type: number description: '' format: double nullable: true dividendYieldLong: type: number description: '' format: double nullable: true dividendYieldShort: type: number description: '' format: double nullable: true ticker: type: string description: '' nullable: true additionalProperties: false title: OutputDerivedStatisticsFromIndexLevelsTimeSeries description: All fields are nullable. Empty or `null` value fields are not returned. RequestInvestmentDetails: title: RequestInvestmentDetails description: Request investment details for up to 3 views and 250 investments. type: object required: - investments - views properties: investments: description: List of investments to query. type: array items: $ref: '#/components/schemas/InputInvestment' minItems: 1 maxItems: 250 views: type: array description: List of views. items: $ref: '#/components/schemas/InputView' minItems: 1 maxItems: 3 startDate: type: string format: date description: Specifies the start date of a time series. Accepts yyyy-MM-dd. nullable: true example: '2020-01-25' endDate: type: string format: date description: Specifies the start date of a time series. Accepts yyyy-MM-dd. nullable: true example: '2024-01-25' languageId: type: string description: Specifies the language to filter results on. Required for language-dependent data. default: ENG enum: - ENG - SPA - FRA - DEU - ITA - JPN - CHI - ZHO - KOR x-enumDescriptions: ENG: English SPA: Spanish FRA: French DEU: German ITA: Italian JPN: Japanese CHI: Chinese Simplified ZHO: Chinese Traditional KOR: Korean nullable: true countryId: type: string description: Specifies the country to filter results on. Accepts 3-character ISO 3166-1 country codes. Required for country-dependent data. default: USA example: CAN nullable: true regionId: type: string description: Specifies the region for style box breakpoints. nullable: true example: '1' enum: - '1' - '2' - '3' - '4' - '5' - '6' - '7' x-enumDescriptions: '1': United States '2': Canada '3': Latin America '4': Europe '5': Japan '6': Australia/New Zealand '7': Asia excluding Japan deltaStartTime: type: string format: date-time description: 'Required to retrieve a delta load. If not passed, the full load is returned. Retrieves all updates from the given timestamp until current time. Accepts UTC DateTime format. For example `2026-07-02T14:30:00Z`. **Note:** Used with `equity-financials` view ID only.' examples: - '2026-07-02T14:30:00Z' includeUnchangedData: type: boolean default: false description: 'Used when requesting a delta load. When `true`, returns just the changed rows, but each one complete with all its fields. When `false`, returns just the changed rows, and within each, only the fields that actually changed.' additionalProperties: false InputViewParametersEquityFinancials: title: InputViewParametersEquityFinancials type: object required: - reportType - period properties: reportType: type: string description: Filters results by report type. example: a enum: - a - r - d - p - ta - td - tr - tp x-enumDescriptions: a: Value as originally reported in a formal document. r: Restated value reported in a formal document. d: Restated value reported in a preliminary announcement of results prior to a formal document. p: Value reported in a preliminary announcement of results prior to a formal document. ta: Calculated Trailing 12 months of *as originally reported* values in a formal document. td: Calculated Trailing 12 months of restated values reported in a preliminary announcement of results prior to a formal document. tr: Calculated Trailing 12 months of *restated* values reported in a formal document. tp: Calculated Trailing 12 months of values reported in a preliminary announcement of results prior to a formal document. period: type: string description: Filters results by duration period of financial statements reported by the company. example: a enum: - a - sa1 - sa2 - q1 - q2 - q3 - q4 - ir x-enumDescriptions: a: Annual sa1: First semi-annual sa2: Second semi-annual q1: First quarter q2: Second quarter q3: Third quarter q4: Fourth quarter ir: Irregular report numberOfMonths: type: string description: Filters results by duration period of financial statements reported by the company. example: 3 enum: - 3 - 6 - 9 - 12 - 15 - 18 - 21 x-enumDescriptions: '3': 3 months '6': 6 months '9': 9 months '12': 12 months '15': 15 months '18': 18 months '21': 21 months segmentType: type: string description: Filters results based on segment type. enum: - Business - Brands/Franchise - Geographic - Market or Industry - Product/Services - Sales/distribution Channels - Timing of Revenue Recognition - Other ResponseFixedIncomePortfolioStatisticsCalculatedStandardAnalytics: type: object properties: fixedIncomePortfolioStatisticsCalculatedStandardAnalytics: $ref: '#/components/schemas/OutputFixedIncomePortfolioStatisticsCalculatedStandardAnalytics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewEquityCorporateActionsPriceMergersAndAcquisitions: title: InputViewEquityCorporateActionsPriceMergersAndAcquisitions description: View input when `viewId=equity-corporate-actions-price-mergers-and-acquisitions`. type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-corporate-actions-price-mergers-and-acquisitions parameters: $ref: '#/components/schemas/InputViewParametersEquityCorporateActionsPriceMergersAndAcquisitions' ResponseEtfManagedPortfolio: type: object properties: etfManagedPortfolio: $ref: '#/components/schemas/OutputEtfManagedPortfolio' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseIndiaSector: type: object properties: indiaSector: $ref: '#/components/schemas/OutputIndiaSector' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMarketCapital: type: object properties: asOfDate: type: string description: The calendar date when the market capital datapoints are calculated nullable: true companyLevelMarketCapital: type: integer description: The most current company-level market capital derived by the summation of share-level market capital of the company's primary share classes; Company-level market capital has the same currency as the trading currency of the share class. format: int64 nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' shareLevelMarketCapital: type: integer description: The most current share class-level market capital derived by the most recent closing price for a particular share class multiplied by the most recent reported shares outstanding for that particular share class; Share-level market capital has the same currency as the trading currency of the shares class format: int64 nullable: true additionalProperties: false title: OutputMarketCapital ResponseEsgFundLevelEuTaxonomy: type: object properties: esgFundLevelEuTaxonomy: $ref: '#/components/schemas/OutputEsgFundLevelEuTaxonomy' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEuFundLevelSfdrAttributesLevel1: type: object properties: euSfdrDisclosureSource: $ref: '#/components/schemas/CodeMappingString' euSfdrFundTypeArticle8OrArticle9: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEuFundLevelSfdrAttributesLevel1 description: All fields are nullable. Empty or `null` value fields are not returned. OutputInvestmentAccessPointAdministrationFees: type: object properties: effectiveDate: type: string description: '' nullable: true accountFee: type: number description: '' format: double nullable: true cashAccountFee: type: number description: '' format: double nullable: true expenseRecoveryFee: type: number description: '' format: double nullable: true hasOtherCustomFeeArrangement: type: string description: '' nullable: true isAdminFeeChargedAtEachTierBracket: type: string description: '' nullable: true isFamilyLinkingAvailable: type: string description: '' nullable: true maximumAdministrationFee: type: number description: '' format: double nullable: true maximumExpenseRecoveryFee: type: number description: '' format: double nullable: true minimumAdministrationFee: type: number description: '' format: double nullable: true otherFee: type: number description: '' format: double nullable: true platformId: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointAdministrationFees description: All fields are nullable. Empty or `null` value fields are not returned. ResponseNCen: type: object properties: nCen: $ref: '#/components/schemas/OutputNCen' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseFeeLevelRanks: type: object properties: feeLevelRanks: $ref: '#/components/schemas/OutputFeeLevelRanks' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEtfTradingAndAttributes: type: object properties: averageSpread30Day: type: number description: '' format: double nullable: true averageSpread45Day: type: number description: '' format: double nullable: true averageSpread60Day: type: number description: '' format: double nullable: true averageSpread90Day: type: number description: '' format: double nullable: true commodityFocus: $ref: '#/components/schemas/CodeMappingString' commodityFocusGroup: $ref: '#/components/schemas/CodeMappingString' commodityFocusGroupId: type: string description: '' nullable: true commodityFocusId: type: string description: '' nullable: true convertedFromDate: type: string description: '' nullable: true convertedFromName: type: string description: '' nullable: true convertedFromShareClassId: type: string description: '' nullable: true definedOutcomeEtf: $ref: '#/components/schemas/CodeMappingString' isConverted: $ref: '#/components/schemas/CodeMappingString' isSingleStockEtf: $ref: '#/components/schemas/CodeMappingString' leveragedFund: $ref: '#/components/schemas/CodeMappingString' maxDownsideDeviation1YearDailyReturnMoEnd: type: number description: '' format: double nullable: true maxUpsideDeviation1YearDailyReturnMoEnd: type: number description: '' format: double nullable: true medianSpread30Day: type: number description: '' format: double nullable: true medianSpread45Day: type: number description: '' format: double nullable: true medianSpread60Day: type: number description: '' format: double nullable: true medianSpread90Day: type: number description: '' format: double nullable: true medianTrackingDifference1YearDailyReturnMoEnd: type: number description: '' format: double nullable: true monthlyTrackingDifference: type: number description: '' format: double nullable: true quarterlyTrackingDifference: type: number description: '' format: double nullable: true singleCountry: $ref: '#/components/schemas/CodeMappingString' spreadPriceRatio30Day: type: number description: '' format: double nullable: true spreadPriceRatio45Day: type: number description: '' format: double nullable: true spreadPriceRatio60Day: type: number description: '' format: double nullable: true spreadPriceRatio90Day: type: number description: '' format: double nullable: true spreadStatisticsEndDate: type: string description: '' nullable: true trackingDifference10YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference15YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference1MonthDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference1YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference20YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference3MonthDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference3YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingDifference5YearDailyReturnMoEnd: type: number description: '' format: double nullable: true trackingRiskStatisticsEndDate: type: string description: '' nullable: true convertedFromIsin: type: string description: '' nullable: true leverageFactor: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEtfTradingAndAttributes description: All fields are nullable. Empty or `null` value fields are not returned. OutputFundFromOperations: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int64 nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true fundFromOperationsFileDate: type: string description: The date of the company's filings where fund from operations value was collected nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' reportedBasicAdjustedFundFromOperationsValue: type: number description: Adjusted FFO reported by the company. Normal calculation is FFO + Rent Increases - Recurring Capital expenditure - Routine maintenance costs. format: double nullable: true reportedBasicFundFromOperationsValue: type: number description: Basic FFO reported by the company. Normal calculation is Net Income + Depreciation + Amortization - Gains on Sales of Property. It is used by real estate investment trusts to define then cash flow from trust operation. format: double nullable: true reportedDilutedAdjustedFundFromOperationsValue: type: number description: Reported AFFO after dilution adjustments format: double nullable: true reportedDilutedFundFromOperationsValue: type: number description: Reported FFO after dilution adjustments format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int64 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputFundFromOperations OutputEsgFundLevelGenderAndDiversity: type: object properties: numberOfHoldingsCoveredGenderDiversity: type: integer description: '' format: int32 nullable: true percentOfFemaleDirectors: type: number description: '' format: double nullable: true percentOfFemaleExecutives: type: number description: '' format: double nullable: true percentOfFemaleExecutivesAndDirectors: type: number description: '' format: double nullable: true percentOfMaleDirectors: type: number description: '' format: double nullable: true percentOfMaleExecutives: type: number description: '' format: double nullable: true percentOfMaleExecutivesAndDirectors: type: number description: '' format: double nullable: true percentOfTheAumCoveredGenderDiversity: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelGenderAndDiversity description: All fields are nullable. Empty or `null` value fields are not returned. ResponseManagerBioAndDetailsHistorical: type: object properties: managerBioAndDetailsHistorical: $ref: '#/components/schemas/OutputManagerBioAndDetailsHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarPortfolioRiskScore: type: object properties: morningstarPortfolioRiskScore: $ref: '#/components/schemas/OutputMorningstarPortfolioRiskScore' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputContactInformation: type: object properties: emailAddress: type: string description: The email address of person's contact information. nullable: true additionalProperties: false title: OutputContactInformation OutputEtfManagedPortfolio: type: object properties: portfolioImplementation: $ref: '#/components/schemas/CodeMappingString' primaryEtfExposureType: $ref: '#/components/schemas/CodeMappingString' strategyAssetClass: $ref: '#/components/schemas/CodeMappingString' universe: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEtfManagedPortfolio description: All fields are nullable. Empty or `null` value fields are not returned. ResponseStableValueFundReportedFlows: type: object properties: stableValueFundReportedFlows: $ref: '#/components/schemas/OutputStableValueFundReportedFlows' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgFundLevelSustainableAttributes: type: object properties: esgFundLevelSustainableAttributes: $ref: '#/components/schemas/OutputEsgFundLevelSustainableAttributes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgCompanyLevel2DataCarbonInvolvement: type: object properties: esgCompanyLevel2DataCarbonInvolvement: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataCarbonInvolvement' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputManagerBioAndDetailsMostRecent: type: object properties: birthDate: type: string description: '' nullable: true brandingCompanyManagerRetentionMonthEndingPeriod: type: string description: '' nullable: true careerStartDate: type: string description: '' nullable: true certificationName: $ref: '#/components/schemas/CodeMappingString' certificationYear: type: string description: '' nullable: true educationDegree: type: string description: '' nullable: true educationMajor: type: string description: '' nullable: true educationSchool: type: string description: '' nullable: true educationYear: type: string description: '' nullable: true firmAssetWeightedManagerTenureLongest: type: number description: '' format: double nullable: true firmAverageManagerTenureLongest: type: number description: '' format: double nullable: true firmLevelCalculationDate: type: string description: '' nullable: true firmManagerRetentionRate1Year: type: number description: '' format: double nullable: true firmManagerRetentionRate5Year: type: number description: '' format: double nullable: true firmManagerRetentionYear: type: string description: '' nullable: true firmPercAssetsLongestManagerTenure03Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure1215Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure15Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure36Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure69Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure912Years: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment0: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment100001500000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment1000150000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment110000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment5000011Million: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment50001100000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestmentNull: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestmentOver1Million: type: number description: '' format: double nullable: true gender: $ref: '#/components/schemas/CodeMappingString' investmentsManaged: type: string description: '' nullable: true longestTenuredManagerName: type: string description: '' nullable: true longestTenuredManagerStartDate: type: string description: '' nullable: true managerCommentary: type: string description: '' nullable: true managerCommitteeMember: type: string description: '' nullable: true managerEducation: type: string description: '' nullable: true managerExperience: type: string description: '' nullable: true managerName: type: string description: '' nullable: true managerOwnershipLevel: $ref: '#/components/schemas/CodeMappingString' managerTenureAverage: type: number description: '' format: double nullable: true managerTenureLongest: type: number description: '' format: double nullable: true shortestTenuredManagerName: type: string description: '' nullable: true shortestTenuredManagerStartDate: type: string description: '' nullable: true startDateForManagedInvestment: type: string description: '' nullable: true additionalProperties: false title: OutputManagerBioAndDetailsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputNetAssetValuePerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true adjustedBasicNetAssetValuePerShareValue: type: number description: Adjusted Basic Net Asset Value (NAV) is calculated by dividing the Adjusted Basic Net Asset Value (NAV) by the number of shares outstanding format: double nullable: true adjustedDilutedNetAssetValuePerShareValue: type: number description: Adjusted Diluted Net Asset Value (NAV) per Share is calculated by dividing the Adjusted Diluted Net Asset Value (NAV) by the number of shares outstanding format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true epraNetDisposalValuePerShareValue: type: number description: 'The per share value of Net Disposal Value (EPRA): It is calculated by using Net Disposal Value (EPRA) / Number of fully diluted shares outstanding. The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true epraNetReinstatementValuePerShareValue: type: number description: 'The per share value of Net Reinstatement Value (EPRA): It is calculated using Net Reinstatement Value (EPRA) / Number of fully diluted shares outstanding. The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true epraNetTangibleAssetsPerShareValue: type: number description: 'The per share value of Net Tangible Assets (EPRA): It is calculated by using Net Tangible Assets (EPRA) / Number of fully diluted shares outstanding. The data point is based on European Public Real Estate Association (EPRA) methodology standards' format: double nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' netAssetValuePerShareFileDate: type: string description: The date of the company's filings where net asset value per share was collected nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int32 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputNetAssetValuePerShare OutputQuantitativeFairValues: type: object properties: quantitativeFairValueDate: type: string description: '' nullable: true asOfClosePriceDate: type: string description: Date of price used to calculate quantitative fair value nullable: true quantitativeFairValueDateMax: type: string description: Date on which fair value is calculated nullable: true quantitativeFairValueDateMin: type: string description: '' nullable: true closePrice: type: number description: Close price used to calculate quantitative fair value format: double nullable: true liquidityLabel: $ref: '#/components/schemas/CodeMappingString' methodologyVersionId: type: string description: Methodology version identifier nullable: true quantitativeFairValue: type: number description: Fair value format: double nullable: true quantitativeFairValueCalculationTimestamp: type: string description: Date & time of the fair value calculation nullable: true quantitativeFairValuePublishDate: type: string description: Date of the fair value publication nullable: true quantitativeFairValueUncertainty: type: number description: Fair value uncertainty format: double nullable: true quantitativeFairValueUncertaintyLabel: $ref: '#/components/schemas/CodeMappingString' quantitativeFinancialHealth: type: number description: Quantitative financial health score format: double nullable: true quantitativeFinancialHealthLabel: $ref: '#/components/schemas/CodeMappingString' quantitativeFiveStarPrice: type: number description: Price above which the stock would have a five star rating applied format: double nullable: true quantitativeMoat: type: number description: Quantitative moat format: double nullable: true quantitativeMoatLabel: $ref: '#/components/schemas/CodeMappingString' quantitativeOneStarPrice: type: number description: Price below which the stock would have a one star rating applied format: double nullable: true additionalProperties: false title: OutputQuantitativeFairValues ResponseTargetDateData: type: object properties: targetDateData: $ref: '#/components/schemas/OutputTargetDateData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMorningstarPortfolioRiskScore: type: object properties: portfolioRiskScore: type: number description: '' format: double nullable: true portfolioRiskScoreDate: type: string description: '' nullable: true additionalProperties: false title: OutputMorningstarPortfolioRiskScore description: All fields are nullable. Empty or `null` value fields are not returned. OutputExecutivePayRatioInformation: type: object properties: fiscalYearEndDate: type: string description: The ending date for the twelve month period that the company uses as the fiscal year; in reporting its annual financial statements. nullable: true additionalDescription: type: string description: 'Additional details related to the company''s calculation of the pay ratio. This could include: 1. Full time employees only 2. All employees 3. Excluded part time/temporary employees 4. Excluded one-time equity awards/grants 5. Annual realized compensation and/or 6. Other.' nullable: true ceoPay: type: number description: Total annual compensation of the CEO for the most recent fiscal year; as reported by the company. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' fiftyPercentile: type: number description: Ratio of the CEO's total remuneration to the representative employee in the median; 50th percentile of UK employees' pay. format: double nullable: true fiftyPercentileAmount: type: number description: Amount of the CEO's total remuneration to the representative employee in the median/50th percentile of UK employees' pay. format: double nullable: true medianEmployeePay: type: number description: The total annual compensation value that lies at the midpoint or middle of all company employees; as reported by the company. Half of all total annual compensation values for employees at the company should lie above this value; and the other half should lie below it. format: double nullable: true otherMethod: type: string description: Represents any other method used to calculate the Pay Ratio. nullable: true payRatio: type: number description: The ratio of the CEO's total compensation to the median employee's pay; as reported by the company. Public companies are required to publish this ratio in their annual reports. format: double nullable: true payRatioCompensationMethod: type: string description: 'The method used by the company to determine the medial employee compensation. The possible methods used include: 1. Annual Total Compensation 2. Consistently Applied Compensation Measure or 3. Other Reasonable Method/Estimate.' nullable: true payRatioEmployeeCountMethod: type: string description: 'The method used to determine the number of employees included in calculation. The possible methods used include: 1. Statistical Sampling or 2. Other Reasonable Method/Estimate.' nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true seventyFivePercentile: type: number description: Ratio of the CEO's total remuneration to the representative employee in the 75th percentile (upper quartile). format: double nullable: true seventyFivePercentileAmount: type: number description: Amount of the CEO's total remuneration to the representative employee in the 75th percentile (upper quartile) of employees' pay. format: double nullable: true twentyFivePercentile: type: number description: Salary and total remuneration details for the UK employee at the 25th percentile. UK listed companies with more than 250 employees disclose annually the ratio of their CEO's pay to the median; lower quartile and upper quartile pay of their UK employees. format: double nullable: true twentyFivePercentileAmount: type: number description: Amount of the CEO's total remuneration to the representative employee in the 25th percentile (lower quartile) of employees' pay. format: double nullable: true payRatioId: type: integer description: A unique identifier assigned to each pay ratio. format: int32 nullable: true additionalProperties: false title: OutputExecutivePayRatioInformation OutputEsgFundLevelImpactMetrics: type: object properties: sdg2PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg2PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg2PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg2PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg2PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg2PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg2PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg2NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg2PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg2PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg2PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg2PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg2PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg2PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg3PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg3PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg3PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg3PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg3PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg3PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg3NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg3PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg3PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg3PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg3PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg3PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg4PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg4PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg4PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg4PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg4PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg4PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg4NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg4PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg4PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg4PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg4PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg4PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg6PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg6PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg6PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg6PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg6PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg6PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg6NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg6PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg6PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg6PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg6PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg6PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg7PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg7PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg7PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg7PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg7PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg7PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg7NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg7PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg7PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg7PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg7PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg7PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg9PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg9PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg9PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg9PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg9PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg9PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg9NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg9PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg9PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg9PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg9PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg9PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg10PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg10PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg10PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg10PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg10PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg10PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg10NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg10PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg10PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg10PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg10PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg10PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg11PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg11PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg11PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg11PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg11PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg11PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg11NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg11PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg11PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg11PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg11PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg11PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg12PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg12PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg12PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg12PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg12PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg12PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg12NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg12PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg12PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg12PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg12PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg12PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg13PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg13PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg13PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg13PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg13PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg13PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg13NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg13PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg13PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg13PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg13PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg13PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg14PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg14PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg14PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg14PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg14PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg14PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg14NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg14PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg14PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg14PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg14PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg14PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioEligible: type: number description: '' format: double nullable: true sdg15PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true sdg15PercOfPortfolioCovered: type: number description: '' format: double nullable: true sdg15PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true sdg15PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true sdg15PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sdg15PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true sdg15NumberOfHoldingsCovered: type: number description: '' format: double nullable: true sdg15PercOfPortfolioInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg15PercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true sdg15PercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true sdg15PercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true sdg15PercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true sdg2AverageRevenuePerc: type: number description: '' format: double nullable: true sdg3AverageRevenuePerc: type: number description: '' format: double nullable: true sdg4AverageRevenuePerc: type: number description: '' format: double nullable: true sdg6AverageRevenuePerc: type: number description: '' format: double nullable: true sdg7AverageRevenuePerc: type: number description: '' format: double nullable: true sdg9AverageRevenuePerc: type: number description: '' format: double nullable: true sdg10AverageRevenuePerc: type: number description: '' format: double nullable: true sdg11AverageRevenuePerc: type: number description: '' format: double nullable: true sdg12AverageRevenuePerc: type: number description: '' format: double nullable: true sdg13AverageRevenuePerc: type: number description: '' format: double nullable: true sdg14AverageRevenuePerc: type: number description: '' format: double nullable: true sdg15AverageRevenuePerc: type: number description: '' format: double nullable: true sdg2PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg2PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg2PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg2PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg2PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg3PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg4PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg6PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg7PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg9PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg10PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg11PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg12PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg13PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg14PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioWithLessThan5percInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioWith510percInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioWith1025percInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioWith2550percInvolved: type: number description: '' format: double nullable: true sdg15PercOfPortfolioWithOver50percInvolved: type: number description: '' format: double nullable: true sdg2PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg3PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg4PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg6PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg7PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg9PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg10PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg11PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg12PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg13PercInvolvedCategoryAverage: type: number description: '' format: double nullable: true sdg14PercInvolvedCategoryAverage: type: string description: '' nullable: true sdg15PercInvolvedCategoryAverage: type: string description: '' nullable: true sdg2RevenuePercCategoryAverage: type: string description: '' nullable: true sdg3RevenuePercCategoryAverage: type: string description: '' nullable: true sdg4RevenuePercCategoryAverage: type: string description: '' nullable: true sdg6RevenuePercCategoryAverage: type: string description: '' nullable: true sdg7RevenuePercCategoryAverage: type: string description: '' nullable: true sdg9RevenuePercCategoryAverage: type: string description: '' nullable: true sdg10RevenuePercCategoryAverage: type: string description: '' nullable: true sdg11RevenuePercCategoryAverage: type: string description: '' nullable: true sdg12RevenuePercCategoryAverage: type: string description: '' nullable: true sdg13RevenuePercCategoryAverage: type: string description: '' nullable: true sdg14RevenuePercCategoryAverage: type: string description: '' nullable: true sdg15RevenuePercCategoryAverage: type: string description: '' nullable: true sdg2RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg3RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg4RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg6RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg7RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg9RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg10RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg11RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg12RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg13RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg14RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true sdg15RevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true waterWithdrawalIntensityAverage: type: string description: '' nullable: true percOfPortfolioCorporate: type: string description: '' nullable: true percOfPortfolioSovereign: type: string description: '' nullable: true percOfPortfolioOther: type: string description: '' nullable: true impactMetricsEligibleType: $ref: '#/components/schemas/CodeMappingString' humanDevelopmentPercOfPortfolioEligible: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioNotEligible: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioCovered: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioNotCovered: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true humanDevelopmentPercOfEligiblePortfolioCovered: type: string description: '' nullable: true humanDevelopmentPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true humanDevelopmentNumberOfHoldingsCovered: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioInvolved: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioNotInvolved: type: string description: '' nullable: true humanDevelopmentPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true humanDevelopmentPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true humanDevelopmentPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true humanDevelopmentPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioEligible: type: string description: '' nullable: true resourceSecurityPercOfPortfolioNotEligible: type: string description: '' nullable: true resourceSecurityPercOfPortfolioCovered: type: string description: '' nullable: true resourceSecurityPercOfPortfolioNotCovered: type: string description: '' nullable: true resourceSecurityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true resourceSecurityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true resourceSecurityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true resourceSecurityNumberOfHoldingsCovered: type: string description: '' nullable: true resourceSecurityPercOfPortfolioInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioNotInvolved: type: string description: '' nullable: true resourceSecurityPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true resourceSecurityPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true resourceSecurityPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true resourceSecurityPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioEligible: type: string description: '' nullable: true climateActionPercOfPortfolioNotEligible: type: string description: '' nullable: true climateActionPercOfPortfolioCovered: type: string description: '' nullable: true climateActionPercOfPortfolioNotCovered: type: string description: '' nullable: true climateActionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true climateActionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true climateActionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true climateActionNumberOfHoldingsCovered: type: string description: '' nullable: true climateActionPercOfPortfolioInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioNotInvolved: type: string description: '' nullable: true climateActionPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true climateActionPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true climateActionPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true climateActionPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioEligible: type: string description: '' nullable: true basicNeedsPercOfPortfolioNotEligible: type: string description: '' nullable: true basicNeedsPercOfPortfolioCovered: type: string description: '' nullable: true basicNeedsPercOfPortfolioNotCovered: type: string description: '' nullable: true basicNeedsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true basicNeedsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true basicNeedsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true basicNeedsNumberOfHoldingsCovered: type: string description: '' nullable: true basicNeedsPercOfPortfolioInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioNotInvolved: type: string description: '' nullable: true basicNeedsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true basicNeedsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true basicNeedsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true basicNeedsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioEligible: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioNotEligible: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioCovered: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioNotCovered: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true healthyEcosystemsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true healthyEcosystemsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true healthyEcosystemsNumberOfHoldingsCovered: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioNotInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true humanDevelopmentAverageRevenuePerc: type: string description: '' nullable: true resourceSecurityAverageRevenuePerc: type: string description: '' nullable: true climateActionAverageRevenuePerc: type: string description: '' nullable: true basicNeedsAverageRevenuePerc: type: string description: '' nullable: true healthyEcosystemsAverageRevenuePerc: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioWithLessThan5percInvolved: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioWith510percInvolved: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioWith1025percInvolved: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioWith2550percInvolved: type: string description: '' nullable: true humanDevelopmentPercOfPortfolioWithOver50percInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioWithLessThan5percInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioWith510percInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioWith1025percInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioWith2550percInvolved: type: string description: '' nullable: true resourceSecurityPercOfPortfolioWithOver50percInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioWithLessThan5percInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioWith510percInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioWith1025percInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioWith2550percInvolved: type: string description: '' nullable: true climateActionPercOfPortfolioWithOver50percInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioWithLessThan5percInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioWith510percInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioWith1025percInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioWith2550percInvolved: type: string description: '' nullable: true basicNeedsPercOfPortfolioWithOver50percInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioWithLessThan5percInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioWith510percInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioWith1025percInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioWith2550percInvolved: type: string description: '' nullable: true healthyEcosystemsPercOfPortfolioWithOver50percInvolved: type: string description: '' nullable: true waterWithdrawalIntensityPercOfPortfolioCovered: type: string description: '' nullable: true waterWithdrawalIntensityNumberOfHoldingsCovered: type: string description: '' nullable: true humanDevelopmentPercInvolvedCategoryAverage: type: string description: '' nullable: true resourceSecurityPercInvolvedCategoryAverage: type: string description: '' nullable: true climateActionPercInvolvedCategoryAverage: type: string description: '' nullable: true basicNeedsPercInvolvedCategoryAverage: type: string description: '' nullable: true healthyEcosystemsPercInvolvedCategoryAverage: type: string description: '' nullable: true humanDevelopmentRevenuePercCategoryAverage: type: string description: '' nullable: true resourceSecurityRevenuePercCategoryAverage: type: string description: '' nullable: true climateActionRevenuePercCategoryAverage: type: string description: '' nullable: true basicNeedsRevenuePercCategoryAverage: type: string description: '' nullable: true healthyEcosystemsRevenuePercCategoryAverage: type: string description: '' nullable: true humanDevelopmentRevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true resourceSecurityRevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true climateActionRevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true basicNeedsRevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true healthyEcosystemsRevenuePercNumberOfFundsInCategory: type: string description: '' nullable: true waterWithdrawalIntensityCategoryAverage: type: string description: '' nullable: true waterWithdrawalIntensityNumberOfFundsInCategory: type: string description: '' nullable: true waterWithdrawalIntensityPercOfPortfolioEligible: type: string description: '' nullable: true waterWithdrawalIntensityPercOfPortfolioNotEligible: type: string description: '' nullable: true waterWithdrawalIntensityPercOfPortfolioNotCovered: type: string description: '' nullable: true waterWithdrawalIntensityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true waterWithdrawalIntensityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true waterWithdrawalIntensityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelImpactMetrics description: All fields are nullable. Empty or `null` value fields are not returned. OutputPreferredStockRedemptionSchedule: type: object properties: currencyCode: type: string description: The standard set ISO 4217 that defines codes for currencies; as well as funds and minor currency units. nullable: true redemptionDate: type: string description: The date when the redeemable preferred shares were bought back by the company nullable: true redemptionPrice: type: number description: The price at which the redeemable preferred shares were bought back by the company format: double nullable: true additionalProperties: false title: OutputPreferredStockRedemptionSchedule OutputManagerResearchPortfolioAnalytics: type: object properties: fairValueEstimate: type: number description: '' format: double nullable: true moatPercNarrow: type: number description: '' format: double nullable: true moatPercNone: type: number description: '' format: double nullable: true moatPercWide: type: number description: '' format: double nullable: true valuationPortfolioDate: type: string description: '' nullable: true additionalProperties: false title: OutputManagerResearchPortfolioAnalytics description: All fields are nullable. Empty or `null` value fields are not returned. ResponseThematicFunds: type: object properties: thematicFunds: $ref: '#/components/schemas/OutputThematicFunds' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEarningReport: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true basicEpsFromContinuingOperationsValue: type: number description: Earnings per share calculated as a ratio between net income available to common shareholders from continuing operations and basic weighted average shares outstanding. format: double nullable: true basicEpsFromDiscontinuedOperationsValue: type: number description: Earnings per share calculated as a ratio between net income available to common shareholders from discontinued operations and basic weighted average shares outstanding. format: double nullable: true basicEpsFromNetInvestmentIncomeValue: type: number description: Earnings per share calculated as a ratio between Net Investment Income and basic weighted average shares outstanding. Commonly reported by US CEF companies. format: double nullable: true basicEpsFromNetRealizedAndUnrealizedGainLossOnInvestmentsValue: type: number description: Earnings per share calculated as a ratio between Net Realized and Unrealized Gain/Loss on Investments and basic weighted average shares outstanding. Commonly reported by US CEF companies. format: double nullable: true basicEpsValue: type: number description: Earnings per share calculated as a ratio between net income available to common shareholders and basic weighted average shares outstanding. format: double nullable: true basicWeightedAverageSharesOutstanding: type: integer description: Weighted average shares outstanding for the accounting period used to calculate basic EPS. format: int64 nullable: true commonDividendPerShareValue: type: number description: Per share value calculated as a ratio between amount of dividends paid or declared and number of common shares outstanding. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' dilutedEpsFromContinuingOperationsValue: type: number description: Earnings per share calculated as a ratio between diluted net income available to common shareholders from continuing operations and diluted weighted average shares outstanding. format: double nullable: true dilutedEpsFromDiscontinuedOperationsValue: type: number description: Earnings per share calculated as a ratio between diluted net income available to common shareholders from discontinued operations and diluted weighted average shares outstanding. format: double nullable: true dilutedEpsFromNetInvestmentIncomeValue: type: number description: Earnings per share calculated as a ratio between Net Investment Income and diluted weighted average shares outstanding. Commonly reported by US CEF companies. format: double nullable: true dilutedEpsFromNetRealizedAndUnrealizedGainLossOnInvestmentsValue: type: number description: Earnings per share calculated as a ratio between Net Realized and Unrealized Gain/Loss on Investments and diluted weighted average shares outstanding. Commonly reported by US CEF companies. format: double nullable: true dilutedEpsValue: type: number description: Earnings per share calculated as a ratio between diluted net income available to common shareholders and diluted weighted average shares outstanding. format: double nullable: true dilutedWeightedAverageSharesOutstanding: type: integer description: Weighted average shares outstanding for the accounting period used to calculate diluted EPS. format: int64 nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int64 nullable: true earningReportFileDate: type: string description: The date of the company's filings where earnings report value was collected nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingShort' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' preferredDividendPerShareValue: type: number description: Per share value calculated as dividends that are accrued and paid on the company's preferred shares divided by the number of shares outstanding. format: double nullable: true regularDividendPerShareCalculatedValue: type: number description: The data point represents the value of a company's regular cash dividends allocated to each outstanding share. It is calculated using the summation of all cash dividends per share paid out by the company within the given period. format: double nullable: true reportedNormalizedBasicEpsValue: type: number description: Basic EPS that is adjusted for the effects of seasonality and income/expenses that are unusual or one-time in nature reported by the company; usually in the notes to the financial statements or management discussion and analysis. format: double nullable: true reportedNormalizedDilutedEpsValue: type: number description: Diluted EPS that is adjusted for the effects of seasonality and income/expenses that are unusual or one-time in nature reported by the company; usually in the notes to the financial statements or management discussion and analysis. format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int64 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true specialDividendPerShareCalculatedValue: type: number description: The data point represents the value of a company's special dividend allocated to each outstanding share. It is calculated using the summation of special dividend per share within the given period. format: double nullable: true specialDividendPerShareValue: type: number description: Per share value calculated as the additional dividend payment made by the board to its stockholders that are separate from the normal recurring dividend cycle divided by the number of common shares outstanding. format: double nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' totalDividendPerShareCalculatedValue: type: number description: The data point represents the value of a company's total dividend allocated to each outstanding share. It is calculated using the summation of regular and special cash dividends per share within the given period. format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputEarningReport ResponseIndexLevelsPrice: type: object properties: indexLevelsPrice: $ref: '#/components/schemas/OutputIndexLevelsPrice' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputIsinChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the ISIN for the share class was changed nullable: true changeFrom: type: string description: The ISIN that the share class changes from nullable: true changeTo: type: string description: The ISIN that the share class changes to nullable: true additionalProperties: false title: OutputIsinChangeLog InputView: oneOf: - $ref: '#/components/schemas/InputViewParameterless' - $ref: '#/components/schemas/InputViewEquityAnalystNormalizedFinancials' - $ref: '#/components/schemas/InputViewEquityBasicDetails' - $ref: '#/components/schemas/InputViewEquityCorporateActionsPriceMergersAndAcquisitions' - $ref: '#/components/schemas/InputViewEquityFinancials' - $ref: '#/components/schemas/InputViewEquityIndustrySpecificMetrics' - $ref: '#/components/schemas/InputViewEquityOwnershipRegulatoryReporting' - $ref: '#/components/schemas/InputViewEquityOwnershipSummary' - $ref: '#/components/schemas/InputViewEquityTotalSharesOutstanding' - $ref: '#/components/schemas/InputViewQuantitativeEquityRatingAnalysis' discriminator: propertyName: viewId mapping: cusip: '#/components/schemas/InputViewParameterless' cusip-change: '#/components/schemas/InputViewParameterless' equity-aggregates-financials: '#/components/schemas/InputViewParameterless' equity-aggregates-market-capitalization-and-enterprise-value: '#/components/schemas/InputViewParameterless' equity-aggregates-residual-risk-and-return-sensitivity: '#/components/schemas/InputViewParameterless' equity-aggregates-returns: '#/components/schemas/InputViewParameterless' equity-analyst-normalized-financials: '#/components/schemas/InputViewEquityAnalystNormalizedFinancials' equity-basic-details: '#/components/schemas/InputViewEquityBasicDetails' equity-basic-reference: '#/components/schemas/InputViewParameterless' equity-compensation: '#/components/schemas/InputViewParameterless' equity-consensus-estimates: '#/components/schemas/InputViewParameterless' equity-corporate-actions-price-mergers-and-acquisitions: '#/components/schemas/InputViewEquityCorporateActionsPriceMergersAndAcquisitions' equity-financials: '#/components/schemas/InputViewEquityFinancials' equity-governance: '#/components/schemas/InputViewParameterless' equity-industry-classification: '#/components/schemas/InputViewParameterless' equity-industry-specific-metrics: '#/components/schemas/InputViewEquityIndustrySpecificMetrics' equity-key-events: '#/components/schemas/InputViewParameterless' equity-market-capitalization-and-enterprise-value: '#/components/schemas/InputViewParameterless' equity-ownership-asset-managers: '#/components/schemas/InputViewParameterless' equity-ownership-insiders: '#/components/schemas/InputViewParameterless' equity-ownership-managed-investments: '#/components/schemas/InputViewParameterless' equity-ownership-regulatory-reporting: '#/components/schemas/InputViewEquityOwnershipRegulatoryReporting' equity-ownership-summary: '#/components/schemas/InputViewEquityOwnershipSummary' equity-quantitative-comparables: '#/components/schemas/InputViewParameterless' equity-reference-change: '#/components/schemas/InputViewParameterless' equity-research-ratings-mostrecent: '#/components/schemas/InputViewParameterless' equity-residual-risk-and-return-sensitivity: '#/components/schemas/InputViewParameterless' equity-returns: '#/components/schemas/InputViewParameterless' equity-shareholder-stewardship: '#/components/schemas/InputViewParameterless' equity-short-interest: '#/components/schemas/InputViewParameterless' equity-style-box: '#/components/schemas/InputViewParameterless' equity-total-shares-outstanding: '#/components/schemas/InputViewEquityTotalSharesOutstanding' equity-transcripts: '#/components/schemas/InputViewParameterless' quantitative-equity-rating-analysis: '#/components/schemas/InputViewQuantitativeEquityRatingAnalysis' quantitative-equity-research-ratings: '#/components/schemas/InputViewParameterless' sedol: '#/components/schemas/InputViewParameterless' sedol-change: '#/components/schemas/InputViewParameterless' Output_529CollegeInvestmentPackage: type: object properties: age0BondPerc: type: number description: '' format: double nullable: true age0CashPerc: type: number description: '' format: double nullable: true age0OtherPerc: type: number description: '' format: double nullable: true age0StockPerc: type: number description: '' format: double nullable: true trackName: type: string description: '' nullable: true age1BondPerc: type: number description: '' format: double nullable: true age1CashPerc: type: number description: '' format: double nullable: true age1OtherPerc: type: number description: '' format: double nullable: true age1StockPerc: type: number description: '' format: double nullable: true age2BondPerc: type: number description: '' format: double nullable: true age2CashPerc: type: number description: '' format: double nullable: true age2OtherPerc: type: number description: '' format: double nullable: true age2StockPerc: type: number description: '' format: double nullable: true age3BondPerc: type: number description: '' format: double nullable: true age3CashPerc: type: number description: '' format: double nullable: true age3OtherPerc: type: number description: '' format: double nullable: true age3StockPerc: type: number description: '' format: double nullable: true age4BondPerc: type: number description: '' format: double nullable: true age4CashPerc: type: number description: '' format: double nullable: true age4OtherPerc: type: number description: '' format: double nullable: true age4StockPerc: type: number description: '' format: double nullable: true age5BondPerc: type: number description: '' format: double nullable: true age5CashPerc: type: number description: '' format: double nullable: true age5OtherPerc: type: number description: '' format: double nullable: true age5StockPerc: type: number description: '' format: double nullable: true age6BondPerc: type: number description: '' format: double nullable: true age6CashPerc: type: number description: '' format: double nullable: true age6OtherPerc: type: number description: '' format: double nullable: true age6StockPerc: type: number description: '' format: double nullable: true age7BondPerc: type: number description: '' format: double nullable: true age7CashPerc: type: number description: '' format: double nullable: true age7OtherPerc: type: number description: '' format: double nullable: true age7StockPerc: type: number description: '' format: double nullable: true age8BondPerc: type: number description: '' format: double nullable: true age8CashPerc: type: number description: '' format: double nullable: true age8OtherPerc: type: number description: '' format: double nullable: true age8StockPerc: type: number description: '' format: double nullable: true age9BondPerc: type: number description: '' format: double nullable: true age9CashPerc: type: number description: '' format: double nullable: true age9OtherPerc: type: number description: '' format: double nullable: true age9StockPerc: type: number description: '' format: double nullable: true age10BondPerc: type: number description: '' format: double nullable: true age10CashPerc: type: number description: '' format: double nullable: true age10OtherPerc: type: number description: '' format: double nullable: true age10StockPerc: type: number description: '' format: double nullable: true age11BondPerc: type: number description: '' format: double nullable: true age11CashPerc: type: number description: '' format: double nullable: true age11OtherPerc: type: number description: '' format: double nullable: true age11StockPerc: type: number description: '' format: double nullable: true age12BondPerc: type: number description: '' format: double nullable: true age12CashPerc: type: number description: '' format: double nullable: true age12OtherPerc: type: number description: '' format: double nullable: true age12StockPerc: type: number description: '' format: double nullable: true age13BondPerc: type: number description: '' format: double nullable: true age13CashPerc: type: number description: '' format: double nullable: true age13OtherPerc: type: number description: '' format: double nullable: true age13StockPerc: type: number description: '' format: double nullable: true age14BondPerc: type: number description: '' format: double nullable: true age14CashPerc: type: number description: '' format: double nullable: true age14OtherPerc: type: number description: '' format: double nullable: true age14StockPerc: type: number description: '' format: double nullable: true age15BondPerc: type: number description: '' format: double nullable: true age15CashPerc: type: number description: '' format: double nullable: true age15OtherPerc: type: number description: '' format: double nullable: true age15StockPerc: type: number description: '' format: double nullable: true age16BondPerc: type: number description: '' format: double nullable: true age16CashPerc: type: number description: '' format: double nullable: true age16OtherPerc: type: number description: '' format: double nullable: true age16StockPerc: type: number description: '' format: double nullable: true age17BondPerc: type: number description: '' format: double nullable: true age17CashPerc: type: number description: '' format: double nullable: true age17OtherPerc: type: number description: '' format: double nullable: true age17StockPerc: type: number description: '' format: double nullable: true age18BondPerc: type: number description: '' format: double nullable: true age18CashPerc: type: number description: '' format: double nullable: true age18OtherPerc: type: number description: '' format: double nullable: true age18StockPerc: type: number description: '' format: double nullable: true age19BondPerc: type: number description: '' format: double nullable: true age19CashPerc: type: number description: '' format: double nullable: true age19OtherPerc: type: number description: '' format: double nullable: true age19StockPerc: type: number description: '' format: double nullable: true age20BondPerc: type: number description: '' format: double nullable: true age20CashPerc: type: number description: '' format: double nullable: true age20OtherPerc: type: number description: '' format: double nullable: true age20StockPerc: type: number description: '' format: double nullable: true age21BondPerc: type: number description: '' format: double nullable: true age21CashPerc: type: number description: '' format: double nullable: true age21OtherPerc: type: number description: '' format: double nullable: true age21StockPerc: type: number description: '' format: double nullable: true age22BondPerc: type: number description: '' format: double nullable: true age22CashPerc: type: number description: '' format: double nullable: true age22OtherPerc: type: number description: '' format: double nullable: true age22StockPerc: type: number description: '' format: double nullable: true age23BondPerc: type: number description: '' format: double nullable: true age23CashPerc: type: number description: '' format: double nullable: true age23OtherPerc: type: number description: '' format: double nullable: true age23StockPerc: type: number description: '' format: double nullable: true age24BondPerc: type: number description: '' format: double nullable: true age24CashPerc: type: number description: '' format: double nullable: true age24OtherPerc: type: number description: '' format: double nullable: true age24StockPerc: type: number description: '' format: double nullable: true issuingState: $ref: '#/components/schemas/CodeMappingString' programManager: type: string description: '' nullable: true trustee: type: string description: '' nullable: true planInceptionDate: type: string description: '' nullable: true netAssetsDate: type: string description: '' nullable: true netAssetsPlan: type: number description: '' format: double nullable: true numberOfAgeBasedPortfolios: type: integer description: '' format: int32 nullable: true numberOfStaticPortfolios: type: integer description: '' format: int32 nullable: true phoneNumber: type: string description: '' nullable: true webAddress: type: string description: '' nullable: true maxInvestmentPerBeneficiary: type: number description: '' format: double nullable: true minInitialPurchaseResidentUsd: type: integer description: '' format: int32 nullable: true minInitialPurchaseNonResidentUsd: type: integer description: '' format: int32 nullable: true minAdditionalPurchaseResidentUsd: type: integer description: '' format: int32 nullable: true minAdditionalPurchaseNonResidentUsd: type: integer description: '' format: int32 nullable: true minInitialAipResidentUsd: type: integer description: '' format: int32 nullable: true minInitialAipNonResidentUsd: type: integer description: '' format: int32 nullable: true minAdditionalAipResidentUsd: type: integer description: '' format: int32 nullable: true minAdditionalAipNonResidentUsd: type: integer description: '' format: int32 nullable: true shareClassClosedToNewInv: $ref: '#/components/schemas/CodeMappingString' minProgramManagementFee: type: number description: '' format: double nullable: true maxProgramManagementFee: type: number description: '' format: double nullable: true minUnderlyingFundExpense: type: number description: '' format: double nullable: true maxUnderlyingFundExpense: type: number description: '' format: double nullable: true minAnnualMaintenanceFeeUsd: type: number description: '' format: double nullable: true maxAnnualMaintenanceFeeUsd: type: number description: '' format: double nullable: true enrollmentFeeNonResidentUsd: type: number description: '' format: double nullable: true feeToChangeBeneficiaryUsd: type: number description: '' format: double nullable: true enrollmentFeeResidentUsd: type: number description: '' format: double nullable: true prospectusDate: type: string description: '' nullable: true programManagerStart: type: string description: '' nullable: true programManagerEnd: type: string description: '' nullable: true email: type: string description: '' nullable: true distributor: type: string description: '' nullable: true directSold: $ref: '#/components/schemas/CodeMappingString' advisorSold: $ref: '#/components/schemas/CodeMappingString' stateTaxDeductionLimitIndividualUsd: type: number description: '' format: double nullable: true stateTaxDeductionLimitJointUsd: type: number description: '' format: double nullable: true stateTaxDeductionBasis: $ref: '#/components/schemas/CodeMappingString' stateIncomeCapForDeductibilityIndividualUsd: type: number description: '' format: double nullable: true stateIncomeCapForDeductibilityJointUsd: type: number description: '' format: double nullable: true taxParity: $ref: '#/components/schemas/CodeMappingString' minTotalExpenseRatio: type: number description: '' format: double nullable: true maxTotalExpenseRatio: type: number description: '' format: double nullable: true numberOfAgeBasedTracks: type: integer description: '' format: int32 nullable: true enrollmentFeeAipUsd: type: number description: '' format: double nullable: true enrollmentFeeWaiverForOtherConditions: type: string description: '' nullable: true cancellationFeeUsd: type: number description: '' format: double nullable: true otherFeeName: type: string description: '' nullable: true otherFee: type: number description: '' format: double nullable: true fullyOpenToNonResidents: $ref: '#/components/schemas/CodeMappingString' onlineApplication: $ref: '#/components/schemas/CodeMappingString' allowedContributors: $ref: '#/components/schemas/CodeMappingString' rolloverInAllowed: $ref: '#/components/schemas/CodeMappingString' stateIncomeTax: $ref: '#/components/schemas/CodeMappingString' otherState529PlanWithdrawalTaxable: $ref: '#/components/schemas/CodeMappingString' planName: type: string description: '' nullable: true maintenanceFeeNonResidentUsd: type: number description: '' format: double nullable: true distributionFee: type: number description: '' format: double nullable: true programManagementFee: type: number description: '' format: double nullable: true underlyingFundFees: type: number description: '' format: double nullable: true maintenanceFeeWaiverBalance: type: number description: '' format: double nullable: true maintenanceFeeWaiverContribution: type: number description: '' format: double nullable: true optionType: $ref: '#/components/schemas/CodeMappingString' maintenanceFeeAipUsd: type: number description: '' format: double nullable: true maintenanceFeeResidentUsd: type: number description: '' format: double nullable: true administrativeFee: type: number description: '' format: double nullable: true otherAssetBasedFee: type: number description: '' format: double nullable: true salesChannel: $ref: '#/components/schemas/CodeMappingString' availability: $ref: '#/components/schemas/CodeMappingString' otherAssetBasedFeeName: type: string description: '' nullable: true additionalProperties: false title: Output_529CollegeInvestmentPackage description: All fields are nullable. Empty or `null` value fields are not returned. OutputEquityPortfolioStatistics: type: object properties: averageMarketCapMilLong: type: number description: '' format: double nullable: true averageMarketCapMilShort: type: number description: '' format: double nullable: true averageMonthPeriodSurvey: type: integer description: '' format: int32 nullable: true avgLeverage: type: number description: '' format: double nullable: true cashReturnPercLong: type: number description: '' format: double nullable: true cashReturnPercShort: type: number description: '' format: double nullable: true dateOfPercCallCover: type: string description: '' nullable: true debtAssetCoverageRatio: type: number description: '' format: double nullable: true debtToCapitalPercTrailingLong: type: number description: '' format: double nullable: true debtToCapitalPercTrailingShort: type: number description: '' format: double nullable: true dividendYieldLong: type: number description: '' format: double nullable: true dividendYieldShort: type: number description: '' format: double nullable: true economicMoatNarrowPercLong: type: number description: '' format: double nullable: true economicMoatNarrowPercLongRescaled: type: number description: '' format: double nullable: true economicMoatNarrowPercNet: type: number description: '' format: double nullable: true economicMoatNarrowPercShort: type: number description: '' format: double nullable: true economicMoatNonePercLong: type: number description: '' format: double nullable: true economicMoatNonePercLongRescaled: type: number description: '' format: double nullable: true economicMoatNonePercNet: type: number description: '' format: double nullable: true economicMoatNonePercShort: type: number description: '' format: double nullable: true economicMoatRescalingFactorLong: type: number description: '' format: double nullable: true economicMoatWidePercLong: type: number description: '' format: double nullable: true economicMoatWidePercLongRescaled: type: number description: '' format: double nullable: true economicMoatWidePercNet: type: number description: '' format: double nullable: true economicMoatWidePercShort: type: number description: '' format: double nullable: true equityStyleFactorBvGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorBvGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorCfGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorCfGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorDivYldLong: type: number description: '' format: double nullable: true equityStyleFactorDivYldShort: type: number description: '' format: double nullable: true equityStyleFactorHistEarnGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorHistEarnGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorLtEarnGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorLtEarnGrowthShort: type: number description: '' format: double nullable: true equityStyleFactorPorbLong: type: number description: '' format: double nullable: true equityStyleFactorPorbShort: type: number description: '' format: double nullable: true equityStyleFactorPorcLong: type: number description: '' format: double nullable: true equityStyleFactorPorcShort: type: number description: '' format: double nullable: true equityStyleFactorPoreLong: type: number description: '' format: double nullable: true equityStyleFactorPoreShort: type: number description: '' format: double nullable: true equityStyleFactorPorsLong: type: number description: '' format: double nullable: true equityStyleFactorPorsShort: type: number description: '' format: double nullable: true equityStyleFactorSalesGrowthLong: type: number description: '' format: double nullable: true equityStyleFactorSalesGrowthShort: type: number description: '' format: double nullable: true financialHealthGradeLong: $ref: '#/components/schemas/CodeMappingString' financialHealthGradeShort: $ref: '#/components/schemas/CodeMappingString' firmMarketValue: type: number description: '' format: double nullable: true forwardDividendYieldLong: type: number description: '' format: double nullable: true forwardDividendYieldShort: type: number description: '' format: double nullable: true growthGradeLong: $ref: '#/components/schemas/CodeMappingString' growthGradeShort: $ref: '#/components/schemas/CodeMappingString' latestPercAssetInTop10Holdings: type: number description: '' format: double nullable: true latestPercAssetInTop10HoldingsDate: type: string description: '' nullable: true leverageRatio: type: number description: '' format: double nullable: true maximumLeverageAllowed: type: number description: '' format: double nullable: true monthlyEarningsPerShareSurvey: type: number description: '' format: double nullable: true monthlyEarningsSurveyDate: type: string description: '' nullable: true netMarginPercTrailingLong: type: number description: '' format: double nullable: true netMarginPercTrailingShort: type: number description: '' format: double nullable: true numberOfHoldings: type: string description: '' nullable: true numberOfShareholders: type: integer description: '' format: int32 nullable: true ofBondHoldingsLong: type: integer description: '' format: int32 nullable: true ofBondHoldingsShort: type: integer description: '' format: int32 nullable: true ofHoldingsLong: type: integer description: '' format: int32 nullable: true ofOtherHoldingsLong: type: integer description: '' format: int32 nullable: true ofOtherHoldingsShort: type: integer description: '' format: int32 nullable: true ofStockHoldingsLong: type: integer description: '' format: int32 nullable: true ofStockHoldingsShort: type: integer description: '' format: int32 nullable: true percAssetInTop10Holdings: type: number description: '' format: double nullable: true percentOfEquityInUnderlyingFunds: type: number description: '' format: double nullable: true percPortfolioCoveredByCalls: type: number description: '' format: double nullable: true porbRatioTtmLong: type: number description: '' format: double nullable: true porbRatioTtmShort: type: number description: '' format: double nullable: true porcRatioTtmLong: type: number description: '' format: double nullable: true porcRatioTtmShort: type: number description: '' format: double nullable: true poreRatioTtmLong: type: number description: '' format: double nullable: true poreRatioTtmShort: type: number description: '' format: double nullable: true porfcfRatioTtmLong: type: number description: '' format: double nullable: true porfcfRatioTtmShort: type: number description: '' format: double nullable: true porsRatioTtmLong: type: number description: '' format: double nullable: true porsRatioTtmShort: type: number description: '' format: double nullable: true preferredSharesAssetCoverageRatio: type: number description: '' format: double nullable: true profitabilityGradeLong: $ref: '#/components/schemas/CodeMappingString' profitabilityGradeShort: $ref: '#/components/schemas/CodeMappingString' ratioInUnderlyingFunds: type: number description: '' format: double nullable: true remainingBookValue: type: number description: '' format: double nullable: true remainingBookValueDate: type: string description: '' nullable: true roaPercTtmLong: type: number description: '' format: double nullable: true roaPercTtmShort: type: number description: '' format: double nullable: true roePercTtmLong: type: number description: '' format: double nullable: true roePercTtmShort: type: number description: '' format: double nullable: true roicTtmLong: type: number description: '' format: double nullable: true roicTtmShort: type: number description: '' format: double nullable: true stockFuturesRatio: type: number description: '' format: double nullable: true totalLeverageRatio: type: number description: '' format: double nullable: true totalMarketValueLong: type: number description: '' format: double nullable: true totalMarketValueNet: type: number description: '' format: double nullable: true totalMarketValueShort: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEquityPortfolioStatistics description: All fields are nullable. Empty or `null` value fields are not returned. OutputDomicileCountryChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the domicile country for the company was changed nullable: true changeFrom: type: string description: The domicile country that the company changes from nullable: true changeTo: type: string description: The domicile country that the company changes to nullable: true additionalProperties: false title: OutputDomicileCountryChangeLog OutputValuationGrowthRates: type: object properties: asOfDate: type: string description: The calendar date when the company grade is calculated. nullable: true priceToBookRatio10YearGrowth: type: number description: This data point is the annualized growth of PB ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10)- 1]. PB ratio represents the value of a company's stock price relative to its common equity book value per share. format: double nullable: true priceToBookRatio1YearGrowth: type: number description: This data point is the annualized growth of PB ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. PB ratio represents the value of a company's stock price relative to its common equity book value per share. format: double nullable: true priceToBookRatio3YearAverageChange: type: number description: This data point is the percentage change of PB ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true priceToBookRatio3YearGrowth: type: number description: This data point is the annualized growth of PB ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. PB ratio represents the value of a company's stock price relative to its common equity book value per share. format: double nullable: true priceToBookRatio5YearGrowth: type: number description: This data point is the annualized growth of PB ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. PB ratio represents the value of a company's stock price relative to its common equity book value per share. format: double nullable: true priceToEarningsRatio10YearGrowth: type: number description: This data point is the annualized growth of PE ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. PE ratio represents the value of a company's stock price relative to its earnings per share. format: double nullable: true priceToEarningsRatio1YearGrowth: type: number description: This data point is the annualized growth of PE ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. PE ratio represents the value of a company's stock price relative to its earnings per share. format: double nullable: true priceToEarningsRatio3YearAverageChange: type: number description: This data point is the percentage change of PE ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true priceToEarningsRatio3YearGrowth: type: number description: This data point is the annualized growth of PE ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. PE ratio represents the value of a company's stock price relative to its earnings per share. format: double nullable: true priceToEarningsRatio5YearGrowth: type: number description: This data point is the annualized growth of PE ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. PE ratio represents the value of a company's stock price relative to its earnings per share. format: double nullable: true priceToFreeCashFlowRatio10YearGrowth: type: number description: This data point is the annualized growth of PFCF ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. PFCF ratio represents the value of a company's stock price relative to its free cash flow per share. format: double nullable: true priceToFreeCashFlowRatio1YearGrowth: type: number description: This data point is the annualized growth of PFCF ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. PFCF ratio represents the value of a company's stock price relative to its free cash flow per share. format: double nullable: true priceToFreeCashFlowRatio3YearAverageChange: type: number description: This data point is the percentage change of PFCF ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true priceToFreeCashFlowRatio3YearGrowth: type: number description: This data point is the annualized growth of PFCF ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3)- 1]. PFCF ratio represents the value of a company's stock price relative to its free cash flow per share. format: double nullable: true priceToFreeCashFlowRatio5YearGrowth: type: number description: This data point is the annualized growth of PFCF ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. PFCF ratio represents the value of a company's stock price relative to its free cash flow per share. format: double nullable: true priceToSalesRatio10YearGrowth: type: number description: This data point is the annualized growth of PS ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago) ^(1/10)- 1]. PS represents the value of a company's stock price relative to its total revenue per share. format: double nullable: true priceToSalesRatio1YearGrowth: type: number description: This data point is the annualized growth of PS ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. PS represents the value of a company's stock price relative to its total revenue per share. format: double nullable: true priceToSalesRatio3YearAverageChange: type: number description: This data point is the percentage change of PS ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true priceToSalesRatio3YearGrowth: type: number description: This data point is the annualized growth of PS ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. PS represents the value of a company's stock price relative to its total revenue per share. format: double nullable: true priceToSalesRatio5YearGrowth: type: number description: This data point is the annualized growth of PS ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. PS represents the value of a company's stock price relative to its total revenue per share. format: double nullable: true additionalProperties: false title: OutputValuationGrowthRates OutputAggregationDailyDividendMetrics: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true forwardDividendYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true forwardDividendYieldValue: type: number description: 'The aggregated value of Forward Dividend Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Forward Dividend Yield: This ratio represents the value of a company''s estimated dividend relative to its stock price. This can be used to measure the amount a company is expected to pay out versus retaining for future growth. This is calculated using Forward Dividend divided by Stock Price.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true trailingDividendYieldNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true trailingDividendYieldValue: type: number description: 'The aggregated value of Trailing Dividend Yield; is derived using all eligible companies who are constituents in the specified Morningstar Index. Trailing Dividend Yield: This ratio represents the value of the company''s trailing dividend relative to its stock price. This can be used to measure the rate of return on the company''s stock. This is calculated using Trailing Dividend divided by Stock Price.' format: double nullable: true additionalProperties: false title: OutputAggregationDailyDividendMetrics OutputStableValueFundReportedFlows: type: object properties: contributions: type: number description: '' format: double nullable: true contributions1yNet: type: number description: '' format: double nullable: true contributions2yNet: type: number description: '' format: double nullable: true earnings: type: number description: '' format: double nullable: true withdrawals: type: number description: '' format: double nullable: true additionalProperties: false title: OutputStableValueFundReportedFlows description: All fields are nullable. Empty or `null` value fields are not returned. CodeMappingBoolean: type: object properties: value: type: string nullable: true code: type: boolean nullable: true additionalProperties: false title: CodeMappingBoolean OutputNonDividendResidualRiskAndReturnSensitivity: type: object properties: asOfDate: type: string description: The calendar date when the residual risk and return sensitivity data points are calculated nullable: true compareIndexId: type: string description: The Morningstar Index Id that is used as a benchmark for the residual risk and return sensitivity calculation of a company's security. The assigned index for each security is based on the security's trading exchange and/or country. nullable: true nonDividendAlpha120Month: type: number description: A measure of excess return of a company's security over a 120-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha12Month: type: number description: A measure of excess return of a company's security over a 12-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha24Month: type: number description: A measure of excess return of a company's security over a 24-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha36Month: type: number description: A measure of excess return of a company's security over a 36-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha48Month: type: number description: A measure of excess return of a company's security over a 48-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendAlpha60Month: type: number description: A measure of excess return of a company's security over a 60-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The non-dividend alpha is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendBeta120Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 120-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta12Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 12-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta24Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 24-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta36Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 36-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta48Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 48-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendBeta60Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 60-month period in comparison to the market as a whole. The non-dividend beta is calculated on a monthly basis and uses a company''s price return; excluding dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true nonDividendRSquare120Month: type: number description: A measure of the relationship between a company's security over a 120-month period to its benchmark index. R-Square; presented as percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare12Month: type: number description: A measure of the relationship between a company's security over a 12-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare24Month: type: number description: A measure of the relationship between a company's security over a 24-month period to its benchmark index. R-Square; presented as percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare36Month: type: number description: A measure of the relationship between a company's security over a 36-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare48Month: type: number description: A measure of the relationship between a company's security over a 48-month period to its benchmark index. R-Square; presented as percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true nonDividendRSquare60Month: type: number description: A measure of the relationship between a company's security over a 60-month period to its benchmark index. R-Square; presented as percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The non-dividend r-square is calculated on a monthly basis and uses a company's price return; excluding dividends; as input for the calculation. format: double nullable: true additionalProperties: false title: OutputNonDividendResidualRiskAndReturnSensitivity ResponsePrivateCapitalFunds: type: object properties: privateCapitalFunds: $ref: '#/components/schemas/OutputPrivateCapitalFunds' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputStockStyle: type: object properties: effectiveDate: type: string description: The calendar date when stock style datapoints are calculated nullable: true growthScore: type: number description: A high overall growth score indicates that a stock's per-share earnings; book value; revenues; and cash flow are expected to grow quickly relative to other stocks in the same scoring group. A weak growth orientation does not necessarily mean that a stock has a strong value orientation. format: double nullable: true regionId: $ref: '#/components/schemas/CodeMappingLong' sizeScore: type: number description: Rather than a fixed number of large cap or small cap stocks; Morningstar uses a flexible system that isn't adversely affected by overall movements in the market. The Morningstar stock universe represents approximately 99% of the U.S. market for actively traded stocks. Giant-cap stocks are defined as the group that accounts for the top 40% of the capitalization of the Morningstar domestic stock universe; large-cap stocks represent the next 30%; mid-cap stocks represent the next 20%; small-cap stocks represent the next 7%; and micro-cap stocks represent the remaining 3%. Each stock is given a Size Score that ranges from -100 (very micro) to 400 (very giant). When classifying stocks to a Style Box; giant is included in large and micro is included in small. format: double nullable: true styleBox: $ref: '#/components/schemas/CodeMappingDecimal' styleScore: type: number description: The scores for a stock's value and growth characteristics determine its horizontal placement. The Value-Growth Score is a reflection of the aggregate expectations of market participants for the future growth and required rate of return for a stock. We infer these expectations from the relation between current market prices and future growth and cost of capital expectations under the assumption of rational market participants and a simple model of stock value. format: double nullable: true valueScore: type: number description: A high value score indicates that a stock's price is relatively low; given the anticipated per-sharing earnings; book value; revenues; cash flow; and dividends that the stock provides to investors. A high price relative to these measures indicates that a stock's value orientation is weak; but it does not necessarily mean that the stock is growth-oriented. format: double nullable: true additionalProperties: false title: OutputStockStyle OutputInvalidInvestments: type: object properties: id: type: string nullable: true idType: type: string nullable: true status: type: string nullable: true datapointId: type: array items: type: string nullable: true errorCode: type: string nullable: true performanceId: type: string description: Performance ID (if not passed in request). nullable: true companyId: type: string description: Company ID (if not passed in request). nullable: true baseCurrency: type: string description: Input base currency used to look up Investment identifier nullable: true domicile: type: string description: Input domicile used to look up Investment identifier. nullable: true exchangeCountry: type: string description: Input exchange country used to look up Investment identifier. nullable: true exchangeId: type: string description: Input exchange id used to look up Investment identifier. nullable: true additionalProperties: false title: OutputInvalidInvestments ResponseMifidTargetMarketData: type: object properties: mifidTargetMarketData: $ref: '#/components/schemas/OutputMifidTargetMarketData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewParameterless: title: InputViewParameterless description: View input for views that do not require/support addtional parameters. type: object required: - viewId properties: viewId: type: string enum: - cusip - cusip-change - equity-aggregates-financials - equity-aggregates-market-capitalization-and-enterprise-value - equity-aggregates-residual-risk-and-return-sensitivity - equity-aggregates-returns - equity-basic-reference - equity-compensation - equity-consensus-estimates - equity-consensus-recommendations - equity-governance - equity-industry-classification - equity-key-events - equity-market-capitalization-and-enterprise-value - equity-ownership-asset-managers - equity-ownership-insiders - equity-ownership-managed-investments - equity-quantitative-comparables - equity-reference-change - equity-research-ratings-mostrecent - equity-research-ratings-most-recent-and-historical - equity-residual-risk-and-return-sensitivity - equity-returns - equity-shareholder-stewardship - equity-short-interest - equity-style-box - equity-transcripts - sedol - sedol-change ResponseStableValueFundClientBreakdown: type: object properties: stableValueFundClientBreakdown: $ref: '#/components/schemas/OutputStableValueFundClientBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' CodeMappingShort: type: object properties: value: type: string nullable: true code: type: integer format: int32 nullable: true additionalProperties: false title: CodeMappingShort ResponseYieldsHistorical: type: object properties: yieldsHistorical: $ref: '#/components/schemas/OutputYieldsHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPolicyFees: type: object properties: administrativeCharge: type: number description: '' format: double nullable: true amBestRating: $ref: '#/components/schemas/CodeMappingString' annualContractCharge: type: number description: '' format: double nullable: true annualPolicyCharge: type: string description: '' nullable: true annualPolicyChargeAccumulation: $ref: '#/components/schemas/CodeMappingString' annualPolicyChargeDecumulationPhase: type: number description: '' format: double nullable: true annualPolicyChargeEuro: type: number description: '' format: double nullable: true annualPolicyChargeEuroCroissance: type: number description: '' format: double nullable: true annualPolicyChargeFixedAmount: type: number description: '' format: double nullable: true annualPolicyChargeNote: type: string description: '' nullable: true annualPolicyChargeUc: type: number description: '' format: double nullable: true annualPolicyChargeUcManagedAdditional: type: number description: '' format: double nullable: true annualPolicyChargeUcNote: type: string description: '' nullable: true annuityPaymentsMaximumFee: type: number description: '' format: double nullable: true deferLoad: type: number description: '' format: double nullable: true deferLoadUnit: $ref: '#/components/schemas/CodeMappingString' deferredLoadDate: type: string description: '' nullable: true deferredLoadFee1st: type: number description: '' format: double nullable: true deferredLoadFee1stBreakpoint: type: number description: '' format: double nullable: true distributionCharge: type: number description: '' format: double nullable: true drawdownChargeAmount: type: string description: '' nullable: true effektivkosten: type: string description: '' nullable: true frontLoadUnit: $ref: '#/components/schemas/CodeMappingString' managementPositionFee: type: number description: '' format: double nullable: true managementPositionFeeUnit: $ref: '#/components/schemas/CodeMappingString' mandeRiskCharge: type: number description: '' format: double nullable: true maximumFrontLoad: type: number description: '' format: double nullable: true maximumNumberOfFreeSwitches: type: integer description: '' format: int32 nullable: true maxPremiumBasedCharge: type: number description: '' format: double nullable: true maxSurrenderCharge: type: number description: '' format: double nullable: true policyEstablishmentFeeAmount: type: number description: '' format: double nullable: true policyEstablishmentFeeAmountCurrency: $ref: '#/components/schemas/CodeMappingString' policyEstablishmentFeeNote: type: string description: '' nullable: true policyMandeRiskCharge: type: number description: '' format: double nullable: true policyRedemptionChargeSecurityConversionOption: type: number description: '' format: double nullable: true premiumBasedChargeType: $ref: '#/components/schemas/CodeMappingString' premiumType: $ref: '#/components/schemas/CodeMappingString' rollingSurrender: $ref: '#/components/schemas/CodeMappingString' switchingAllowed: $ref: '#/components/schemas/CodeMappingString' switchingCharge: type: number description: '' format: double nullable: true switchingChargeAmount: type: integer description: '' format: int32 nullable: true switchingChargeAmountCurrency: $ref: '#/components/schemas/CodeMappingString' switchingChargeNote: type: string description: '' nullable: true switchingChargeRiskOption: type: number description: '' format: double nullable: true totalInsuranceExpense: type: number description: '' format: double nullable: true transactionFeeAssetType: type: string description: '' nullable: true transferCharge: type: number description: '' format: double nullable: true transferFee: type: number description: '' format: double nullable: true transferFeeUnit: $ref: '#/components/schemas/CodeMappingString' transferInFee: type: number description: '' format: double nullable: true transferInFeeAmount: type: number description: '' format: double nullable: true transferInFeeAmountCurrency: $ref: '#/components/schemas/CodeMappingString' transferOutFee: type: number description: '' format: double nullable: true transferOutFeeAmount: type: number description: '' format: double nullable: true transferOutFeeAmountCurrency: $ref: '#/components/schemas/CodeMappingString' vertriebskosten: type: string description: '' nullable: true verwkostenAuszahlung: type: string description: '' nullable: true verwkostenEingezBeitr: type: string description: '' nullable: true verwkostenKapitals: type: string description: '' nullable: true verwkostenZulagen: type: string description: '' nullable: true yrsPremiumBasedChargeApplies: type: string description: '' nullable: true yrsSurrenderApplies: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputPolicyFees description: All fields are nullable. Empty or `null` value fields are not returned. InputViewEquityBasicDetails: title: InputViewEquityBasicDetails description: View input when `viewId=equity-basic-details`. `addressType` is a required parameter. Records can be filtered by `languageId`. type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-basic-details parameters: $ref: '#/components/schemas/InputViewParametersEquityBasicDetails' OutputEsgCompanyLevel2DataCarbonRisk: type: object properties: carbonOperationsRiskScore: type: number description: '' format: double nullable: true carbonOverallExposureScore: type: number description: '' format: double nullable: true carbonOverallManageableRiskScore: type: number description: '' format: double nullable: true carbonOverallManagedRiskScore: type: number description: '' format: double nullable: true carbonOverallManagementScore: type: number description: '' format: double nullable: true carbonOverallRiskCategory: $ref: '#/components/schemas/CodeMappingString' carbonOverallRiskScore: type: number description: '' format: double nullable: true carbonProductsAndServicesRiskScore: type: number description: '' format: double nullable: true carbonStrandedAssetsExposureScore: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgCompanyLevel2DataCarbonRisk description: All fields are nullable. Empty or `null` value fields are not returned. ResponseGicsIndustryAndSubindustry: type: object properties: gicsIndustryAndSubindustry: $ref: '#/components/schemas/OutputGicsIndustryAndSubindustry' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponsePreLaunchFunds: type: object properties: preLaunchFunds: $ref: '#/components/schemas/OutputPreLaunchFunds' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputValuationAverageRates: type: object properties: asOfDate: type: string description: The calendar date when average rates data points are calculated nullable: true buyBackYield5YearAverage: type: number description: 'This data point is the average of daily yields using harmonic mean. It is calculated by dividing the number of available buyback yield values in the stipulated 5 year period by the sum of the reciprocals (1/BBY) of each value in that period. Buyback Yield: This ratio represents the value of common stock a company has repurchased relative to its market cap. This ratio can be used as a sign that the company believes its stock is undervalued and also as a method of payingout to shareholders. This is calculated by using Issuance of/Payments for Common Stock divided by Market Cap' format: double nullable: true earningsYield5YearAverage: type: number description: This data point is the average of daily yields using harmonic mean. It is calculated by dividing the number of available earning yield values in the stipulated 5 year period by the sum of the reciprocals (1/EY) of each value in that period. Earning Yield is calculated using Earnings Per Share (TTM) divided by Stock Price. format: double nullable: true priceToBookRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to book values in the stipulated 3 year period by the sum of the reciprocals (1/PB) of each value in that period. Price to Book Ratio is calculated using Stock Price divided by Common Equity Book Value per share. format: double nullable: true priceToBookRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to book values in the stipulated 5 year period by the sum of the reciprocals (1/PB) of each value in that period. Price to Book Ratio is calculated using Stock Price divided by Common Equity Book Value per share. format: double nullable: true priceToCashFlowRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to cash flow values in the stipulated 5 year period by the sum of the reciprocals (1/PCF) of each value in that period. Price to Cash Flow Ratio is calculated using Stock Price divided by Cash Flow from Operating Activities before changes in Net Working Capital per share (TTM). format: double nullable: true priceToCashRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to cash values in the stipulated 3 year period by the sum of the reciprocals (1/PC) of each value in that period. Price to Cash Ratio is calculated using Stock Price divided by Cash; Cash Equivalents and Short Term Investments per share. format: double nullable: true priceToEarningsRatio10YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to earnings values in the stipulated 10 year period by the sum of the reciprocals (1/PE) of each value in that period. Price to Earnings Ratio is calculated using Stock Price divided by Earnings Per Share (TTM). format: double nullable: true priceToEarningsRatio1YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to earnings values in the stipulated 1 year period by the sum of the reciprocals (1/PE) of each value in that period. Price to Earnings Ratio is calculated using Stock Price divided by Earnings Per Share (TTM). format: double nullable: true priceToEarningsRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to earnings values in the stipulated 3 year period by the sum of the reciprocals (1/PE) of each value in that period. Price to Earnings Ratio is calculated using Stock Price divided by Earnings Per Share (TTM). format: double nullable: true priceToEarningsRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to earnings values in the stipulated 5 year period by the sum of the reciprocals (1/PE) of each value in that period. Price to Earnings Ratio is calculated using Stock Price divided by Earnings Per Share (TTM). format: double nullable: true priceToFreeCashFlowRatio10YearAverage: type: number description: This data point represents the harmonic mean of daily Price to Free Cash Flow (PFCF) ratios over a 10-year period; calculated as the total number of available PFCF values divided by the sum of the reciprocals (1/PFCF) of each value within the period. The PFCF ratio measures the value of a company's stock price relative to its free cash flow per share (TTM) and is calculated as Stock Price divided by Free Cash Flow per Share (TTM). format: double nullable: true priceToFreeCashFlowRatio1YearAverage: type: number description: This data point represents the harmonic mean of daily Price to Free Cash Flow (PFCF) ratios over a 1-year period; calculated as the total number of available PFCF values divided by the sum of the reciprocals (1/PFCF) of each value within the period. The PFCF ratio measures the value of a company's stock price relative to its free cash flow per share (TTM) and is calculated as Stock Price divided by Free Cash Flow per Share (TTM). format: double nullable: true priceToFreeCashFlowRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to free cash flow values in the stipulated 3 year period by the sum of the reciprocals (1/PFCF) of each value in that period. Price to Free Cash Flow Ratio is calculated using Stock Price divided by Free Cash Flow per share (TTM). format: double nullable: true priceToFreeCashFlowRatio5YearAverage: type: number description: This data point represents the harmonic mean of daily Price to Free Cash Flow (PFCF) ratios over a 5-year period; calculated as the total number of available PFCF values divided by the sum of the reciprocals (1/PFCF) of each value within the period. The PFCF ratio measures the value of a company's stock price relative to its free cash flow per share (TTM) and is calculated as Stock Price divided by Free Cash Flow per Share (TTM). format: double nullable: true priceToSalesRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to sales values in the stipulated 3 year period by the sum of the reciprocals (1/PS) of each value in that period. Price to Sales Ratio is calculated using Stock Price divided by Total Revenue per share (TTM). format: double nullable: true priceToSalesRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available price to sales values in the stipulated 5 year period by the sum of the reciprocals (1/PS) of each value in that period. Price to Sales Ratio is calculated using Stock Price divided by Total Revenue per share (TTM). format: double nullable: true totalYield5YearAverage: type: number description: This data point is the average of daily yields using harmonic mean. It is calculated by dividing the number of available total yield values in the stipulated 5 year period by the sum of the reciprocals (1/TY) of each value in that period. Total Yield calculation represents the summation of trailing dividend and buyback yield. This can be used to measure the rate of return on the company's stock. This is calculated using Trailing Dividend Yield + Buyback Yield. format: double nullable: true additionalProperties: false title: OutputValuationAverageRates OutputEstimatedCashFlowsTrailingMonthEndMostRecent: type: object properties: estFundLevelNetFlow10YrMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow15YrMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow1MoMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow1YrMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow3MoMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow3YrMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow5YrMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlow6MoMoEnd: type: number description: '' format: double nullable: true estFundLevelNetFlowDateMoEnd: type: string description: '' nullable: true estFundLevelNetFlowYtdMoEnd: type: number description: '' format: double nullable: true estNetFlow10YrQtrEnd: type: number description: '' format: double nullable: true estNetFlow15YrQtrEnd: type: number description: '' format: double nullable: true estNetFlow1YrQtrEnd: type: number description: '' format: double nullable: true estNetFlow3MoQtrEnd: type: number description: '' format: double nullable: true estNetFlow3YrQtrEnd: type: number description: '' format: double nullable: true estNetFlow5YrQtrEnd: type: number description: '' format: double nullable: true estNetFlow6MoQtrEnd: type: number description: '' format: double nullable: true estNetFlowDateQtrEnd: type: string description: '' nullable: true estShareClassNetFlow10YrMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow15YrMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow1MoMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow1YrMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow3MoMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow3YrMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow5YrMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlow6MoMoEnd: type: number description: '' format: double nullable: true estShareClassNetFlowDateMoEnd: type: string description: '' nullable: true estShareClassNetFlowYtdMoEnd: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEstimatedCashFlowsTrailingMonthEndMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputExchangeCodeChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the exchange code for the share class was changed nullable: true changeFrom: type: string description: The exchange code that the share class changes from nullable: true changeTo: type: string description: The exchange code that the share class changes to nullable: true additionalProperties: false title: OutputExchangeCodeChangeLog OutputInvestmentDisclosures: type: object properties: accountType: $ref: '#/components/schemas/CodeMappingString' principalRisk: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputInvestmentDisclosures description: All fields are nullable. Empty or `null` value fields are not returned. OutputFinancialHealthGrade: type: object properties: asOfDate: type: string description: The calendar date when Financial Health Grade data points are published nullable: true distanceToDefault: type: number description: '' format: double nullable: true financialHealthGradeValue: type: string description: Financial health (A;B;C;D and F) grades will be assigned based on relative rankings of companies' distance to default scores within the qualified universe of Morningstar stocks nullable: true probabilityOfDefault: type: number description: '' format: double nullable: true additionalProperties: false title: OutputFinancialHealthGrade ResponseDailyReturnsMostRecent: type: object properties: dailyReturnsMostRecent: $ref: '#/components/schemas/OutputDailyReturnsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputGrowthRates: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true businessRevenue10YearGrowth: type: number description: This data point is the growth of Business Revenue over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue1YearGrowth: type: number description: This data point is the growth of Business Revenue over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue3MonthGrowth: type: number description: This data point is the growth of Business Revenue over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue3YearGrowth: type: number description: This data point is the growth of Business Revenue over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue5YearGrowth: type: number description: This data point is the growth of Business Revenue over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue6MonthGrowth: type: number description: This data point is the growth of Business Revenue over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenue9MonthGrowth: type: number description: This data point is the growth of Business Revenue over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true businessRevenueSequentialGrowth: type: number description: This data point is the growth of Business Revenue over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Business Revenue represents revenue generated from the company's main business activities. format: double nullable: true capitalExpenditure10YearGrowth: type: number description: This data point is the growth of Capital Expenditure over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Capital Expenditure is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true capitalExpenditure1YearGrowth: type: number description: This data point is the growth of Capital Expenditure over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Capital Expenditure is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true capitalExpenditure3YearGrowth: type: number description: This data point is the growth of Capital Expenditure over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Capital Expenditure is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true capitalExpenditure5YearGrowth: type: number description: This data point is the growth of Capital Expenditure over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Capital Expenditure is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true cashFlowFromFinancing10YearGrowth: type: number description: This data point is the growth of Cash Flow from Financing over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Cash Flow from Financing represents aggregate change in cash position of the company resulting from its financing activities. format: double nullable: true cashFlowFromFinancing1YearGrowth: type: number description: This data point is the growth of Cash Flow from Financing over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Flow from Financing represents aggregate change in cash position of the company resulting from its financing activities. format: double nullable: true cashFlowFromFinancing3YearGrowth: type: number description: This data point is the growth of Cash Flow from Financing over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Flow from Financing represents aggregate change in cash position of the company resulting from its financing activities. format: double nullable: true cashFlowFromFinancing5YearGrowth: type: number description: This data point is the growth of Cash Flow from Financing over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Flow from Financing represents aggregate change in cash position of the company resulting from its financing activities. format: double nullable: true cashFlowFromInvesting10YearGrowth: type: number description: This data point is the growth of Cash Flow from Investing over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Cash Flow from Investing represents Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets. format: double nullable: true cashFlowFromInvesting1YearGrowth: type: number description: This data point is the growth of Cash Flow from Investing over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Flow from Investing represents Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets. format: double nullable: true cashFlowFromInvesting3YearGrowth: type: number description: This data point is the growth of Cash Flow from Investing over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Flow from Investing represents Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets. format: double nullable: true cashFlowFromInvesting5YearGrowth: type: number description: This data point is the growth of Cash Flow from Investing over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Flow from Investing represents Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets. format: double nullable: true cashFlowFromOperatingActivitiesDirect10YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Direct) over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Cash Flow from Operating Activities (Direct) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect1YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Direct) over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Flow from Operating Activities (Direct) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect3MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Direct over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Cash Flow From Operating Activities Direct represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect3YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Direct) over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Flow from Operating Activities (Direct) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect5YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Direct) over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Flow from Operating Activities (Direct) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect6MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Direct over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Cash Flow From Operating Activities Direct represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirect9MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Direct over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Cash Flow From Operating Activities Direct represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesDirectSequentialGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Direct over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Cash Flow From Operating Activities Direct represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect10YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Indirect) over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Cash Flow from Operating Activities (Indirect) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect1YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Indirect) over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Flow from Operating Activities (Indirect) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect3MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Indirect over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Cash Flow From Operating Activities Indirect represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect3YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Indirect) over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Flow from Operating Activities (Indirect) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect5YearGrowth: type: number description: This data point is the growth of Cash Flow from Operating Activities (Indirect) over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Flow from Operating Activities (Indirect) represents cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect6MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Indirect over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Cash Flow From Operating Activities Indirect represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirect9MonthGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Indirect over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Cash Flow From Operating Activities Indirect represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperatingActivitiesIndirectSequentialGrowth: type: number description: This data point is the growth of Cash Flow From Operating Activities Indirect over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Cash Flow From Operating Activities Indirect represents Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowFromOperationsCalculated5YearGrowth: type: number description: This data point is the growth of Cash Flow from Operations over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Flow from Operations is calculated using Net Cash Flow from Operating Activities - Changes in Net Working Capital. format: double nullable: true cashRatio10YearGrowth: type: number description: This data point is the growth of Cash Ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Cash Ratio is calculated using Cash; Cash Equivalents and Short Term Investments divided by Total Current Liabilities. format: double nullable: true cashRatio1YearGrowth: type: number description: This data point is the growth of Cash Ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Cash Ratio is calculated using Cash; Cash Equivalents and Short Term Investments divided by Total Current Liabilities. format: double nullable: true cashRatio3YearGrowth: type: number description: This data point is the growth of Cash Ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Cash Ratio is calculated using Cash; Cash Equivalents and Short Term Investments divided by Total Current Liabilities. format: double nullable: true cashRatio5YearGrowth: type: number description: This data point is the growth of Cash Ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Cash Ratio is calculated using Cash; Cash Equivalents and Short Term Investments divided by Total Current Liabilities. format: double nullable: true currentRatio10YearGrowth: type: number description: This data point is the growth of Current Ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Current Ratio is calculated using Total Current Assets divided by Total Current Liabilities. format: double nullable: true currentRatio1YearGrowth: type: number description: This data point is the growth of Current Ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Current Ratio is calculated using Total Current Assets divided by Total Current Liabilities. format: double nullable: true currentRatio3YearGrowth: type: number description: This data point is the growth of Current Ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Current Ratio is calculated using Total Current Assets divided by Total Current Liabilities. format: double nullable: true currentRatio5YearGrowth: type: number description: This data point is the growth of Current Ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Current Ratio is calculated using Total Current Assets divided by Total Current Liabilities. format: double nullable: true ebit10YearGrowth: type: number description: This data point is the growth of EBIT over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. EBIT is calculated by using the summation of Pretax Income and Net Interest Income/Expenses. format: double nullable: true ebit1YearGrowth: type: number description: This data point is the growth of EBIT over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. EBIT is calculated by using the summation of Pretax Income and Net Interest Income/Expenses. format: double nullable: true ebit3YearGrowth: type: number description: This data point is the growth of EBIT over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. EBIT is calculated by using the summation of Pretax Income and Net Interest Income/Expenses. format: double nullable: true ebit5YearGrowth: type: number description: This data point is the growth of EBIT over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. EBIT is calculated by using the summation of Pretax Income and Net Interest Income/Expenses. format: double nullable: true ebitda10YearGrowth: type: number description: This data point is the growth of EBITDA over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. EBITDA is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true ebitda1YearGrowth: type: number description: This data point is the growth of EBITDA over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. EBITDA is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true ebitda3YearGrowth: type: number description: This data point is the growth of EBITDA over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. EBITDA is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true ebitda5YearGrowth: type: number description: This data point is the growth of EBITDA over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. EBITDA is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true freeCashFlow10YearGrowth: type: number description: This data point is the growth of Free Cash Flow over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Free Cash Flow is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow1YearGrowth: type: number description: This data point is the growth of Free Cash Flow over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Free Cash Flow is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow3MonthGrowth: type: number description: This data point is the growth of Free Cash Flow to Equity Holders over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Free Cash Flow to Equity Holders represents a company's operating cash flow net of changes in net working capital and capital expenditures. Free cash flow to equity holders can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow3YearGrowth: type: number description: This data point is the growth of Free Cash Flow over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Free Cash Flow is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow5YearGrowth: type: number description: This data point is the growth of Free Cash Flow over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Free Cash Flow is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow6MonthGrowth: type: number description: This data point is the growth of Free Cash Flow to Equity Holders over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Free Cash Flow to Equity Holders represents a company's operating cash flow net of changes in net working capital and capital expenditures. Free cash flow to equity holders can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlow9MonthGrowth: type: number description: This data point is the growth of Free Cash Flow to Equity Holders over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Free Cash Flow to Equity Holders represents a company's operating cash flow net of changes in net working capital and capital expenditures. Free cash flow to equity holders can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlowSequentialGrowth: type: number description: This data point is the growth of Free Cash Flow to Equity Holders over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Free cash flow to equity holders can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true grossProfit10YearGrowth: type: number description: This data point is the growth of Gross Profit over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Gross Profit represents the difference between the total revenue and the sum of all direct costs incurred to generate the revenue. format: double nullable: true grossProfit1YearGrowth: type: number description: This data point is the growth of Gross Profit over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Gross Profit represents the difference between the total revenue and the sum of all direct costs incurred to generate the revenue. format: double nullable: true grossProfit3YearGrowth: type: number description: This data point is the growth of Gross Profit over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Gross Profit represents the difference between the total revenue and the sum of all direct costs incurred to generate the revenue. format: double nullable: true grossProfit5YearGrowth: type: number description: This data point is the growth of Gross Profit over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Gross Profit represents the difference between the total revenue and the sum of all direct costs incurred to generate the revenue. format: double nullable: true netIncomeAfterMinorityInterest10YearGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest1YearGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest3MonthGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest3YearGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest5YearGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest6MonthGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterest9MonthGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAfterMinorityInterestSequentialGrowth: type: number description: This data point is the growth of Net Income after Minority Interest over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Net Income after Minority Interest represents net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership10YearGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 10 year period calculated as [(Value from current period / Value from the same period 10 year ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership1YearGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership3MonthGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership3YearGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 3 year period calculated as [(Value from current period / Value from the same period 3 year ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership5YearGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 3 year period calculated as [(Value from current period / Value from the same period 3 year ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership6MonthGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 6 month period calculated as [(Value from current period / Value from the same period 6 month ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnership9MonthGrowth: type: number description: This data point is the growth Net Income Attributable to the Company; Limited Partnership over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnershipSequentialGrowth: type: number description: This data point is the growth of Net Income Attributable to the Company; Limited Partnership over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. format: double nullable: true netIncomeAvailableToCommonStockholders10YearGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders1YearGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders3MonthGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders3YearGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders5YearGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders6MonthGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholders9MonthGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeAvailableToCommonStockholdersSequentialGrowth: type: number description: This data point is the growth of Net Income Available to Common Stockholders over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Net Income Available to Common Stockholders represents Net Income Available to Common Stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeFromContinuingOperations10YearGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations1YearGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations3MonthGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations3YearGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations5YearGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations6MonthGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperations9MonthGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeFromContinuingOperationsSequentialGrowth: type: number description: This data point is the growth of Net Income from Continuing Operations over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Net Income from Continuing Operations represents net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeSelection10YearGrowth: type: number description: This data point is the growth of Net Income Selection over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Net Income Selection is calculated by using Net Income from Continuing Operations; minus Non-Controlling/Minority Interests and Preferred/Other Stock Distribution. format: double nullable: true netIncomeSelection1YearGrowth: type: number description: This data point is the growth of Net Income Selection over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Net Income Selection is calculated by using Net Income from Continuing Operations; minus Non-Controlling/Minority Interests and Preferred/Other Stock Distribution. format: double nullable: true netIncomeSelection3YearGrowth: type: number description: This data point is the growth of Net Income Selection over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Net Income Selection is calculated by using Net Income from Continuing Operations; minus Non-Controlling/Minority Interests and Preferred/Other Stock Distribution. format: double nullable: true netIncomeSelection5YearGrowth: type: number description: This data point is the growth of Net Income Selection over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Net Income Selection is calculated by using Net Income from Continuing Operations; minus Non-Controlling/Minority Interests and Preferred/Other Stock Distribution. format: double nullable: true normalizedIncome10YearGrowth: type: number description: This data point is the growth of Normalized Income over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Normalized Income is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. format: double nullable: true normalizedIncome1YearGrowth: type: number description: This data point is the growth of Normalized Income over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Normalized Income is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. format: double nullable: true normalizedIncome3YearGrowth: type: number description: This data point is the growth of Normalized Income over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Normalized Income is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. format: double nullable: true normalizedIncome5YearGrowth: type: number description: This data point is the growth of Normalized Income over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Normalized Income is calculated using Net Income from Continuing Operations plus/minus any tax affected unusual Items and Goodwill Impairments/Write Offs. format: double nullable: true operatingIncomeExpenses10YearGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses1YearGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses3MonthGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses3YearGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses5YearGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses6MonthGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpenses9MonthGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingIncomeExpensesSequentialGrowth: type: number description: This data point is the growth of Operating Income/Expenses over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Operating Income/Expenses represents aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true regressionGrowthOperatingRevenue5YearGrowth: type: number description: This data point is the growth of Total Revenue over a 5 year period as computed under the regression 'least-squares' method. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true stockholdersEquity10YearGrowth: type: number description: This data point is the growth of Stockholders Equity over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Stockholders Equity represents residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders. format: double nullable: true stockholdersEquity1YearGrowth: type: number description: This data point is the growth of Stockholders Equity over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Stockholders Equity represents residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders. format: double nullable: true stockholdersEquity3YearGrowth: type: number description: This data point is the growth of Stockholders Equity over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Stockholders Equity represents residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders. format: double nullable: true stockholdersEquity5YearGrowth: type: number description: This data point is the growth of Stockholders Equity over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Stockholders Equity represents residual interest in the assets of the enterprise that remains after deducting its liabilities attributable to parent stockholders. format: double nullable: true totalAsset10YearGrowth: type: number description: This data point is the growth of Total Assets over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Total Assets represents total value of all assets recorded by the company. format: double nullable: true totalAsset1YearGrowth: type: number description: This data point is the growth of Total Assets over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Total Assets represents total value of all assets recorded by the company. format: double nullable: true totalAsset3YearGrowth: type: number description: This data point is the growth of Total Assets over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Total Assets represents total value of all assets recorded by the company. format: double nullable: true totalAsset5YearGrowth: type: number description: This data point is the growth of Total Assets over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Total Assets represents total value of all assets recorded by the company. format: double nullable: true totalDebtToEquity10YearGrowth: type: number description: This data point is the growth of Total Debt to Equity over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Total Debt to Equity is calculated using Total Debt divided by Total Equity. format: double nullable: true totalDebtToEquity1YearGrowth: type: number description: This data point is the growth of Total Debt to Equity over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Total Debt to Equity is calculated using Total Debt divided by Total Equity. format: double nullable: true totalDebtToEquity3YearGrowth: type: number description: This data point is the growth of Total Debt to Equity over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Total Debt to Equity is calculated using Total Debt divided by Total Equity. format: double nullable: true totalDebtToEquity5YearGrowth: type: number description: This data point is the growth of Total Debt to Equity over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Total Debt to Equity is calculated using Total Debt divided by Total Equity. format: double nullable: true totalLiabilities10YearGrowth: type: number description: This data point is the growth of Total Liabilities over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Total Liabilities represents total value of all liabilities recorded by the company. format: double nullable: true totalLiabilities1YearGrowth: type: number description: This data point is the growth of Total Liabilities over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Total Liabilities represents total value of all liabilities recorded by the company. format: double nullable: true totalLiabilities3YearGrowth: type: number description: This data point is the growth of Total Liabilities over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Total Liabilities represents total value of all liabilities recorded by the company. format: double nullable: true totalLiabilities5YearGrowth: type: number description: This data point is the growth of Total Liabilities over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Total Liabilities represents total value of all liabilities recorded by the company. format: double nullable: true totalOperatingProfitLoss10YearGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 10 year period calculated as [(Value from current period / Value from the same period 10 year ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss1YearGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss3MonthGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 3 month period calculated as [(Value from current period / Value from the same period 3 month ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss3YearGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 3 year period calculated as [(Value from current period / Value from the same period 3 year ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss5YearGrowth: type: number description: This data point is the growth of Total Operating Profit/Loss over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss6MonthGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 6 month period calculated as [(Value from current period / Value from the same period 6 month ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLoss9MonthGrowth: type: number description: This data point is the Total Operating Profit/Loss over a 9 month period calculated as [(Value from current period / Value from the same period 9 month ago) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalOperatingProfitLossSequentialGrowth: type: number description: This data point is the Total Operating Profit/Loss over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Total Operating Profit/Loss represents profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalRevenue10YearGrowth: type: number description: This data point is the growth of Total Revenue over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue1YearGrowth: type: number description: This data point is the growth of Total Revenue over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue3MonthGrowth: type: number description: This data point is the growth of Total Revenue over a 3 month period calculated as [(Value from current period / Value from the same period 3 months ago) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue3YearGrowth: type: number description: This data point is the growth of Total Revenue over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue5YearGrowth: type: number description: This data point is the growth of Total Revenue over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue6MonthGrowth: type: number description: This data point is the growth of Total Revenue over a 6 month period calculated as [(Value from current period / Value from the same period 6 months ago) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenue9MonthGrowth: type: number description: This data point is the growth of Total Revenue over a 9 month period calculated as [(Value from current period / Value from the same period 9 months ago) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true totalRevenueSequentialGrowth: type: number description: This data point is the growth of Total Revenue over a sequential quarterly or semi-annual period calculated as [(Value from current period / Value from the previous quarterly or semi-annual period) - 1]. Total Revenue represents the summation of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputGrowthRates OutputStableValueFundContractAllocation: type: object properties: contractAllocationCashEquivalents: type: number description: '' format: double nullable: true contractAllocationCashEquivalentsPerc: type: number description: '' format: double nullable: true contractAllocationFixed: type: number description: '' format: double nullable: true contractAllocationFixedPerc: type: number description: '' format: double nullable: true contractAllocationGicFloatingIfInCashPolicy: type: number description: '' format: double nullable: true contractAllocationGicFloatingIfInCashPolicyPerc: type: number description: '' format: double nullable: true contractAllocationGics: type: number description: '' format: double nullable: true contractAllocationGicsPerc: type: number description: '' format: double nullable: true contractAllocationGicsSeparateAcct: type: number description: '' format: double nullable: true contractAllocationGicsSeparateAcctPerc: type: number description: '' format: double nullable: true contractAllocationManaged: type: number description: '' format: double nullable: true contractAllocationManagedPerc: type: number description: '' format: double nullable: true contractAllocationStep: type: number description: '' format: double nullable: true contractAllocationStepPerc: type: number description: '' format: double nullable: true contractAllocationTotalSynthetics: type: number description: '' format: double nullable: true contractAllocationTotalSyntheticsPerc: type: number description: '' format: double nullable: true contractResetRate: type: number description: '' format: double nullable: true contractResetRateAnnually: type: number description: '' format: double nullable: true contractResetRateAnnuallyPerc: type: number description: '' format: double nullable: true contractResetRateMonthly: type: number description: '' format: double nullable: true contractResetRateMonthlyPerc: type: number description: '' format: double nullable: true contractResetRateNoResetFixedRate: type: number description: '' format: double nullable: true contractResetRateNoResetFixedRatePerc: type: number description: '' format: double nullable: true contractResetRateQuarterly: type: number description: '' format: double nullable: true contractResetRateQuarterlyPerc: type: number description: '' format: double nullable: true contractResetRateSemiAnnually: type: number description: '' format: double nullable: true contractResetRateSemiAnnuallyPerc: type: number description: '' format: double nullable: true contractsBenefitResponsivePerc: type: number description: '' format: double nullable: true contractsCompoundInterestPerc: type: number description: '' format: double nullable: true contractsFixedPayoutPerc: type: number description: '' format: double nullable: true contractsFixedRatePerc: type: number description: '' format: double nullable: true contractsFloatingIndexPerc: type: number description: '' format: double nullable: true contractsHybridContractsPerc: type: number description: '' format: double nullable: true contractsNonParticipatingContractsPerc: type: number description: '' format: double nullable: true contractsOneYearRiderContractProvisionPerc: type: number description: '' format: double nullable: true contractsParticipatingContractsPerc: type: number description: '' format: double nullable: true contractsParticipatingPerc: type: number description: '' format: double nullable: true contractsResetExperiencePerc: type: number description: '' format: double nullable: true contractsSimpleInterestPerc: type: number description: '' format: double nullable: true contractsStaggeredPayoutPerc: type: number description: '' format: double nullable: true creditingRateMethodology: $ref: '#/components/schemas/CodeMappingString' durationPolicy: $ref: '#/components/schemas/CodeMappingString' maxBics: type: string description: '' nullable: true maxCash: type: string description: '' nullable: true maxGics: type: string description: '' nullable: true maxOneCarrier: type: string description: '' nullable: true maxOneClient: type: string description: '' nullable: true maxOneWrapIssuer: type: string description: '' nullable: true maxOtherBook: type: string description: '' nullable: true maxOtherMarket: type: string description: '' nullable: true maxSeparateAccounts: type: string description: '' nullable: true maxSynthetics: type: string description: '' nullable: true maxTreasuries: type: string description: '' nullable: true minBics: type: string description: '' nullable: true minCash: type: string description: '' nullable: true minCreditQuality: $ref: '#/components/schemas/CodeMappingString' minGics: type: string description: '' nullable: true minOtherBook: type: string description: '' nullable: true minOtherMarket: type: string description: '' nullable: true minSeparateAccounts: type: string description: '' nullable: true minSynthetics: type: string description: '' nullable: true minTreasuries: type: string description: '' nullable: true targetCash: type: string description: '' nullable: true additionalProperties: false title: OutputStableValueFundContractAllocation description: All fields are nullable. Empty or `null` value fields are not returned. OutputMorningstarStyleBox: type: object properties: alternativeStyleBox: $ref: '#/components/schemas/CodeMappingString' alternativeStyleBoxDate: type: string description: '' nullable: true alternativeStyleBoxIndex: type: string description: '' nullable: true alternativeStyleBoxIndexId: type: string description: '' nullable: true alternativeStyleFactorCorrelation: type: number description: '' format: double nullable: true alternativeStyleFactorRelativeVolatility: type: number description: '' format: double nullable: true averageEconomicMoat: $ref: '#/components/schemas/CodeMappingString' equityStyleBoxLong: $ref: '#/components/schemas/CodeMappingString' equityStyleBoxShort: $ref: '#/components/schemas/CodeMappingString' fixedIncomeSurveyedStyleBox: $ref: '#/components/schemas/CodeMappingString' objectzone75percentile: type: number description: '' format: double nullable: true rawSizeScore: type: number description: '' format: double nullable: true rawValueGrowthScore: type: number description: '' format: double nullable: true rho: type: number description: '' format: double nullable: true sizeConsistencyLong: $ref: '#/components/schemas/CodeMappingString' sizeConsistencyMetricLong: type: number description: '' format: double nullable: true sizeDispersionLong: $ref: '#/components/schemas/CodeMappingString' sizeDispersionMetricLong: type: number description: '' format: double nullable: true sizeScoreLong: type: number description: '' format: double nullable: true sizeVariance: type: number description: '' format: double nullable: true styleConsistencyLong: $ref: '#/components/schemas/CodeMappingString' styleConsistencyMetricLong: type: number description: '' format: double nullable: true styleDispersionLong: $ref: '#/components/schemas/CodeMappingString' styleDispersionMetricLong: type: number description: '' format: double nullable: true valueGrowthConsistencyLong: $ref: '#/components/schemas/CodeMappingString' valueGrowthConsistencyMetricLong: type: number description: '' format: double nullable: true valueGrowthDispersionLong: $ref: '#/components/schemas/CodeMappingString' valueGrowthDispersionMetricLong: type: number description: '' format: double nullable: true valueGrowthScoreLong: type: number description: '' format: double nullable: true vgVariance: type: number description: '' format: double nullable: true additionalProperties: false title: OutputMorningstarStyleBox description: All fields are nullable. Empty or `null` value fields are not returned. OutputPerformanceAttributionData: type: object properties: attributionCalculationDate: type: string description: '' nullable: true attributionCountryWeightingEffect1MoPerc: type: number description: '' format: double nullable: true attributionCountryWeightingEffect1YrPerc: type: number description: '' format: double nullable: true attributionCountryWeightingEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionCountryWeightingEffectPercRankCat3Yr: type: number description: '' format: double nullable: true attributionCountryWeightingEffectQtdPerc: type: number description: '' format: double nullable: true attributionCountryWeightingEffectYtdPerc: type: number description: '' format: double nullable: true attributionEtfProxyId: type: string description: '' nullable: true attributionEtfProxyName: type: string description: '' nullable: true attributionFeeEffect1MoPerc: type: number description: '' format: double nullable: true attributionFeeEffect1YrPerc: type: number description: '' format: double nullable: true attributionFeeEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionFeeEffectQtdPerc: type: number description: '' format: double nullable: true attributionFeeEffectYtdPerc: type: number description: '' format: double nullable: true attributionIndexId: type: string description: '' nullable: true attributionIndexName: type: string description: '' nullable: true attributionInteractionEffect1MoPerc: type: number description: '' format: double nullable: true attributionInteractionEffect1YrPerc: type: number description: '' format: double nullable: true attributionInteractionEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionInteractionEffectQtdPerc: type: number description: '' format: double nullable: true attributionInteractionEffectYtdPerc: type: number description: '' format: double nullable: true attributionResidualEffect1MoPerc: type: number description: '' format: double nullable: true attributionResidualEffect1YrPerc: type: number description: '' format: double nullable: true attributionResidualEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionResidualEffectQtdPerc: type: number description: '' format: double nullable: true attributionResidualEffectYtdPerc: type: number description: '' format: double nullable: true attributionSectorWeightingEffect1MoPerc: type: number description: '' format: double nullable: true attributionSectorWeightingEffect1YrPerc: type: number description: '' format: double nullable: true attributionSectorWeightingEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionSectorWeightingEffectPercRankCat3Yr: type: number description: '' format: double nullable: true attributionSectorWeightingEffectQtdPerc: type: number description: '' format: double nullable: true attributionSectorWeightingEffectYtdPerc: type: number description: '' format: double nullable: true attributionSecuritySelectionEffect1MoPerc: type: number description: '' format: double nullable: true attributionSecuritySelectionEffect1YrPerc: type: number description: '' format: double nullable: true attributionSecuritySelectionEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionSecuritySelectionEffectPercRankCat3Yr: type: number description: '' format: double nullable: true attributionSecuritySelectionEffectQtdPerc: type: number description: '' format: double nullable: true attributionSecuritySelectionEffectYtdPerc: type: number description: '' format: double nullable: true attributionTotalEffect1MoPerc: type: number description: '' format: double nullable: true attributionTotalEffect1YrPerc: type: number description: '' format: double nullable: true attributionTotalEffectAnnlzd3YrPerc: type: number description: '' format: double nullable: true attributionTotalEffectQtdPerc: type: number description: '' format: double nullable: true attributionTotalEffectYtdPerc: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPerformanceAttributionData description: All fields are nullable. Empty or `null` value fields are not returned. OutputPriceYields: type: object properties: asOfDate: type: string description: The calendar date when price yield data points are calculated nullable: true bookValueYield: type: number description: This ratio represents the value of a company's common equity book value per share relative to its stock price. This can be used to determine the fair value of a stock. This is calculated using Common Equity Book Value Per Share divided by Stock Price. format: double nullable: true buyBackYield: type: number description: This ratio represents the value of common stock a company has repurchased relative to its market cap. This ratio can be used as a sign that the company believes its stock is undervalued and also as a method of paying out to shareholders. This is calculated by using Issuance of/Payments for Common Stock divided by Market Cap. format: double nullable: true cashFlowYield: type: number description: This ratio represents the value of a company's cash flow from operating activities relative to its stock price. This can be used to determine the fair value of the stock price especially when the company has large non-cash charges. This is calculated using Cash Flow from Operating Activities (TTM) per share / Stock Price. format: double nullable: true currentYieldPreferredStock: type: number description: This ratio represents the value of fixed annual dividend relative to the preferred stock price. This can be used to measure the rate of return of the preferred stock. This is calculated using Fixed Annual Dividend divided by Preferred Stock Price. format: double nullable: true earningsYield: type: number description: This ratio represents the value of a stock's EPS relative to its price. This can be used to measure the earnings produced by each dollar invested in the stock. This is calculated using Earnings Per Share (TTM) divided by Stock Price. format: double nullable: true freeCashFlowYield: type: number description: This ratio represents the value of a company's free cash flow per share relative to its stock price. This can be used to measure the return (free cash flow) on each share of the company. This is calculated using Free Cash Flow Per Share (TTM) divided by Stock Price. format: double nullable: true normalizedEarningsYield: type: number description: This ratio represents the value of a company's normalized earnings per share relative to its stock price. This can be used to determine the fair value of the stock. This is calculated using Normalized EPS (TTM) divided by Stock Price. format: double nullable: true salesYield: type: number description: This ratio represents the value of a company's total revenue per share relative to its stock price. This can be used to measure the fair value of the stock price. This is calculated using Total Revenue (TTM) per share divided by Stock Price. format: double nullable: true totalYield: type: number description: This calculation represents the summation of trailing dividend and buyback yield. This can be used to measure the rate of return on the company's stock. This is calculated using Trailing Dividend Yield + Buyback Yield. format: double nullable: true additionalProperties: false title: OutputPriceYields OutputPerformanceLevelTotalSharesOutstandingTreasury: type: object properties: totalSharesOutstandingDate: type: string description: '' nullable: true treasuryShares: type: integer description: '' format: int64 nullable: true shareType: type: string description: '' nullable: true additionalProperties: false title: OutputPerformanceLevelTotalSharesOutstandingTreasury OutputEventCalendar: type: object properties: beginDateTime: type: string description: Start date and time of company event nullable: true closingDateTime: type: string description: Closing date and time of company event nullable: true dialInDetails: type: string description: Other dial in details provided by the company like password; replay dial in information for foreign participants; etc. nullable: true estimateDate: type: string description: Date we expect the company to release the same event type for the next fiscal year end nullable: true event: type: string description: The events features Up/Downgrades; IPO; Stock Split and economic events of companies for a specific time period. nullable: true eventAddress: type: string description: The address where the company's Annual General Meeting occurs nullable: true eventDateStatus: type: string description: The status of the event date. For previous events this will be shown as Confirmed. For future events; this will be shown as Confirmed where the date of the forthcoming event has been reported by the company. If no forthcoming expected date has been reported by the company; the date is estimated based on the same event in the previous year; and this will be shown as Estimated. nullable: true eventId: type: integer description: A unique identifier of each event format: int64 nullable: true eventYear: type: integer description: Year of event format: int64 nullable: true timeZone: type: string description: Time zone of the company event nullable: true typeCode: type: integer description: A numeric identifier to the different events in a company's event calendar format: int64 nullable: true typeGroupCode: type: integer description: A numeric identifier to the different events in a company's event calendar format: int64 nullable: true webcastDialIn: type: string description: Other dial in details provided by the company like password; replay dial in information for foreign participants; etc. nullable: true additionalProperties: false title: OutputEventCalendar OutputAverageRates: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true assetTurnover10YearAverage: type: number description: This data point is calculated by summing all available asset turnover values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Total Revenue (TTM) divided by Average Total Assets. format: double nullable: true assetTurnover1YearAverage: type: number description: This data point is calculated by summing all available asset turnover values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Total Revenue (TTM) divided by Average Total Assets. format: double nullable: true assetTurnover3YearAverage: type: number description: This data point is calculated by summing all available asset turnover values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Total Revenue (TTM) divided by Average Total Assets. format: double nullable: true assetTurnover5YearAverage: type: number description: This data point is calculated by summing all available asset turnover values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Total Revenue (TTM) divided by Average Total Assets. format: double nullable: true capitalExpenditureCalculated5YearAverage: type: number description: This data point is calculated by summing all available capital expenditure values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Capital Expenditure is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true cashAndCashEquivalents1YearAverage: type: number description: This data point is calculated by summing all available cash and cash equivalents values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Cash and Cash Equivalents represent total of cash on hand and/or in bank and investments which company has reported as cash equivalents. format: double nullable: true cashCashEquivalentsAndShortTermInvestments1YearAverage: type: number description: This data point is calculated by summing all available cash; cash equivalents and short term investments values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Cash; Cash Equivalents and Short Term Investments represent total of cash on hand and/or in bank; investments which company has reported as cash equivalents and all short term financial investments. format: double nullable: true cashConversionCycle5YearAverage: type: number description: This data point is calculated by summing all available cash conversion cycle values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Cash Conversion Cycle is calculated using Days in Sales + Days in Inventory - Days in Payment. format: double nullable: true cashFlowFromOperationsCalculated5YearAverage: type: number description: This data point is calculated by summing all available cash flow from operations (calc) values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Cash Flow from Operations (Calc) is calculated using Net Cash Flow from Operating Activities - Changes in Net Working Capital. format: double nullable: true commonEquityBookValue1YearAverage: type: number description: This data point is calculated by summing all available common equity book values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Common Equity Book Value is calculated using Equity Attributable to Parent Stockholders - Preferred Stock - Stock Options/Warrants/Deferred Shares/Convertible Debentures. format: double nullable: true currencyCode: type: string description: The three-letter ISO Code for the country associated to an holding. Different types of securites apply different country assignment methodologies. The country is derived from the Morningstar Business Country methodology for equity holdings; while it is sourced from third party vendors for non-equity holdings. nullable: true currentLiabilities1YearAverage: type: number description: This data point is calculated by summing all available current liabilities values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Current Liabilities represent sum of all liabilities/obligations that are expected to be repaid within one year or a normal operating cycle (whichever is longer). format: double nullable: true daysInInventory5YearAverage: type: number description: This data point is calculated by summing all available days in inventory values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Days in Inventory is calculated using Days of Period (365 for TTM) divided by Inventory Turnover Ratio. format: double nullable: true daysInPayment5YearAverage: type: number description: This data point is calculated by summing all available days in payment values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Days in Payment is calculated using Days of Period (365 for TTM) divided by Payable Turnover Ratio. format: double nullable: true daysInSales5YearAverage: type: number description: This data point is calculated by summing all available days in sales values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Days in Sales is calculated using Days of Period (365 for TTM) divided by Receivable Turnover Ratio. format: double nullable: true earningsBeforeTaxMargin5YearAverage: type: number description: This data point is calculated by summing all available earnings before tax margin values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Earnings Before Tax Margin is calculated using pretax income divided by total revenue. format: double nullable: true ebitda5YearAverage: type: number description: This data point is calculated by summing all available EBITDA values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. EBITDA is calculated using EBIT + Depreciation; Amortization and Depletion. format: double nullable: true ebitdaMargin5YearAverage: type: number description: This data point is calculated by summing all available EBITDA margin values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. EBITDA Margin is calculated using EBITDA divided by Total Revenue. format: double nullable: true equityMultiplier5YearAverage: type: number description: This data point is calculated by summing all available equity multiplier values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Equity Multiplier is calculated using Total Assets divided by Total Equity. format: double nullable: true fixedAssetTurnover10YearAverage: type: number description: This data point is calculated by summing all available fixed asset turnover values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Fixed Asset Turnover is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets). format: double nullable: true fixedAssetTurnover1YearAverage: type: number description: This data point is calculated by summing all available fixed asset turnover values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Fixed Asset Turnover is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets). format: double nullable: true fixedAssetTurnover3YearAverage: type: number description: This data point is calculated by summing all available fixed asset turnover values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Fixed Asset Turnover is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets). format: double nullable: true fixedAssetTurnover5YearAverage: type: number description: This data point is calculated by summing all available fixed asset turnover values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Fixed Asset Turnover is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets). format: double nullable: true freeCashFlowToEquityHolders5YearAverage: type: number description: This data point is calculated by summing all available free cash flow to equity holders values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Equity Holders is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlowToNetIncome5YearAverage: type: number description: This data point is calculated by summing all available free cash flow to net income values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Net Income is calculated using the Free Cash Flow divided by Net Income. format: double nullable: true freeCashFlowToRevenue10YearAverage: type: number description: This data point is calculated by summing all available free cash flow to revenue values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Revenue is calculated using the Free Cash Flow divided by Total Revenue. format: double nullable: true freeCashFlowToRevenue1YearAverage: type: number description: This data point is calculated by summing all available free cash flow to revenue values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Revenue is calculated using the Free Cash Flow divided by Total Revenue. format: double nullable: true freeCashFlowToRevenue3YearAverage: type: number description: This data point is calculated by summing all available free cash flow to revenue values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Revenue is calculated using the Free Cash Flow divided by Total Revenue. format: double nullable: true freeCashFlowToRevenue5YearAverage: type: number description: This data point is calculated by summing all available free cash flow to revenue values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Free Cash Flow to Revenue is calculated using the Free Cash Flow divided by Total Revenue. format: double nullable: true grossMargin10YearAverage: type: number description: This data point is calculated by summing all available gross margin values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Gross Margin is calculated using gross profit divided by total revenue. format: double nullable: true grossMargin1YearAverage: type: number description: This data point is calculated by summing all available gross margin values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Gross Margin is calculated using gross profit divided by total revenue. format: double nullable: true grossMargin3YearAverage: type: number description: This data point is calculated by summing all available gross margin values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Gross Margin is calculated using gross profit divided by total revenue. format: double nullable: true grossMargin5YearAverage: type: number description: This data point is calculated by summing all available gross margin values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Gross Margin is calculated using gross profit divided by total revenue. format: double nullable: true interestRate2YearAverage: type: number description: This data point is calculated by summing all available interest rate values derived from every financial report in the stipulated 2 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Interest Rate is calculated using interest expense reported in income statement divided by a company's total debt from balance sheet. format: double nullable: true interestRate5YearAverage: type: number description: This data point is calculated by summing all available interest rate values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Interest Rate is calculated using interest expense reported in income statement divided by a company's total debt from balance sheet. format: double nullable: true inventories1YearAverage: type: number description: This data point is calculated by summing all available inventory values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Inventories represent merchandise bought or produced for resale; or supplies and raw materials purchased for use in revenue producing operations; that are expected to be turned into cash within one year or a normal operating cycle (whichever is longer). format: double nullable: true inventoryTurnover10YearAverage: type: number description: This data point is calculated by summing all available inventory turnover values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Inventory Turnover is calculated using Cost of Revenue (TTM) divided by Average Inventories. format: double nullable: true inventoryTurnover1YearAverage: type: number description: This data point is calculated by summing all available inventory turnover values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Inventory Turnover is calculated using Cost of Revenue (TTM) divided by Average Inventories. format: double nullable: true inventoryTurnover3YearAverage: type: number description: This data point is calculated by summing all available inventory turnover values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Inventory Turnover is calculated using Cost of Revenue (TTM) divided by Average Inventories. format: double nullable: true inventoryTurnover5YearAverage: type: number description: This data point is calculated by summing all available inventory turnover values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Inventory Turnover is calculated using Cost of Revenue (TTM) divided by Average Inventories. format: double nullable: true investedCapital1YearAverage: type: number description: This data point is calculated by summing all available invested capital values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Invested Capital is calculated by summing up Total Equity; Debt and Capital Lease obligations. format: double nullable: true netIncomeAvailableToCommonStockholders5YearAverage: type: number description: This data point is calculated by summing all available net income available to common stockholders values collected from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. format: double nullable: true netMineralPropertyInterestsAndExplorationAssets1YearAverage: type: number description: This data point is calculated by summing all available net mineral property interests and exploration assets values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Net Mineral Property Interests and Exploration Assets represent total book value of all Mineral Property Interests and Exploration/Evaluation Assets; net of all Accumulated Amortization. format: double nullable: true netOperatingAssets1YearAverage: type: number description: This data point is calculated by summing all available net operating assets values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Net Operating Assets is calculated using Total Assets - Total Liabilities + (Total Debt - Cash). format: double nullable: true netProfitMargin10YearAverage: type: number description: This data point is calculated by summing all available net profit margin values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Net Profit Margin is calculated using Net Income from Continuing Operations divided by Total Revenue. format: double nullable: true netProfitMargin1YearAverage: type: number description: This data point is calculated by summing all available net profit margin values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Net Profit Margin is calculated using Net Income from Continuing Operations divided by Total Revenue. format: double nullable: true netProfitMargin3YearAverage: type: number description: This data point is calculated by summing all available net profit margin values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Net Profit Margin is calculated using Net Income from Continuing Operations divided by Total Revenue. format: double nullable: true netProfitMargin5YearAverage: type: number description: This data point is calculated by summing all available net profit margin values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Net Profit Margin is calculated using Net Income from Continuing Operations divided by Total Revenue. format: double nullable: true netPropertyPlantAndEquipment1YearAverage: type: number description: This data point is calculated by summing all available net property; plant and equipment values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Net Property; Plant and Equipment represents total net book value of all the tangible assets that are used by a company in its business operations calculated using Gross Property; Plant and Equipment; less Accumulated Depreciation and Impairment. format: double nullable: true operatingMargin10YearAverage: type: number description: This data point is calculated by summing all available operating margin values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Operating Margin is calculated using total operating profit/loss divided by total revenue. format: double nullable: true operatingMargin1YearAverage: type: number description: This data point is calculated by summing all available operating margin values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Operating Margin is calculated using total operating profit/loss divided by total revenue. format: double nullable: true operatingMargin3YearAverage: type: number description: This data point is calculated by summing all available operating margin values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Operating Margin is calculated using total operating profit/loss divided by total revenue. format: double nullable: true operatingMargin5YearAverage: type: number description: This data point is calculated by summing all available operating margin values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Operating Margin is calculated using total operating profit/loss divided by total revenue. format: double nullable: true payablesAndAccruedExpensesCurrent1YearAverage: type: number description: This data point is calculated by summing all available payables and accrued expenses; current values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Payables and Accrued Expenses; Current represents sum of all payables owed and expenses accrued; due for payment within one year or a normal operating cycle (whichever is longer). format: double nullable: true receivableTurnover5YearAverage: type: number description: This data point is calculated by summing all available receivable turnover values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Receivable Turnover is calculated using Total Revenue (TTM) divided by Average Trade Accounts Receivable. format: double nullable: true returnOnAsset10YearAverage: type: number description: This data point is calculated by summing all available return on asset values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Assets. format: double nullable: true returnOnAsset1YearAverage: type: number description: This data point is calculated by summing all available return on asset values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Assets. format: double nullable: true returnOnAsset3YearAverage: type: number description: This data point is calculated by summing all available return on asset values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Assets. format: double nullable: true returnOnAsset5YearAverage: type: number description: This data point is calculated by summing all available return on asset values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Asset is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Assets. format: double nullable: true returnOnEquity10YearAverage: type: number description: This data point is calculated by summing all available return on equity values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Equity is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Equity format: double nullable: true returnOnEquity1YearAverage: type: number description: This data point is calculated by summing all available return on equity values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Equity is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Equity format: double nullable: true returnOnEquity3YearAverage: type: number description: This data point is calculated by summing all available return on equity values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Equity is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Equity format: double nullable: true returnOnEquity5YearAverage: type: number description: This data point is calculated by summing all available return on equity values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Equity is calculated using Net Income from Continuing Operations (TTM) divided by Average Total Equity format: double nullable: true returnOnInvestedCapital10YearAverage: type: number description: This data point is calculated by summing all available return on invested capital values derived from every financial report in the stipulated 10 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Invested Capital is calculated using Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true returnOnInvestedCapital1YearAverage: type: number description: This data point is calculated by summing all available return on invested capital values derived from every financial report in the stipulated 1 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Invested Capital is calculated using Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true returnOnInvestedCapital3YearAverage: type: number description: This data point is calculated by summing all available return on invested capital values derived from every financial report in the stipulated 3 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Invested Capital is calculated using Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true returnOnInvestedCapital5YearAverage: type: number description: This data point is calculated by summing all available return on invested capital values derived from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Return on Invested Capital is calculated using Net operating profit after tax (TTM) divided by Invested Capital. format: double nullable: true revenueToEmployee10YearAverage: type: number description: This data point is calculated by summing all available revenue to employee values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 10 year period; then dividing by the number of available inputs. Revenue to Employee is calculated using Total Revenue (TTM) divided by Number of Full Time Employees. format: double nullable: true revenueToEmployee1YearAverage: type: number description: This data point is calculated by summing all available revenue to employee values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Revenue to Employee is calculated using Total Revenue (TTM) divided by Number of Full Time Employees. format: double nullable: true revenueToEmployee3YearAverage: type: number description: This data point is calculated by summing all available revenue to employee values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 3 year period; then dividing by the number of available inputs. Revenue to Employee is calculated using Total Revenue (TTM) divided by Number of Full Time Employees. format: double nullable: true revenueToEmployee5YearAverage: type: number description: This data point is calculated by summing all available revenue to employee values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 5 year period; then dividing by the number of available inputs. Revenue to Employee is calculated using Total Revenue (TTM) divided by Number of Full Time Employees. format: double nullable: true tangibleBookValue3YearAverage: type: number description: This data point is calculated by summing all available tangible book values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 3 year period; then dividing by the number of available inputs. Tangible Book Value is calculated using total equity minus net intangible assets. format: double nullable: true tangibleBookValue5YearAverage: type: number description: This data point is calculated by summing all available tangible book values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 5 year period; then dividing by the number of available inputs. Tangible Book Value is calculated using total equity minus net intangible assets. format: double nullable: true totalAssets1YearAverage: type: number description: This data point is calculated by summing all available total assets values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Total Assets represents total value of all assets recorded by the company. format: double nullable: true totalDebt1YearAverage: type: number description: This data point is calculated by summing all available total debt values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Total Debt is calculated by summing Long Term Debt and Capital Lease Obligations with Current Debt and Capital Lease Obligations. For Banks and Insurance companies Deposits and Securities sold under Repurchase Agreements are also considered. Furthermore for Banks; Advances and Funds purchased from Central Banks; Bank Acceptances and Other borrowed funds are considered. format: double nullable: true totalEquity1YearAverage: type: number description: This data point is calculated by summing all available total equity values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Total Equity represents equity attributable to stockholders and non-controlling/minority interests. format: double nullable: true totalLiabilities1YearAverage: type: number description: This data point is calculated by summing all available total liabilities values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Total Liabilities represents total value of all liabilities recorded by the company. format: double nullable: true totalOperatingProfitLoss5YearAverage: type: number description: This data point is calculated by summing all available total operating profit/loss values collected from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. format: double nullable: true totalRevenue5YearAverage: type: number description: This data point is calculated by summing all available total revenue values collected from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. Total Revenue represents sum of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true tradeAccountsReceivableCurrent1YearAverage: type: number description: This data point is calculated by summing all available trade/accounts receivables; current values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Trade/Accounts Receivables; Current represents net value of amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business. format: double nullable: true tradeAndOtherPayablesCurrent1YearAverage: type: number description: This data point is calculated by summing all available trade/other payables; current values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Trade/Other Payables; Current represent sum of all payables owed; due for payment within one year or a normal operating cycle (whichever is longer). format: double nullable: true tradeAndOtherReceivablesCurrent1YearAverage: type: number description: This data point is calculated by summing all available trade and other receivables; current values collected from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Trade and Other Receivables; Current represents the amount due from customers/clients or other parties; within one year or a normal operating cycle (whichever is longer); for goods or services that have been delivered or sold in the normal course of business and/or other receivables. format: double nullable: true workingCapital1YearAverage: type: number description: This data point is calculated by summing all available working capital values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Working Capital is calculated using total current assets minus total current liabilities. format: double nullable: true workingCapital3YearAverage: type: number description: This data point is calculated by summing all available working capital values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 3 year period; then dividing by the number of available inputs. Working Capital is calculated using total current assets minus total current liabilities. format: double nullable: true workingCapital5YearAverage: type: number description: This data point is calculated by summing all available working capital values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 5 year period; then dividing by the number of available inputs. Working Capital is calculated using total current assets minus total current liabilities. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputAverageRates OutputDividendMetrics: type: object properties: asOfDate: type: string description: The calendar date when dividend metrics data points are calculated nullable: true adjustedFundsFromOperationsPayOutRatio: type: number description: This measures how much of a REIT's adjusted funds from operations is being paid out in actual dividends. This ratio is calculated as common dividends per share divided by the reported diluted adjusted funds from operations per share. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' dividendCoverageRatio: type: number description: This ratio represents the value of the company's net income relative to dividends paid back to shareholders. This can be used to measure a company's ability to use net income to pay out its dividend. This is calculated using Earnings Per Share divided by Dividend Per Share. format: double nullable: true dividendPayOutRatio: type: number description: This ratio represents the value of the company's dividend paid back to shareholders relative to its net income. This can be used to measure the amount a company is paying out versus retaining for future growth. This is calculated using Dividend Per Share divided by Earnings Per Share. format: double nullable: true dividendPayoutRatio5YearAverage: type: number description: Five year average value of dividend payout ratio; calculated by using our standard growth methodology format: double nullable: true dividendYield5YearAverage: type: number description: This data point is the average of daily yields using harmonic mean. It is calculated by dividing the number of available dividend yield values in the stipulated 5 year period by the sum of the reciprocals (1/DY) of each value in that period. Dividend Yield is calculated using Trailing Dividend divided by Stock Price. format: double nullable: true expectedDividendGrowthRate: type: number description: This calculation represents the estimated change in a company's' dividend. This can be used to estimate the potential growth on a stocks' return. This is calculated using the percentage change between the Forward Dividend and Trailing Dividend. format: double nullable: true forwardDividend: type: number description: This calculations represents the stock dividend expected to be paid out over the next year. This can be used to measure the return on the company stock. This is calculated by annualizing the last cash dividend paid or the latest announced cash dividend. format: double nullable: true forwardDividendYield: type: number description: This ratio represents the value of the share's estimated dividend relative to its price. This can be used to measure the amount a company is expected to pay out versus retaining for future growth. This is calculated using Forward Dividend divided by Stock Price. format: double nullable: true forwardGrossedUpDividend: type: number description: It is the projected dividend for the coming year. It can be calculated by annualizing the latest dividend or by summing up dividends with ex-date within (Current Date - [1year+1day]; Current Date + 1year). format: double nullable: true forwardGrossedUpDividendYield: type: number description: A forward dividend yield is a stock's annualized dividend based on its stock price. format: double nullable: true fundsFromOperationsPayOutRatio: type: number description: This measures how much of a REIT's funds from operations is being paid out in actual dividends. This ratio is calculated as common dividends per share divided by the reported diluted funds from operations per share. format: double nullable: true grossedUpDividendTrailing: type: number description: This calculation represents total grossed up dividends within the past twelve month period. Grossed up dividends include regular cash dividends paid out by the company along with the portion of tax that the company has already paid on its net income before the dividend is paid. This can be used to measure the return on the company's stock. This is calculated using the summation of all the grossed up dividends paid out by the company within the certain period. format: double nullable: true grossedUpDividendYield: type: number description: This ratio represents the value of the company's grossed up trailing dividend relative to its stock price. This can be used to measure the rate of return on the company's stock. This is calculated using Trailing Grossed Up Dividend divided by Stock Price. format: double nullable: true normalizedDividendPayOutRatio: type: number description: This ratio represents the value of the company's dividend paid back to shareholders relative to its normalized net income. This can be used to measure the amount a company is paying back to shareholders versus retaining for future growth. This is calculated using Dividend Per Share divided by Normalized Earnings Per Share. format: double nullable: true normalizedReinvestmentRate: type: number description: This calculation represents the Normalized net earnings per share retained by the company as a percentage of Common Equity Book Value. This can be used as a measure of growth as the reinvestment rate is an estimate of how much a Company's book value is expected to grow over the current year. This is calculated using Normalized Earnings Per Share (TTM) net of Dividends Per Share (TTM) divided by average Common Equity Book Value per share. format: double nullable: true normalizedRetentionRate: type: number description: This ratio represents the pecentage of normalized income that the company keeps as retained earnings rather than paying out as dividends. This can be used to indicate whether or not the company is a growth company. This is calculated using 1 minus the Normalized Dividend Payout Ratio. format: double nullable: true reinvestmentRate: type: number description: This calculation represents the Net earnings per share retained by the company as a percentage of Common Equity Book Value. This can be used as a measure of growth as the reinvestment rate is an estimate of how much a Company's book value is expected to grow over the current year. This is calculated using Earnings Per Share (TTM) net of Dividends Per Share (TTM) divided by average Common Equity Book Value per share. format: double nullable: true reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true retentionRate: type: number description: This ratio represents the pecentage of net income that the company keeps as retained earnings rather than paying out as dividends. This can be used to indicate whether or not the company is a growth company. This is calculated using 1 minus the Dividend Payout Ratio. format: double nullable: true sustainableGrowthRate: type: number description: This calculation measures the approximate rate at which a company could grow using internally generated cash; without issuing additional debt or equity. This can be used to measure the growth a company can fund from internally generated resources; without increasing debt levels or issuing equity. This is calculated by multiplying the company's Retention Rate by its Return on Equity. format: double nullable: true trailingDividend: type: number description: This calculation represents total regular cash dividends paid out within the past twelve month period. This can be used to measure the return on the company stock. This is calculated using the summation of all the dividends paid out by the company within the certain period. format: double nullable: true trailingDividendYield: type: number description: This ratio represents the value of the company's trailing dividend in the past twelve months relative to its stock price. This can be used to measure the rate of return on the company's stock. This is calculated using Trailing Dividend divided by Stock Price. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputDividendMetrics OutputMetadataMessages: type: object properties: type: type: string nullable: true code: type: string nullable: true investments: type: array items: $ref: '#/components/schemas/OutputInvalidInvestments' nullable: true message: type: string nullable: true additionalProperties: false title: OutputMetadataMessages ResponseReturnsPerformanceCurrent: type: object properties: returnsPerformanceCurrent: $ref: '#/components/schemas/OutputReturnsPerformanceCurrent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputMorningstarRatingMostRecent: type: object properties: firmAverageMorningstarRating10Yr: type: number description: '' format: double nullable: true firmAverageMorningstarRating3Yr: type: number description: '' format: double nullable: true firmAverageMorningstarRating5Yr: type: number description: '' format: double nullable: true firmAverageMorningstarRatingOverall: type: number description: '' format: double nullable: true firmPercAssets10YrRating1Star: type: number description: '' format: double nullable: true firmPercAssets10YrRating2Stars: type: number description: '' format: double nullable: true firmPercAssets10YrRating3Stars: type: number description: '' format: double nullable: true firmPercAssets10YrRating4Stars: type: number description: '' format: double nullable: true firmPercAssets10YrRating5Stars: type: number description: '' format: double nullable: true firmPercAssets10YrRatingNull: type: number description: '' format: double nullable: true firmPercAssets3YrRating1Star: type: number description: '' format: double nullable: true firmPercAssets3YrRating2Stars: type: number description: '' format: double nullable: true firmPercAssets3YrRating3Stars: type: number description: '' format: double nullable: true firmPercAssets3YrRating4Stars: type: number description: '' format: double nullable: true firmPercAssets3YrRating5Stars: type: number description: '' format: double nullable: true firmPercAssets3YrRatingNull: type: number description: '' format: double nullable: true firmPercAssets5YrRating1Star: type: number description: '' format: double nullable: true firmPercAssets5YrRating2Stars: type: number description: '' format: double nullable: true firmPercAssets5YrRating3Stars: type: number description: '' format: double nullable: true firmPercAssets5YrRating4Stars: type: number description: '' format: double nullable: true firmPercAssets5YrRating5Stars: type: number description: '' format: double nullable: true firmPercAssets5YrRatingNull: type: number description: '' format: double nullable: true firmPercAssetsOverallRating1Star: type: number description: '' format: double nullable: true firmPercAssetsOverallRating2Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating3Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating4Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating5Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRatingNull: type: number description: '' format: double nullable: true fiveYearFiveStarRatingPercent: type: number description: '' format: double nullable: true fiveYearFourStarRatingPercent: type: number description: '' format: double nullable: true fiveYearNotStarRatedPercent: type: number description: '' format: double nullable: true fiveYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true fiveYearOneStarRatingPercent: type: number description: '' format: double nullable: true fiveYearThreeStarRatingPercent: type: number description: '' format: double nullable: true fiveYearTwoStarRatingPercent: type: number description: '' format: double nullable: true morningstarRating10Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRating3Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRating5Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRatingOverall: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRetRating10Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRetRating3Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRetRating5Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRetRatingOverall: $ref: '#/components/schemas/CodeMappingString' morningstarReturn10Yr: type: number description: '' format: double nullable: true morningstarReturn3Yr: type: number description: '' format: double nullable: true morningstarReturn5Yr: type: number description: '' format: double nullable: true morningstarReturnOverall: type: number description: '' format: double nullable: true morningstarReturnPercRankCat10Yr: type: number description: '' format: double nullable: true morningstarReturnPercRankCat3Yr: type: number description: '' format: double nullable: true morningstarReturnPercRankCat5Yr: type: number description: '' format: double nullable: true morningstarRisk10Yr: type: number description: '' format: double nullable: true morningstarRisk3Yr: type: number description: '' format: double nullable: true morningstarRisk5Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRet10Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRet3Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRet5Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRetOverall: type: number description: '' format: double nullable: true morningstarRiskAdjRetPercRankCat10Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRetPercRankCat3Yr: type: number description: '' format: double nullable: true morningstarRiskAdjRetPercRankCat5Yr: type: number description: '' format: double nullable: true morningstarRiskOverall: type: number description: '' format: double nullable: true morningstarRiskPercRankCat10Yr: type: number description: '' format: double nullable: true morningstarRiskPercRankCat3Yr: type: number description: '' format: double nullable: true morningstarRiskPercRankCat5Yr: type: number description: '' format: double nullable: true morningstarRiskRating10Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRiskRating3Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRiskRating5Yr: $ref: '#/components/schemas/CodeMappingString' morningstarRiskRatingOverall: $ref: '#/components/schemas/CodeMappingString' overallFiveStarRatingPercent: type: number description: '' format: double nullable: true overallFourStarRatingPercent: type: number description: '' format: double nullable: true overallNotStarRatedPercent: type: number description: '' format: double nullable: true overallNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true overallOneStarRatingPercent: type: number description: '' format: double nullable: true overallThreeStarRatingPercent: type: number description: '' format: double nullable: true overallTwoStarRatingPercent: type: number description: '' format: double nullable: true ratingDate: type: string description: '' nullable: true ratingOfInvestments10Yr: type: integer description: '' format: int32 nullable: true ratingOfInvestments3Yr: type: integer description: '' format: int32 nullable: true ratingOfInvestments5Yr: type: integer description: '' format: int32 nullable: true tenYearFiveStarRatingPercent: type: number description: '' format: double nullable: true tenYearFourStarRatingPercent: type: number description: '' format: double nullable: true tenYearNotStarRatedPercent: type: number description: '' format: double nullable: true tenYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true tenYearOneStarRatingPercent: type: number description: '' format: double nullable: true tenYearThreeStarRatingPercent: type: number description: '' format: double nullable: true tenYearTwoStarRatingPercent: type: number description: '' format: double nullable: true threeYearFiveStarRatingPercent: type: number description: '' format: double nullable: true threeYearFourStarRatingPercent: type: number description: '' format: double nullable: true threeYearNotStarRatedPercent: type: number description: '' format: double nullable: true threeYearNotStarRatingEligiblePercent: type: number description: '' format: double nullable: true threeYearOneStarRatingPercent: type: number description: '' format: double nullable: true threeYearThreeStarRatingPercent: type: number description: '' format: double nullable: true threeYearTwoStarRatingPercent: type: number description: '' format: double nullable: true morningstarRating1Yr: $ref: '#/components/schemas/CodeMappingInt' morningstarReturnScore1Yr: type: integer description: '' format: int32 nullable: true morningstarRiskScore1Yr: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputMorningstarRatingMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputMifidCostData: type: object properties: borrowingCostsActual: type: number description: '' format: double nullable: true borrowingCostsActualDate: type: string description: '' nullable: true borrowingCostsEstimated: type: number description: '' format: double nullable: true borrowingCostsEstimatedDate: type: string description: '' nullable: true distributionFeePercentageOfNavActual: type: number description: '' format: double nullable: true distributionFeePercentageOfNavActualDate: type: string description: '' nullable: true distributionFeePercentageOfNavEstimated: type: number description: '' format: double nullable: true distributionFeePercentageOfNavEstimatedDate: type: string description: '' nullable: true entryCostAcquiredActual: type: number description: '' format: double nullable: true entryCostAcquiredActualDate: type: string description: '' nullable: true indirectCostsClosedEndedActualUk: type: number description: '' format: double nullable: true indirectCostsClosedEndedEstimatedUk: type: number description: '' format: double nullable: true indirectCostsOpenEndedActualUk: type: number description: '' format: double nullable: true indirectCostsOpenEndedEstimatedUk: type: number description: '' format: double nullable: true managementFeeExDistributionFeesActual: type: number description: '' format: double nullable: true managementFeeExDistributionFeesActualDate: type: string description: '' nullable: true managementFeeExDistributionFeesEstimated: type: number description: '' format: double nullable: true managementFeeExDistributionFeesEstimatedDate: type: string description: '' nullable: true maximumEntryCostAcquired: type: number description: '' format: double nullable: true maximumEntryCostAcquiredDate: type: string description: '' nullable: true maximumEntryCostBaseCurrency: type: number description: '' format: double nullable: true maximumEntryCostDateBaseCurrency: type: string description: '' nullable: true maximumEntryCostDatePercentage: type: string description: '' nullable: true maximumEntryCostPercentage: type: number description: '' format: double nullable: true maximumExitCostAcquired: type: number description: '' format: double nullable: true maximumExitCostAcquiredDate: type: string description: '' nullable: true maximumExitFeeBaseCurrency: type: number description: '' format: double nullable: true maximumExitFeeDateBaseCurrency: type: string description: '' nullable: true maximumExitFeeDatePercentage: type: string description: '' nullable: true maximumExitFeePercentage: type: number description: '' format: double nullable: true ongoingCostActual: type: number description: '' format: double nullable: true ongoingCostActualDate: type: string description: '' nullable: true ongoingCostEstimated: type: number description: '' format: double nullable: true ongoingCostEstimatedDate: type: string description: '' nullable: true performanceFeeActual: type: number description: '' format: double nullable: true performanceFeeActualDate: type: string description: '' nullable: true performanceFeeEstimated: type: number description: '' format: double nullable: true performanceFeeEstimatedDate: type: string description: '' nullable: true realAssetsCostsActualUk: type: number description: '' format: double nullable: true realAssetsCostsEstimatedUk: type: number description: '' format: double nullable: true transactionCostsActualCalculationStartDateUk: type: string description: '' nullable: true transactionCostsActualDateUk: type: string description: '' nullable: true transactionCostsActualUk: type: number description: '' format: double nullable: true transactionCostsEstimatedDateUk: type: string description: '' nullable: true transactionCostsEstimatedUk: type: number description: '' format: double nullable: true transactionFeeActual: type: number description: '' format: double nullable: true transactionFeeActualDate: type: string description: '' nullable: true transactionFeeEstimated: type: number description: '' format: double nullable: true transactionFeeEstimatedDate: type: string description: '' nullable: true typicalExitCost: type: number description: '' format: double nullable: true typicalExitCostDate: type: string description: '' nullable: true additionalProperties: false title: OutputMifidCostData description: All fields are nullable. Empty or `null` value fields are not returned. OutputCusip: type: object properties: custodian: type: string description: '' nullable: true underlyingFundCusip: type: string description: '' nullable: true additionalProperties: false title: OutputCusip OutputEsgCompanyLevel2DataCountryRiskRating: type: object properties: countryCode: type: string description: '' nullable: true countryOfDomicile: type: string description: '' nullable: true countryRiskCategory: type: string description: '' nullable: true countryRiskDateLastUpdate: type: string description: '' nullable: true countryRiskScore: type: number description: '' format: double nullable: true countryRiskYear: type: string description: '' nullable: true incomeGroup: type: string description: '' nullable: true sovereignRegion: type: string description: '' nullable: true additionalProperties: false title: OutputEsgCompanyLevel2DataCountryRiskRating description: All fields are nullable. Empty or `null` value fields are not returned. OutputInvestmentAccessPointExpenseRecoveryFeeTier: type: object properties: effectiveDate: type: string description: '' nullable: true platformId: type: string description: '' nullable: true tierExpenseRecoveryFee: type: array items: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentAccessPointExpenseRecoveryFeeTier description: All fields are nullable. Empty or `null` value fields are not returned. OutputSymbolChangeLog: type: object properties: effectiveDate: type: string description: The effective date when the symbol for the share class was changed nullable: true changeFrom: type: string description: The symbol that the share class changes from nullable: true changeTo: type: string description: The symbol that the share class changes to nullable: true additionalProperties: false title: OutputSymbolChangeLog OutputIndexReference: type: object properties: morningstarInstitutionalCategory: $ref: '#/components/schemas/CodeMappingString' shariaCompliant: $ref: '#/components/schemas/CodeMappingString' fundStandardName: type: string description: '' nullable: true morningstarCategoryTargetRegionName: type: string description: '' nullable: true morningstarCategoryTargetUniverseName: type: string description: '' nullable: true localLegalNameJp: type: string description: '' nullable: true masterPortfolioId: type: integer description: '' format: int32 nullable: true performanceStartDate: type: string description: '' nullable: true brandingName: type: string description: '' nullable: true portfolioDate: type: string description: '' nullable: true usHeadquarters: type: string description: '' nullable: true secidForImport: type: string description: '' nullable: true firmNameId: type: string description: '' nullable: true morningstarCategoryBroadGroup: $ref: '#/components/schemas/CodeMappingString' fundLegalStructure: $ref: '#/components/schemas/CodeMappingString' indexFamilyName: type: string description: '' nullable: true domicile: $ref: '#/components/schemas/CodeMappingString' registrationCompany: type: string description: '' nullable: true baseCurrency: $ref: '#/components/schemas/CodeMappingString' pricingFrequency: $ref: '#/components/schemas/CodeMappingString' riskCurrency: $ref: '#/components/schemas/CodeMappingString' investmentType: $ref: '#/components/schemas/CodeMappingString' portfolioCurrency: $ref: '#/components/schemas/CodeMappingString' morningstarCategoryGroupId: type: string description: '' nullable: true morningstarCategoryGroup: $ref: '#/components/schemas/CodeMappingString' nameOfFundSOldestShareClass: type: string description: '' nullable: true tickerOfFundSOldestShareClass: type: string description: '' nullable: true inceptionDateOfFundSOldestShareClass: type: string description: '' nullable: true morningstarCategory: $ref: '#/components/schemas/CodeMappingString' firmName: type: string description: '' nullable: true firmWebAddress: type: string description: '' nullable: true fundid: type: string description: '' nullable: true previousName: type: string description: '' nullable: true inceptionDate: type: string description: '' nullable: true oldestShareClass: $ref: '#/components/schemas/CodeMappingString' secid: type: string description: '' nullable: true previousNameEndDate: type: string description: '' nullable: true countryRegisteredForSale: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true name: type: string description: '' nullable: true riskFreeRateId: type: string description: '' nullable: true performanceid: type: string description: '' nullable: true localNameCn: type: string description: '' nullable: true localNameSg: type: string description: '' nullable: true localNameJp: type: string description: '' nullable: true ticker: type: string description: '' nullable: true morningstarCategoryIndexId: type: string description: '' nullable: true morningstarCategoryIndex: type: string description: '' nullable: true firmStreetAddress: type: string description: '' nullable: true firmCountry: $ref: '#/components/schemas/CodeMappingString' performanceDataReady: $ref: '#/components/schemas/CodeMappingString' priceDataReady: $ref: '#/components/schemas/CodeMappingString' operationsDataReady: $ref: '#/components/schemas/CodeMappingString' portfolioDataReady: $ref: '#/components/schemas/CodeMappingString' legalName: type: string description: '' nullable: true investmentArea: $ref: '#/components/schemas/CodeMappingString' seriesName: type: string description: '' nullable: true virtualClass: $ref: '#/components/schemas/CodeMappingString' status: $ref: '#/components/schemas/CodeMappingInt' brandingCompanyAsOfDate: type: string description: '' nullable: true registrationCompanyId: type: string description: '' nullable: true mptIndex: type: string description: '' nullable: true brandingNameId: type: string description: '' nullable: true trackRecordExtensionType: $ref: '#/components/schemas/CodeMappingString' fundLegalName: type: string description: '' nullable: true indexFamilyId: type: string description: '' nullable: true additionalProperties: false title: OutputIndexReference description: All fields are nullable. Empty or `null` value fields are not returned. OutputPortfolioExposuresShareclassLevel: type: object properties: cash: type: number description: '' format: double nullable: true currencyFactorAudGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorAudMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorCadGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorCadMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorEurGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorEurMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorGbp: type: number description: '' format: double nullable: true currencyFactorJpyGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorJpyMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorSgdGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorSgdMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorUsdGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorUsdMultiAssetModel: type: number description: '' format: double nullable: true currencyFactorZarGlobalEquityProprietaryModel: type: number description: '' format: double nullable: true currencyFactorZarMultiAssetModel: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPortfolioExposuresShareclassLevel description: All fields are nullable. Empty or `null` value fields are not returned. OutputOwnershipDataSummary: type: object properties: asOfDate: type: string description: '' nullable: true decreasedOwners: type: integer description: '' format: int32 nullable: true increasedOwners: type: integer description: '' format: int32 nullable: true newOwners: type: integer description: '' format: int32 nullable: true percentageOwnership: type: number description: '' format: double nullable: true soldOutOwners: type: integer description: '' format: int32 nullable: true totalDecreasedShares: type: integer description: '' format: int32 nullable: true totalIncreasedShares: type: integer description: '' format: int32 nullable: true totalMarketValue: type: number description: '' format: double nullable: true totalNewSharesBought: type: integer description: '' format: int32 nullable: true totalOwners: type: integer description: '' format: int32 nullable: true totalSharesOwned: type: integer description: '' format: int64 nullable: true totalSoldOutShares: type: integer description: '' format: int32 nullable: true ownerTypeGroup: type: string description: '' nullable: true additionalProperties: false title: OutputOwnershipDataSummary OutputEquityResearchRatingsMostRecent: type: object properties: dateMorningstarGrades: type: string description: '' nullable: true moatSourceCostAdvantage: $ref: '#/components/schemas/CodeMappingBoolean' moatSourceEfficientScale: $ref: '#/components/schemas/CodeMappingBoolean' moatSourceIntangibleAssets: $ref: '#/components/schemas/CodeMappingBoolean' moatSourceNetworkEffect: $ref: '#/components/schemas/CodeMappingBoolean' moatSourceSwitchCost: $ref: '#/components/schemas/CodeMappingBoolean' morningstarCreditRating: type: string description: '' nullable: true priceOrFairValue: type: number description: '' format: double nullable: true stockCapitalAllocationRating: type: string description: '' nullable: true additionalProperties: false title: OutputEquityResearchRatingsMostRecent ResponseEsgFundLevelPhysicalClimateRiskMetrics: type: object properties: esgFundLevelPhysicalClimateRiskMetrics: $ref: '#/components/schemas/OutputEsgFundLevelPhysicalClimateRiskMetrics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyGrade: type: object properties: asOfDate: type: string description: The calendar date when the company grade is calculated. nullable: true growthGrade: type: string description: A Morningstar proprietary descriptor; determined by an algorithm that assigns a stock a grade - A; B; C; D or F - based on the firm's trend in revenue per share. Grades are generated monthly for firms in the U.S. and Canadian markets using revenue data from the past three to five years. (Companies that do not have enough data to assign a grade are labeled N/A.) In calculating the revenue per share growth rate; the slope of the regression line will be divided by the arithmetic average of historical revenue per share figures. The result of the regression is a normalized historical increase or decrease in the rate of growth for revenue per share. nullable: true profitabilityGrade: type: string description: 'A Morningstar proprietary descriptor; determined by an algorithm that assigns a stock a grade - A; B; C; D or F - based on the valuation of the firm''s return on shareholders'' equity (ROE). Grades are generated monthly for firms in the U.S. and Canadian markets using ROE values from the past three to five years. (There are some companies that do not have enough data to assign a grade and these are labeled N/A.) The profitability grade is based on the valuation of the following three components; which are assigned different weights: the historical growth rate of ROE; the average value of historical ROE; and the level of ROE in the latest fiscal year of the company.' nullable: true stockType: $ref: '#/components/schemas/CodeMappingInt' additionalProperties: false title: OutputCompanyGrade ResponseDerivedStatisticsFromIndexLevelsTimeSeries: type: object properties: derivedStatisticsFromIndexLevelsTimeSeries: $ref: '#/components/schemas/OutputDerivedStatisticsFromIndexLevelsTimeSeries' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' CodeMappingDecimal: type: object properties: value: type: string nullable: true code: type: number format: double nullable: true additionalProperties: false title: CodeMappingDecimal OutputDividendResidualRiskAndReturnSensitivity: type: object properties: asOfDate: type: string description: The calendar date when the residual risk and return sensitivity data points are calculated nullable: true alpha120Month: type: number description: A measure of excess return of a company's security over a 120-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha12Month: type: number description: A measure of excess return of a company's security over a 12-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha24Month: type: number description: A measure of excess return of a company's security over a 24-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha36Month: type: number description: A measure of excess return of a company's security over a 36-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha48Month: type: number description: A measure of excess return of a company's security over a 48-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true alpha60Month: type: number description: A measure of excess return of a company's security over a 60-month period relative to the return of a benchmark index that is considered to represent the market's movement as a whole. The alpha is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true beta120Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 120-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta12Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 12-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta24Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 24-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta36Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 36-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta48Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 48-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true beta60Month: type: number description: 'A measure of the volatility; or systematic risk; of a company''s security over a 60-month period in comparison to the market as a whole. The beta is calculated on a monthly basis and uses a company''s total return; including dividends; as input for the calculation: A beta of 1 indicates that the security''s price will move with the market; A beta of less than 1 means that the security will be less volatile than the market; A beta of greater than 1 indicates that the security''s price will be more volatile than the market.' format: double nullable: true compareIndexId: type: string description: The Morningstar Index Id that is used as a benchmark for the residual risk and return sensitivity calculation of a company's security. The assigned index for each security is based on the security's trading exchange and/or country. nullable: true rSquare120Month: type: number description: A measure of the relationship between a company's security over a 120-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare12Month: type: number description: A measure of the relationship between a company's security over a 12-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare24Month: type: number description: A measure of the relationship between a company's security over a 24-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare36Month: type: number description: A measure of the relationship between a company's security over a 36-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare48Month: type: number description: A measure of the relationship between a company's security over a 48-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true rSquare60Month: type: number description: A measure of the relationship between a company's security over a 60-month period to its benchmark index. R-Square; presented as a percentage; ranges between 0 - 100 and suggests how much of the movements in the stock can be explained by the movements in the market. The R-Square is calculated on a monthly basis and uses a company's total return; including dividends; as input for the calculation. format: double nullable: true additionalProperties: false title: OutputDividendResidualRiskAndReturnSensitivity OutputMorningstarCategory: type: object properties: morningstarInstitutionalCategory: $ref: '#/components/schemas/CodeMappingString' australianInstitutionalCategory: $ref: '#/components/schemas/CodeMappingString' groupType: $ref: '#/components/schemas/CodeMappingString' totalRetWeightedMtdDaily: type: number description: '' format: double nullable: true totalRetWeightedQtdDaily: type: number description: '' format: double nullable: true totalRetWeightedYtdDaily: type: number description: '' format: double nullable: true totalRetWeighted1DayDaily: type: number description: '' format: double nullable: true totalRetWeighted1WkDaily: type: number description: '' format: double nullable: true totalRetWeighted1MoDaily: type: number description: '' format: double nullable: true totalRetWeighted2MoDaily: type: number description: '' format: double nullable: true totalRetWeighted3MoDaily: type: number description: '' format: double nullable: true totalRetWeighted6MoDaily: type: number description: '' format: double nullable: true totalRetWeighted1YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd2YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd3YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd5YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd10YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd15YrDaily: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd20YrDaily: type: number description: '' format: double nullable: true marketRetWeightedMtdDaily: type: number description: '' format: double nullable: true marketRetWeightedQtdDaily: type: number description: '' format: double nullable: true marketRetWeightedYtdDaily: type: number description: '' format: double nullable: true marketRetWeighted1DayDaily: type: number description: '' format: double nullable: true marketRetWeighted1WkDaily: type: number description: '' format: double nullable: true marketRetWeighted1MoDaily: type: number description: '' format: double nullable: true marketRetWeighted2MoDaily: type: number description: '' format: double nullable: true marketRetWeighted3MoDaily: type: number description: '' format: double nullable: true marketRetWeighted6MoDaily: type: number description: '' format: double nullable: true marketRetWeighted1YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd2YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd3YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd5YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd10YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd15YrDaily: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd20YrDaily: type: number description: '' format: double nullable: true totalRetWeighted1MoMoEnd: type: number description: '' format: double nullable: true totalRetWeighted2MoMoEnd: type: number description: '' format: double nullable: true totalRetWeighted3MoMoEnd: type: number description: '' format: double nullable: true totalRetWeighted6MoMoEnd: type: number description: '' format: double nullable: true totalRetWeightedYtdMoEnd: type: number description: '' format: double nullable: true totalRetWeighted1YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true marketRetWeighted1MoMoEnd: type: number description: '' format: double nullable: true marketRetWeighted2MoMoEnd: type: number description: '' format: double nullable: true marketRetWeighted3MoMoEnd: type: number description: '' format: double nullable: true marketRetWeighted6MoMoEnd: type: number description: '' format: double nullable: true marketRetWeightedYtdMoEnd: type: number description: '' format: double nullable: true marketRetWeighted1YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd2YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true totalRetWeighted1MoQtrEnd: type: number description: '' format: double nullable: true totalRetWeighted2MoQtrEnd: type: number description: '' format: double nullable: true totalRetWeighted3MoQtrEnd: type: number description: '' format: double nullable: true totalRetWeighted6MoQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedYtdQtrEnd: type: number description: '' format: double nullable: true totalRetWeighted1YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true totalRetWeightedAnnlzd20YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeighted1MoQtrEnd: type: number description: '' format: double nullable: true marketRetWeighted2MoQtrEnd: type: number description: '' format: double nullable: true marketRetWeighted3MoQtrEnd: type: number description: '' format: double nullable: true marketRetWeighted6MoQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedYtdQtrEnd: type: number description: '' format: double nullable: true marketRetWeighted1YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd2YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd3YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd5YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd10YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd15YrQtrEnd: type: number description: '' format: double nullable: true marketRetWeightedAnnlzd20YrQtrEnd: type: number description: '' format: double nullable: true returnDateMoEnd: type: string description: '' nullable: true morningstarCategoryId: $ref: '#/components/schemas/CodeMappingString' usCategoryGroup: $ref: '#/components/schemas/CodeMappingString' globalBroadCategoryGroup: $ref: '#/components/schemas/CodeMappingString' globalCategory: $ref: '#/components/schemas/CodeMappingString' morningstarCategoryGroupId: type: string description: '' nullable: true morningstarCategoryGroup: $ref: '#/components/schemas/CodeMappingString' dp_MorningstarCategory: $ref: '#/components/schemas/CodeMappingString' categoryCode: type: string description: '' nullable: true fundLevelCategory: type: string description: '' nullable: true mostRecentCategoryPeerGroupName: type: string description: '' nullable: true morningstarCategoryStartDate: type: string description: '' nullable: true morningstarCefClassificationName: type: string description: '' nullable: true morningstarCategoryTargetRegionName: type: string description: '' nullable: true morningstarCategoryTargetUniverseName: type: string description: '' nullable: true additionalProperties: false title: OutputMorningstarCategory description: All fields are nullable. Empty or `null` value fields are not returned. ResponseInvestmentBasicDetails: type: object properties: investmentBasicDetails: $ref: '#/components/schemas/OutputInvestmentBasicDetails' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyInformation: type: object properties: businessCountryCode: $ref: '#/components/schemas/CodeMappingString' canNaics: type: integer description: An acronym for North American Industry Classification System (NAICS) specific to Canada; a 6-digit numerical classification assigned to individual companies. NAICS was developed jointly by the U.S.; Canada; and Mexico to provide new comparability in statistics about business activity across North America. It was intended to replace the U.S. Standard Industrial Classification (SIC) system. The initial SIC and NAICS listed is the Primary code based on revenue generation; followed by Secondary SIC and NAICS when applicable. Both SIC and NAICS are manually collected and assigned. format: int64 nullable: true cik: type: string description: '' nullable: true companyStatus: $ref: '#/components/schemas/CodeMappingString' companyId: type: string description: '' nullable: true domicileCountryCode: $ref: '#/components/schemas/CodeMappingString' expectedFiscalYearEnd: type: string description: The upcoming expected year end for the company; it is calculated based on the current year end (from latest available annual report) + 1 year nullable: true fiscalYearEnd: $ref: '#/components/schemas/CodeMappingLong' globalTemplateIndustryTemplateCode: $ref: '#/components/schemas/CodeMappingString' industryClassificationEffectiveDate: type: string description: The effective date when the Morningstar Industry Classification is updated for the company nullable: true ipoType: type: string description: This data point identifies two different processes a company can take to raise capital by listing shares on a public exchange; Initial public offering (Traditional IPO) and Direct Listing. IPO is the most common and traditional route; in which new shares are created; underwritten; and sold to the public. In a Direct Listing; no new shares are created; and only existing outstanding shares are sold with no underwriters involved. Traditional IPO and Direct Listing are the 2 types available starting in September 2021. For historical data prior to September 2021; Traditional IPO is not available; the 2 possible values prior to September 2021 are Null and Direct Listing. nullable: true isBusinessDevelopmentCompany: $ref: '#/components/schemas/CodeMappingBoolean' isic: type: string description: An acronym for International Standard Industrial Classification (ISIC); which was developed by the United Nations; and is the international reference classification of productive activities. Its main purpose is to provide a set of activity categories that can be utilized for the collection and reporting of statistics according to such activities. The majority of countries around the world have used ISIC as their national activity classification or have developed national classifications derived from ISIC. nullable: true isLimitedLiabilityCompany: $ref: '#/components/schemas/CodeMappingBoolean' isLimitedPartnership: $ref: '#/components/schemas/CodeMappingBoolean' isMasterLimitedPartnership: $ref: '#/components/schemas/CodeMappingBoolean' isReit: $ref: '#/components/schemas/CodeMappingBoolean' isShellCompany: $ref: '#/components/schemas/CodeMappingBoolean' isSpecialPurposeAcquisitionCompany: $ref: '#/components/schemas/CodeMappingBoolean' legalName: type: string description: The full name of the registrant as specified in its charter; and most often found on the front cover of the 10K/10Q/20F filings or annual report nullable: true legalNameLanguageCode: type: string description: 3-character language code for the foreign legal name if/when applicable nullable: true lei: type: string description: The Legal Entity Identifier (LEI) is a 20-character; alpha-numeric code based on the ISO 17442 standard developed by the International Organization for Standardization (ISO). It connects to key reference information that enables clear and unique identification of legal entities participating in financial transactions. nullable: true morningstarIndustryCode: $ref: '#/components/schemas/CodeMappingLong' morningstarIndustryGroupCode: $ref: '#/components/schemas/CodeMappingLong' morningstarSectorCode: $ref: '#/components/schemas/CodeMappingLong' morningstarSuperSectorCode: $ref: '#/components/schemas/CodeMappingLong' nace: type: string description: NACE is a European standard classification of economic activities maintained by Eurostat that is similar to SIC and NAICS in North America. The NACE code is 5 characters long; is arranged in the following format 00.00 and provides the framework for collecting and presenting a large range of statistical data according to economic activity. The use of NACE is mandatory within the European Statistical System. nullable: true naics: type: integer description: An acronym for North American Industry Classification System (NAICS); a 6-digit numerical classification assigned to individual companies. NAICS was developed jointly by the U.S.; Canada; and Mexico to provide new comparability in statistics about business activity across North America. It was intended to replace the U.S. Standard Industrial Classification (SIC) system. The initial SIC and NAICS listed is the Primary code based on revenue generation; followed by Secondary SIC and NAICS when applicable. Both SIC and NAICS are manually collected and assigned. format: int64 nullable: true operationStatus: $ref: '#/components/schemas/CodeMappingString' shortName: type: string description: '25-character max abbreviated name of the firm: In most cases; the short name will simply be the Legal Name less the Corporation; Corp.; Inc.; Incorporated; etc.' nullable: true sic: type: integer description: An acronym for Standard Industrial Classification System (SIC); it is a system for classifying a business according to economic activity format: int64 nullable: true standardName: type: string description: Standard name for the entity nullable: true stateOrCountryOfIncorporation: type: string description: 'Indicates the place where the company was incorporated: For companies incorporated in the US; the value is the US state. For companies incorporated outside the US; the value is the country where the company was incorporated.' nullable: true usaNaics: type: integer description: An acronym for North American Industry Classification System (NAICS) specific to the United States; a 6-digit numerical classification assigned to individual companies. NAICS was developed jointly by the U.S.; Canada; and Mexico to provide new comparability in statistics about business activity across North America. It was intended to replace the U.S. Standard Industrial Classification (SIC) system. The initial SIC and NAICS listed is the Primary code based on revenue generation; followed by Secondary SIC and NAICS when applicable. Both SIC and NAICS are manually collected and assigned. format: int64 nullable: true webAddress: type: string description: Indicates website address of company's contact information nullable: true yearOfEstablishment: type: integer description: The year a company was founded format: int64 nullable: true isIpo: $ref: '#/components/schemas/CodeMappingBoolean' additionalProperties: false title: OutputCompanyInformation ResponsePricesHistorical: type: object properties: pricesHistorical: $ref: '#/components/schemas/OutputPricesHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputPreLaunchFunds: type: object properties: investmentStrategyEnglish: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true isTenderOfferFund: $ref: '#/components/schemas/CodeMappingString' fundLegalStructure: $ref: '#/components/schemas/CodeMappingString' baseCurrency: $ref: '#/components/schemas/CodeMappingString' morningstarCategoryGroup: $ref: '#/components/schemas/CodeMappingString' morningstarCategory: $ref: '#/components/schemas/CodeMappingString' firmName: type: string description: '' nullable: true fundid: type: string description: '' nullable: true managerName: type: string description: '' nullable: true registrantCik: type: string description: '' nullable: true ticker: type: string description: '' nullable: true managementFee: type: number description: '' format: double nullable: true secid: type: string description: '' nullable: true shareClassType: $ref: '#/components/schemas/CodeMappingString' strategyName: type: string description: '' nullable: true fundName: type: string description: '' nullable: true intervalFund: $ref: '#/components/schemas/CodeMappingString' name: type: string description: '' nullable: true prospectusDate: type: string description: '' nullable: true minimumInvestmentBaseCurrency: type: number description: '' format: double nullable: true fundDomicile: type: string description: '' nullable: true estimatedInceptionDateSource: $ref: '#/components/schemas/CodeMappingString' is1012g: $ref: '#/components/schemas/CodeMappingInt' strategyInceptionYear: type: string description: '' nullable: true isBusinessDevelopmentCompany: $ref: '#/components/schemas/CodeMappingInt' isReit: $ref: '#/components/schemas/CodeMappingInt' pendingType: $ref: '#/components/schemas/CodeMappingInt' estimatedInceptionDate: type: string description: '' nullable: true additionalProperties: false title: OutputPreLaunchFunds description: All fields are nullable. Empty or `null` value fields are not returned. ResponseCurrencyExposureBreakdown: type: object properties: currencyExposureBreakdown: $ref: '#/components/schemas/OutputCurrencyExposureBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputLeverage: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true commonEquityToAssets: type: number description: This ratio represents the value of company's common equity book value relative to its total assets. This can be used to measure a company's financial leverage. This is calculated using Common Equity Book Value divided by Total Assets. format: double nullable: true degreeOfCombinedLeverage: type: number description: This ratio represents the value of the change of a company's net income relative to its change of revenue. This can be used to evaluate the most optimal level of both financial and operating leverage for a company. This is calculated using the percentage change in Net Income divided the percentage change in Total Revenue. format: double nullable: true degreeOfOperatingLeverage: type: number description: This ratio represents the value of the net change of a company's EBIT relative to its net change of revenue. This can be used to evaluate the sensitivity of EBIT to a given change in total revenue. This is calculated using the percentage change of EBIT divided by the percentage change of Total Revenue. format: double nullable: true equityMultiplierRatio: type: number description: This ratio represents the value of company's total assets relative to its total equity. This can be used to measure a company's financial leverage and is often referred to as the Financial Leverage Ratio. This is calculated using Total Assets divided by Total Equity. format: double nullable: true longTermDebtToAssetsRatio: type: number description: This ratio represents the value of a company's long term debt relative to its total assets. This can be used to measure a company's financial leverage. This is calculated using Long Term Debt and Capital Lease Obligations divided by Total Assets. format: double nullable: true longTermDebtToEquityRatio: type: number description: This ratio represents the value of a company's long term debt relative to its total equity. This can be used as a leverage ratio to measure a company's financial risk. This is calculated using Long-term debt and Capital Lease Obligation; divided by Total Equity. format: double nullable: true longTermDebtToInvestedCapitalRatio: type: number description: This ratio represents the value of a company's long term debt relative to its invested capital. This can be used to measure a company's financial leverage. This is calculated using Long Term Debt and Capital Lease Obligations divided by Invested Capital. format: double nullable: true totalDebtToAssetsRatio: type: number description: This ratio represents the value of a company's total debt relative to its total assets. This can be used as a leverage ratio to measure a company's financial risk. This is calculated using Total Debt divided by Total Asset. format: double nullable: true totalDebtToEquityRatio: type: number description: This ratio represents the value of a company's total debt relative to its total equity. This can be used to measure the company's financial leverage. This is calculated using Total Debt divided by Total Equity. format: double nullable: true totalDebtToInvestedCapitalRatio: type: number description: This ratio represents the value of a company's total debt relative to its invested capital. This can be used to measure the company's financial leverage. This is calculated using Total Debt divided by Invested Capital. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputLeverage OutputSayOnPay: type: object properties: fiscalYearEndDate: type: string description: The company's fiscal year that it uses to report its financial results. nullable: true transactionId: type: string description: '' nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true sayOnFrequencyAbstention: type: number description: Represents the number of shareholder votes that abstain for frequency of approval for executive compensation. format: double nullable: true sayOnFrequencyAnnual: type: number description: Represents the number of shareholder votes in favor of one-year say-on-pay frequency. Public companies are required to provide their shareholders with an advisory vote on how often they would like to be presented with the say-on-pay votes - every year; every second year; or every third year. format: double nullable: true sayOnFrequencyBiennial: type: number description: Represents the number of shareholder votes in favor of two-year say-on-pay frequency. Public companies are required to provide their shareholders with an advisory vote on how often they would like to be presented with the say-on-pay votes - every year; every second year; or every third year. format: double nullable: true sayOnFrequencyBrokerNonVotes: type: number description: Represents the number of broker non-votes for frequency of approval for executive compensation. format: double nullable: true sayOnFrequencyTriennial: type: number description: Represents the number of shareholder votes in favor of three-year say-on-pay frequency. Public companies are required to provide their shareholders with an advisory vote on how often they would like to be presented with the say-on-pay votes - every year; every second year; or every third year. format: double nullable: true sayOnPayAbstention: type: number description: Represents the number of shareholder votes that abstain for executive compensation/pay package. Public companies are subject to proxy rules to provide their shareholders with an advisory vote on the compensation of the most highly compensated executives. format: double nullable: true sayOnPayAgainst: type: number description: Represents the number of shareholder votes against pay package/executive compensation. Public companies are subject to proxy rules to provide their shareholders with an advisory vote on the compensation of the most highly compensated executives. format: double nullable: true sayOnPayBrokerNonVotes: type: number description: Represents the number of broker non-votes for executive compensation. format: double nullable: true sayOnPayFor: type: number description: Represents the number of shareholder votes in favor of pay package/executive compensation. Public companies are subject to proxy rules to provide their shareholders with an advisory vote on the compensation of the most highly compensated executives. format: double nullable: true additionalProperties: false title: OutputSayOnPay ResponseAnnualReportFeesAndFinancialsMostRecent: type: object properties: annualReportFeesAndFinancialsMostRecent: $ref: '#/components/schemas/OutputAnnualReportFeesAndFinancialsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgCompanyLevel2DataEsgRiskRating: type: object properties: esgCompanyLevel2DataEsgRiskRating: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataEsgRiskRating' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationMonthlyDividendMetrics: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true dividendPayoutRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true dividendPayoutRatioValue: type: number description: 'The aggregated value of Dividend Payout Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Dividend Payout Ratio: This ratio represents the value of the company''s dividend paid back to shareholders relative to its net income. This can be used to measure the amount a company is paying out versus retaining for future growth. This is calculated using Dividend Per Share divided by Earnings Per Share.' format: double nullable: true normalizedDividendPayoutRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedDividendPayoutRatioValue: type: number description: 'The aggregated value of Normalized Dividend Payout Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Dividend Payout Ratio: This ratio represents the value of the company''s dividend paid back to shareholders relative to its normalized net income. This can be used to measure the amount a company is paying back to shareholders versus retaining for future growth. This is calculated using Dividend Per Share divided by Normalized Earnings Per Share.' format: double nullable: true normalizedRetentionRateNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true normalizedRetentionRateValue: type: number description: 'The aggregated value of Normalized Retention Rate; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Retention Rate: This ratio represents the pecentage of normalized income that the company keeps as retained earnings rather than paying out as dividends. This can be used to indicate whether or not the company is a growth company. This is calculated using 1 minus the Dividend Payout Ratio.' format: double nullable: true numberOfCompanies: type: integer description: '' format: int32 nullable: true sustainableGrowthRateNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int32 nullable: true sustainableGrowthRateValue: type: number description: 'The aggregated value of Sustainable Growth Rate; is derived using all eligible companies who are constituents in the specified Morningstar Index. Sustainable Growth Rate: This calculation measures the approximate rate at which a company could grow using internally generated cash; without issuing additional debt or equity. This can be used to measure the growth a company can fund from internally generated resources; without increasing debt levels or issuing equity. This is calculated by multiplying the company''s Retention Rate by its Return on Equity.' format: double nullable: true additionalProperties: false title: OutputAggregationMonthlyDividendMetrics ResponseEsgFundLevelCarbonInvolvement: type: object properties: esgFundLevelCarbonInvolvement: $ref: '#/components/schemas/OutputEsgFundLevelCarbonInvolvement' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputInsider: type: object properties: isActive: type: boolean description: Flag indicating whether the person IsActive/Inactive nullable: true isTenPercentOwner: type: boolean description: Flag indicating owner of 10% securities. Insider is a director or senior officer of a publicly traded company that beneficially owns more than 10% of a company's voting shares. nullable: true ownerCik: type: string description: The Central Index Key (CIK) is used on the SEC's computer systems to identify individual people who have filed reports with the SEC. nullable: true personId: type: string description: The Morningstar identifier for the director nominee nullable: true personName: type: string description: A person's full name; including their first name and surname and often any middle names; Prefix & Suffix nullable: true gender: type: string description: '' nullable: true titleName: type: string description: '' nullable: true isOfficer: type: boolean description: '' nullable: true isDirector: type: boolean description: '' nullable: true additionalProperties: false title: OutputInsider OutputForwardCalculationMetrics: type: object properties: asOfDate: type: string description: This data point refers to the specific time point when the forward_calculation_metrics information of a company is introduced. nullable: true consensusEstimateForCurrentFiscalYearEndEbit: type: number description: This data point represents the median for the Current Fiscal Year EBIT Estimates format: double nullable: true consensusEstimateForCurrentFiscalYearEndEbitda: type: number description: This data point represents the median for the Current Fiscal Year EBITDA Estimates format: double nullable: true consensusEstimateForCurrentFiscalYearEndEps: type: number description: This data point represents the median for the Current Fiscal Year EPS Estimates. format: double nullable: true consensusEstimateForCurrentFiscalYearEndRevenue: type: number description: This data point represents the median for the Current Fiscal Year Revenue Estimates. format: double nullable: true consensusEstimateForNextFiscalYearEndEbit2Years: type: number description: This data point represents the median for the Next Fiscal Year EBIT Estimates format: double nullable: true consensusEstimateForNextFiscalYearEndEbitda2Years: type: number description: This data point represents the median for the Next Fiscal Year EBITDA Estimates format: double nullable: true consensusEstimateForNextFiscalYearEndEps2Years: type: number description: This data point represents the median for the Next Fiscal Year EPS Estimates. format: double nullable: true currencyCode: type: string description: The three-letter ISO Code for the country associated to an holding. Different types of securites apply different country assignment methodologies. The country is derived from the Morningstar Business Country methodology for equity holdings; while it is sourced from third party vendors for non-equity holdings. nullable: true enterpriseValueToForwardEbit: type: number description: This ratio represents the value of a company's enterprise value relative to its forward EBIT. This is calculated using Enterprise Value divided by Consensus Estimate for Current Fiscal Year EBIT. format: double nullable: true enterpriseValueToForwardEbit2Years: type: number description: This ratio represents the value of a company's Enterprise Value relative to its forward-looking EBIT; two years out. This is calculated using Enterprise Value divided by the Consensus Estimate for the Next Fiscal Year EBIT. format: double nullable: true enterpriseValueToForwardEbitda: type: number description: This ratio represents the value of a company's enterprise value relative to its forward-looking EBITDA. This is calculated using enterprise value divided by the Consensus Estimate for the Current Fiscal Year EBITDA. format: double nullable: true enterpriseValueToForwardEbitda2Years: type: number description: This ratio represents the value of a company's Enterprise Value relative to its forward-looking EBITDA; two years out. This is calculated using Enterprise Value divided by the Consensus Estimate for the Next Fiscal Year EBITDA. format: double nullable: true enterpriseValueToForwardRevenue: type: number description: This ratio represents the value of a company's enterprise value relative to its forward-looking revenue. This is calculated using enterprise value divided by the Consensus Estimate for Current Fiscal Year Revenue. format: double nullable: true estimatedEpsGrowthFirstYear: type: number description: The projected EPS growth rate for next year. format: double nullable: true estimatedEpsGrowthSecondYear: type: number description: The projected EPS growth rate for the the year after next year. format: double nullable: true forwardEarningsYield: type: number description: This ratio represents the value of a stock's projected EPS relative to its price. This can be used to measure the projected earnings produced by each dollar invested in the stock. This is calculated using Consensus estimate for the Current Fiscal Year EPS; divided by Stock Price. format: double nullable: true forwardEarningYield2Years: type: number description: This ratio represents the value of a stock's projected EPS; two years out; relative to its price. This can be used to measure the projected earnings produced by each dollar invested in the stock. This is calculated using the Consensus Estimate for the Next Fiscal Year; divided by Stock Price. format: double nullable: true forwardPriceEarningsToGrowth5YearAverage: type: number description: Five year average value of forward price earnings to growth ratio; calculated by using our standard average methodology. format: double nullable: true forwardPriceEarningsToGrowthRatio: type: number description: This ratio represents the value of a company's projected price to earnings to growth ratio. It is calculated using Forward Price to Earnings divided by the value of the Long-term Earnings Growth. format: double nullable: true forwardPriceToEarnings2Years: type: number description: This ratio represents the value of a company's stock price relative to its projected earnings per share; two years out. This is calculated using Stock Price divided by the Consensus estimate for the Next Fiscal Year EPS. format: double nullable: true forwardPriceToEarnings5YearAverage: type: number description: Five year average value of forward price to earnings ratio; calculated by using our standard average methodology. format: double nullable: true forwardPriceToEarningsRatio: type: number description: This ratio represents the value of a company's stock price relative to its projected earnings per share. This is calculated using Stock Price divided by the Consensus estimate for the Current Fiscal Year EPS. format: double nullable: true forwardPriceToSalesRatio: type: number description: This ratio represents the value of a company's stock price relative to its projected total revenue per share. This is calculated using Stock Price divided by the Consensus estimate for the Current Fiscal Year Revenue. format: double nullable: true forwardReturnOnAssets: type: number description: This ratio represents the value of a company's projected return on assets. It is calculated using Consensus Estimate for Current Fiscal Year EPS divided by Total Assets Per Share. format: double nullable: true forwardReturnOnEquity: type: number description: This ratio represents the value of a company's projected return on equity. It is calculated using Consensus Estimate for Current Fiscal Year EPS divided by Total Equity Per Share. format: double nullable: true priceEarningsToGrowthPayBack: type: number description: The PEG payback period is an estimate of the amount of time it would take to double the amount of money invested in a stock. format: double nullable: true additionalProperties: false title: OutputForwardCalculationMetrics OutputPriceMultiples: type: object properties: asOfDate: type: string description: The calendar date when price multiple data points are calculated nullable: true capeRatio: type: number description: The Cyclically-Adjusted-Price-to-Earnings Ratio measures the value of the company using real earnings per share (EPS) over a 10-year period to smooth out fluctuations in corporate profits that occur over different periods of a business cycle. This is calculated using Stock Price divided by the average of the company's earnings for the last ten years; adjusted for inflation. format: double nullable: true normalizedPegRatio: type: number description: This calculation represents the Normalized Price to Earnings ratio divided by the normalized earnings growth rate. This can be used to determine the fair value of the stock price; while accounting for the company's earnings growth. This can be calculated using Normalized Price to Earnings / (Normalized Diluted EPS 5Y Growth*100). format: double nullable: true normalizedPriceToEarningsRatio: type: number description: This ratio represents the value of a company's stock price relative to its normalized earnings per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Normalized EPS (TTM). format: double nullable: true normalizedPriceToEarningsRatioNormalizedProfitabilityMetrics: type: number description: This ratio represents the value of a company's stock price relative to its normalized earnings per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Normalized EPS (TTM). format: double nullable: true normalizedPriceToEbitdaRatio: type: number description: This ratio represents the value of a company's stock price relative to its normalized EBITDA per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by normalized EBITDA per share (TTM). format: double nullable: true normalizedPriceToEbitdarRatio: type: number description: This ratio represents the value of a company's stock price relative to its Normalized EBITDAR per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Normalized EBITDAR per share (TTM). format: double nullable: true normalizedPriceToEbitRatio: type: number description: This ratio represents the value of a company's stock price relative to its Normalized EBIT per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Normalized EBIT per share (TTM). format: double nullable: true priceEarningsToGrowthRatio: type: number description: This calculation represents the Price to Earnings ratio divided by the earnings growth rate. This can be used to determine the fair value of the stock price; while accounting for the company's earnings growth. This is calculated using Price to Earnings / (Earnings Per Share Used for Calculations 5Y TTM Growth*100). format: double nullable: true priceToAdjustedFundsFromOperations: type: number description: This ratio represents a company's stock price relative to its adjusted fund from operations (AFFO) per share; and is calculated as the company's Share Price divided by its AFFO per share TTM. It is typically used to evaluate the value of Real Estate Investment Trusts. format: double nullable: true priceToBookRatio: type: number description: This ratio represents the value of a company's stock price relative to its common equity book value per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Common Equity Book Value per share. format: double nullable: true priceToCashFlowRatio: type: number description: This ratio represents the value of a company's stock price relative to its operating cash flow. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Cash Flow from Operating Activities before changes in Net Working Capital per share (TTM). format: double nullable: true priceToCashRatio: type: number description: This ratio represents the value of a company's stock price relative to its cash and cash equivalents per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Cash; Cash Equivalents and Short Term Investments per share. format: double nullable: true priceToEarningsRatio: type: number description: This ratio represents the value of a company's stock price relative to its earnings per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Earnings Per Share (TTM). format: double nullable: true priceToEbitdaRatio: type: number description: This ratio represents the value of a company's stock price relative to its EBITDA per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by EBITDA per share (TTM). format: double nullable: true priceToEbitdarRatio: type: number description: This ratio represents the value of a company's stock price relative to its EBITDAR per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by EBITDAR per share (TTM). format: double nullable: true priceToEbitRatio: type: number description: This ratio represents the value of a company's stock price relative to its EBIT per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by EBIT per share (TTM). format: double nullable: true priceToFreeCashFlowRatio: type: number description: This ratio represents the value of a company's stock price relative to its free cash flow per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Free Cash Flow per share (TTM). format: double nullable: true priceToFundsFromOperations: type: number description: This ratio represents a company's stock price relative to its fund from operations (FFO) per share; and is calculated as the company's Share Price divided by its FFO per share TTM. It is typically used to evaluate the value of Real Estate Investment Trusts. format: double nullable: true priceToSalesRatio: type: number description: This ratio represents the value of a company's stock price relative to its total revenue per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Total Revenue per share (TTM). format: double nullable: true priceToTangibleBookValueRatio: type: number description: This ratio represents the value of a company's stock price relative to its tangible book value per share. This can be used to evaluate the stock price. This is calculated using Stock Price divided by Common Equity Book Value net of Net Intangible Assets per share. format: double nullable: true privateEps10: type: number description: This calculation represents the inflation adjusted average EPS over the trailing ten year period. This is primarily used as an input into the Cyclically Adjusted Price to Earnings (CAPE) ratio and is not meant to be used on its own. This is calculated by 1) obtaining each of the earnings per share (EPS) for a given company; reported over the trailing ten year period; 2) dividing each EPS value by the CPI value for the month end nearest to that reporting period and then multiplying by the CPI for the current period; this is the inflation adjusting. 3) Lastly; all values are summed up and then divided by 10. format: double nullable: true privateNetEarnings10: type: number description: This calculation represents the inflation adjusted Net Earnings over the trailing ten year period. This is primarily used as an input into the Aggregated Cyclically Adjusted Price to Earnings (CAPE) ratio and is not meant to be used on its own. This is calculated by 1) obtaining each of the net earnings for a given company; reported over the trailing ten year period; 2) dividing each net earnings value by the CPI value for the month end nearest to that reporting period and then multiplying by the CPI for the current period; this is the inflation adjusting. 3) Lastly; all values are summed up and then divided by 10. format: double nullable: true additionalProperties: false title: OutputPriceMultiples InputViewParametersEquityBasicDetails: title: InputViewParametersEquityBasicDetails type: object description: Filters results based on company address type. required: - addressType properties: addressType: type: string example: 1 enum: - 1 - 2 x-enumDescriptions: '1': Headquarters '2': Registered office ResponseEsgFundLevelImpactMetrics: type: object properties: esgFundLevelImpactMetrics: $ref: '#/components/schemas/OutputEsgFundLevelImpactMetrics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputQuantitativeEquitySmartText: type: object properties: effectiveDate: type: string description: The date of the data or ratings within the SmartText. nullable: true language: $ref: '#/components/schemas/CodeMappingString' quantitativeSmarttext: type: string description: Detailed text providing insights into the company's Economic Moat and valuation. nullable: true quantitativeSmarttextPublishDate: type: string description: Date and time of the SmartText publication nullable: true quantitativeSmarttextType: type: string description: Specifies the focus of the Quantitative SmartText; indicating whether the text primarily provides an analysis of the company's valuation or its Economic Moat nullable: true additionalProperties: false title: OutputQuantitativeEquitySmartText ResponseEsgFundLevelRatingsHistorical: type: object properties: esgFundLevelRatingsHistorical: $ref: '#/components/schemas/OutputEsgFundLevelRatingsHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseMorningstarRatingHistorical: type: object properties: morningstarRatingHistorical: $ref: '#/components/schemas/OutputMorningstarRatingHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseAustralianTmdData: type: object properties: australianTmdData: $ref: '#/components/schemas/OutputAustralianTmdData' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputBasicReference: type: object properties: assetsUnderAdvisementDate: type: string description: '' nullable: true associatedShareClass: type: string description: '' nullable: true baseCurrency: $ref: '#/components/schemas/CodeMappingString' baseUnit: type: number description: '' format: double nullable: true brandingCompanyAsOfDate: type: string description: '' nullable: true brandingName: type: string description: '' nullable: true brandingNameId: type: string description: '' nullable: true caFundCode: type: string description: '' nullable: true countryAfsPerformanceLevel: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true countryAvailableForSale: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true countryRegisteredForSale: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true custodianFee: type: number description: '' format: double nullable: true custodianFeeAmountCn: type: integer description: '' format: int32 nullable: true delistingDate: type: string description: '' nullable: true domicile: $ref: '#/components/schemas/CodeMappingString' domicileCountry: $ref: '#/components/schemas/CodeMappingString' externalManagementCompany: type: string description: '' nullable: true firmLegalStructure: $ref: '#/components/schemas/CodeMappingString' firmName: type: string description: '' nullable: true firmNameId: type: string description: '' nullable: true firmType: $ref: '#/components/schemas/CodeMappingString' fundCode: type: string description: '' nullable: true fundid: type: string description: '' nullable: true fundLegalName: type: string description: '' nullable: true fundLegalStructure: $ref: '#/components/schemas/CodeMappingString' fundStandardName: type: string description: '' nullable: true germanWkn: type: string description: '' nullable: true grossAssetsCurrency: $ref: '#/components/schemas/CodeMappingString' iaPrimaryShareClass: $ref: '#/components/schemas/CodeMappingString' inceptionDate: type: string description: '' nullable: true inceptionDateOfFundSOldestShareClass: type: string description: '' nullable: true indexFamilyId: type: string description: '' nullable: true indexFamilyName: type: string description: '' nullable: true investmentType: $ref: '#/components/schemas/CodeMappingString' ipoAssetRaised: type: number description: '' format: double nullable: true ipoEndDate: type: string description: '' nullable: true ipoStartDate: type: string description: '' nullable: true isin: type: string description: '' nullable: true secId: type: string description: '' nullable: true itaCode: type: string description: '' nullable: true latestAccountingDate: type: string description: '' nullable: true legalName: type: string description: '' nullable: true lifeTriggerEventDate: type: string description: '' nullable: true lifeTriggerEventType: $ref: '#/components/schemas/CodeMappingString' listingDate: type: string description: '' nullable: true localFirmNameJp: type: string description: '' nullable: true localFirmNameKr: type: string description: '' nullable: true localFirmShortNameJp: type: string description: '' nullable: true localFundLegalNameKr: type: string description: '' nullable: true localLegalNameJp: type: string description: '' nullable: true localLegalNameKr: type: string description: '' nullable: true localNameAfrikaans: type: string description: '' nullable: true localNameCn: type: string description: '' nullable: true localNameHebrew: type: string description: '' nullable: true localNameHk: type: string description: '' nullable: true localNameJp: type: string description: '' nullable: true localNameKr: type: string description: '' nullable: true localNameSg: type: string description: '' nullable: true localNameThai: type: string description: '' nullable: true localNameTw: type: string description: '' nullable: true masterFundid: type: string description: '' nullable: true masterPortfolioId: type: integer description: '' format: int32 nullable: true maximumSwingFactorDownwards: type: number description: '' format: double nullable: true maximumSwingFactorUpwards: type: number description: '' format: double nullable: true mexCode: type: string description: '' nullable: true name: type: string description: '' nullable: true nameOfFundSOldestShareClass: type: string description: '' nullable: true obsoleteDate: type: string description: '' nullable: true obsoleteType: $ref: '#/components/schemas/CodeMappingString' oldestShareClass: $ref: '#/components/schemas/CodeMappingString' operationsDataReady: $ref: '#/components/schemas/CodeMappingString' performanceDataReady: $ref: '#/components/schemas/CodeMappingString' performanceId: type: string description: '' nullable: true performanceStartDate: type: string description: '' nullable: true pieConversionDate: type: string description: '' nullable: true portfolioCurrency: $ref: '#/components/schemas/CodeMappingString' portfolioDataReady: $ref: '#/components/schemas/CodeMappingString' portfolioDate: type: string description: '' nullable: true previousNameOfFirm: type: string description: '' nullable: true priceDataReady: $ref: '#/components/schemas/CodeMappingString' primaryShare: $ref: '#/components/schemas/CodeMappingString' priorFirmName: type: string description: '' nullable: true productFocus: $ref: '#/components/schemas/CodeMappingString' regionOfSale: $ref: '#/components/schemas/CodeMappingString' registrationDateTw: type: string description: '' nullable: true restructureDate: type: string description: '' nullable: true secidForImport: type: string description: '' nullable: true seriesName: type: string description: '' nullable: true shareClassType: $ref: '#/components/schemas/CodeMappingString' sharesPercDateCn: type: string description: '' nullable: true status: $ref: '#/components/schemas/CodeMappingString' swissValor: type: string description: '' nullable: true ticker: type: string description: '' nullable: true tickerOfFundSOldestShareClass: type: string description: '' nullable: true underlyingFundInceptionDate: type: string description: '' nullable: true underlyingFundName: type: string description: '' nullable: true underlyingFundSecid: type: string description: '' nullable: true usHeadquarters: type: string description: '' nullable: true valuationCountry: $ref: '#/components/schemas/CodeMappingString' virtualClass: $ref: '#/components/schemas/CodeMappingString' previousName: type: string description: '' nullable: true previousNameEndDate: type: string description: '' nullable: true additionalProperties: false title: OutputBasicReference description: All fields are nullable. Empty or `null` value fields are not returned. OutputMetadata: type: object properties: requestId: type: string nullable: true time: type: string format: date-time readOnly: true portfolioDate: type: string nullable: true portfolioCurrency: type: string nullable: true messages: type: array items: $ref: '#/components/schemas/OutputMetadataMessages' nullable: true additionalProperties: false title: OutputMetadata ResponseBestAndWorstRollingReturns: type: object properties: bestAndWorstRollingReturns: $ref: '#/components/schemas/OutputBestAndWorstRollingReturns' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEsgFundLevelRatingsHistorical: type: object properties: corporatePercentOfPortfolioCoveredWithHighEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithLowEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithMediumEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithNegligibleEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithSevereEsgRiskScores: type: number description: '' format: double nullable: true corporateSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true corporateSustainabilityBreakpoint12: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint23: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint34: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint45: type: number description: '' format: double nullable: true corporateSustainabilityGlobalCategoryAverage: type: number description: '' format: double nullable: true corporateSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true corporateSustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true corporateSustainabilityRatingPercentOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true environmentalRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true governanceRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true historicalCorporateSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalCorporateSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalCorporateSustainabilityScore: type: number description: '' format: double nullable: true historicalCorporateSustainabilityScoreGlobalCategoryAverage: type: number description: '' format: double nullable: true historicalSovereignSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalSovereignSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalSovereignSustainabilityScore: type: number description: '' format: double nullable: true historicalSovereignSustainabilityScoreGlobalCategoryAverage: type: number description: '' format: double nullable: true morningstarSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioEsgRiskRating: $ref: '#/components/schemas/CodeMappingInt' numberOfFundsInGlobalCategoryCorporateSustainability: type: integer description: '' format: int32 nullable: true numberOfFundsInGlobalCategorySovereignSustainability: type: integer description: '' format: int32 nullable: true numberOfFundsInGlobalCategorySustainability: type: integer description: '' format: int32 nullable: true numberOfSecuritiesNotScoredControversy: type: integer description: '' format: int32 nullable: true numberOfSecuritiesScoredControversy: type: integer description: '' format: int32 nullable: true percentOfAumCoveredControversy: type: number description: '' format: double nullable: true percentOfAumWithHighAndSevereControversies: type: number description: '' format: double nullable: true percentOfAumWithHighControversies: type: number description: '' format: double nullable: true percentOfAumWithLowControversies: type: number description: '' format: double nullable: true percentOfAumWithModerateControversies: type: number description: '' format: double nullable: true percentOfAumWithNoControversies: type: number description: '' format: double nullable: true percentOfAumWithSevereControversies: type: number description: '' format: double nullable: true percentOfAumWithSignificantControversies: type: number description: '' format: double nullable: true portfolioCorporateEsgManagedRiskScore: type: number description: '' format: double nullable: true portfolioCorporateEsgRiskExposureScore: type: number description: '' format: double nullable: true portfolioCorporateSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioCorporateSustainabilityScore: type: number description: '' format: double nullable: true portfolioDateCarbon: type: string description: '' nullable: true portfolioEnvironmentalRiskScore: type: number description: '' format: double nullable: true portfolioGovernanceRiskScore: type: number description: '' format: double nullable: true portfolioSocialRiskScore: type: number description: '' format: double nullable: true portfolioSovereignSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioSovereignSustainabilityScore: type: number description: '' format: double nullable: true portfolioSustainabilityRatingCorporateContributionPercent: type: number description: '' format: double nullable: true portfolioSustainabilityRatingEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' portfolioSustainabilityRatingPercentageOfQualifiedHoldingsCorporate: type: number description: '' format: double nullable: true portfolioSustainabilityRatingPercentageOfQualifiedHoldingsOther: type: number description: '' format: double nullable: true portfolioSustainabilityRatingPercentageOfQualifiedHoldingsSovereign: type: number description: '' format: double nullable: true portfolioSustainabilityRatingSovereignContributionPercent: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercEnvironmental: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercGovernance: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercSocial: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercUnallocated: type: number description: '' format: double nullable: true portfolioUnallocatedRiskScore: type: number description: '' format: double nullable: true socialRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithHighEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithLowEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithMediumEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithNegligibleEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithSevereEsgRiskScores: type: number description: '' format: double nullable: true sovereignSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true sovereignSustainabilityBreakpoint12: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint23: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint34: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint45: type: number description: '' format: double nullable: true sovereignSustainabilityGlobalCategoryAverage: type: number description: '' format: double nullable: true sovereignSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true sovereignSustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true sovereignSustainabilityRatingPercentOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true unallocatedGlobalCategoryAverage: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelRatingsHistorical description: All fields are nullable. Empty or `null` value fields are not returned. OutputPortfolioCompositionAndVehicleAllocation: type: object properties: portfolioCompBroadFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupCommoditiesFundperc: type: number description: '' format: double nullable: true vehicleAllocIndividualAlternativeDerivativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupStableValueFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPreferredStockFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupConvertiblesFundperc: type: number description: '' format: double nullable: true vehicleAllocIndividualEquityDerivativePerc: type: number description: '' format: double nullable: true portfolioCompBroadOtherperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectRealEstateFundperc: type: number description: '' format: double nullable: true vehicleAllocCashPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupOtherperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMunicipalFixedIncomeAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupFixedIncomeFundAlternativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualAlternativeSecurityPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupConvertiblesFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateNaturalResourcesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDigitalAssetsFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateEquityFundperc: type: number description: '' format: double nullable: true vehicleAllocIndividualFixedIncomeSecurityPerc: type: number description: '' format: double nullable: true portfolioCompBroadAllocationperc: type: number description: '' format: double nullable: true vehicleAllocIndividualOtherDerivativePerc: type: number description: '' format: double nullable: true vehicleAllocVariableAnnuityPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldEquityperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMoneyMarketFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompBroadCashperc: type: number description: '' format: double nullable: true vehicleAllocIndividualOtherSecurityPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupAllocationperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateDebtFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateOtherFundperc: type: number description: '' format: double nullable: true vehicleAllocCitPerc: type: number description: '' format: double nullable: true portfolioCompBroadAlternativeperc: type: number description: '' format: double nullable: true portfolioCompBroadEquityperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPrivateAllocationFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectInfrastructureFundperc: type: number description: '' format: double nullable: true portfolioCompBroadHybridperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTradingFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMunicipalFixedIncomeperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupLiquidAlternativesFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupCashperc: type: number description: '' format: double nullable: true vehicleAllocOpenEndFundPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupEquityFundperc: type: number description: '' format: double nullable: true vehicleAllocSeparateAccountPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupStableValueFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupAllocationAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTargetDateAlternativePerc: type: number description: '' format: double nullable: true vehicleAllocPreferredStockPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupOtherFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupPreferredStockFundAlternativePerc: type: number description: '' format: double nullable: true vehicleAllocHedgeFundPerc: type: number description: '' format: double nullable: true vehicleAllocEtfPerc: type: number description: '' format: double nullable: true vehicleAllocClosedEndFundPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupVentureCapitalFundperc: type: number description: '' format: double nullable: true vehicleAllocIndividualEquitySecurityPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupHedgeFundperc: type: number description: '' format: double nullable: true vehicleAllocMutualFundUnspecifiedPerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldEquityAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupEquityFundAlternativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupMoneyMarketFundperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupDirectlyHeldFixedIncomeAlternativePerc: type: number description: '' format: double nullable: true vehicleAllocIndividualFixedIncomeDerivativePerc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupTargetDateperc: type: number description: '' format: double nullable: true portfolioCompCategoryGroupFixedIncomeFundperc: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPortfolioCompositionAndVehicleAllocation description: All fields are nullable. Empty or `null` value fields are not returned. ResponsePricesMostRecent: type: object properties: pricesMostRecent: $ref: '#/components/schemas/OutputPricesMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEsgCompanyLevel1DataIntroductoryData: type: object properties: globalCompactNonCompliantEffectiveSince: type: string description: '' nullable: true globalCompactNonCompliantPrincipleCode: type: string description: '' nullable: true globalCompactNonCompliantPrincipleDescription: $ref: '#/components/schemas/CodeMappingString' globalCompactWatchlistEffectiveSince: type: string description: '' nullable: true globalCompactWatchlistPrincipleCode: type: string description: '' nullable: true globalCompactWatchlistPrincipleDescription: $ref: '#/components/schemas/CodeMappingString' overallGlobalCompactComplianceStatus: $ref: '#/components/schemas/CodeMappingString' reasonForNonCompliantStatus: $ref: '#/components/schemas/CodeMappingString' reasonForWatchlistStatus: $ref: '#/components/schemas/CodeMappingString' watchlistStatusApplicable: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEsgCompanyLevel1DataIntroductoryData description: All fields are nullable. Empty or `null` value fields are not returned. ResponseStableValueFundTopHoldings: type: object properties: stableValueFundTopHoldings: $ref: '#/components/schemas/OutputStableValueFundTopHoldings' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputInvestmentBasicDetails: type: object properties: aafmCategory: $ref: '#/components/schemas/CodeMappingString' abiLifeSectorUk: $ref: '#/components/schemas/CodeMappingString' abiPensionSectorUk: $ref: '#/components/schemas/CodeMappingString' administrator: type: string description: '' nullable: true advancedNoticeDays: type: integer description: '' format: int32 nullable: true advisor: type: string description: '' nullable: true advisorContactEmailAddress: type: string description: '' nullable: true advisorContactFaxNumber: type: string description: '' nullable: true advisorContactName: type: string description: '' nullable: true advisorContactPhoneNumber: type: string description: '' nullable: true afmRiskCategory: $ref: '#/components/schemas/CodeMappingString' afsl: type: string description: '' nullable: true agentAssociationMember: type: string description: '' nullable: true aggregationWeighting: $ref: '#/components/schemas/CodeMappingString' aicWiderUniverse: $ref: '#/components/schemas/CodeMappingString' aifAifmd: $ref: '#/components/schemas/CodeMappingString' aimcBoardCategory: type: string description: '' nullable: true aimcCategory: type: string description: '' nullable: true amfCode: type: string description: '' nullable: true amfDate: type: string description: '' nullable: true amfiCode: type: string description: '' nullable: true amibCategory: $ref: '#/components/schemas/CodeMappingString' anbimaCategory: $ref: '#/components/schemas/CodeMappingString' anbimaCode: type: string description: '' nullable: true antiDilutionMechanism: $ref: '#/components/schemas/CodeMappingString' apfCategory: $ref: '#/components/schemas/CodeMappingString' apirCode: type: string description: '' nullable: true asisaSectorSouthAfrica: $ref: '#/components/schemas/CodeMappingString' associatedPensionFundName: type: string description: '' nullable: true associationOfInvestmentCompaniesAicSector: $ref: '#/components/schemas/CodeMappingString' auditor: type: string description: '' nullable: true bondAttributionJita: $ref: '#/components/schemas/CodeMappingString' brazilCondominio: $ref: '#/components/schemas/CodeMappingString' brazilFundStructure: $ref: '#/components/schemas/CodeMappingString' brazilIrTax: $ref: '#/components/schemas/CodeMappingString' brazilOpenPensionFundType: $ref: '#/components/schemas/CodeMappingString' broker: type: string description: '' nullable: true brokerageAvailability: type: string description: '' nullable: true canadaRiskLevel: $ref: '#/components/schemas/CodeMappingString' categoriaAssogestioni: $ref: '#/components/schemas/CodeMappingString' categoriaCnmv: $ref: '#/components/schemas/CodeMappingString' categoriaInverco: $ref: '#/components/schemas/CodeMappingString' categorieAmf: $ref: '#/components/schemas/CodeMappingString' categoryFip: $ref: '#/components/schemas/CodeMappingString' categoryIndexEtfProxyId: type: string description: '' nullable: true cbfaRiskCategory: $ref: '#/components/schemas/CodeMappingString' cefInstrumentType: $ref: '#/components/schemas/CodeMappingString' cleanShareServiceFeeArrangement: $ref: '#/components/schemas/CodeMappingString' clientServiceContactEmail: type: string description: '' nullable: true clientServiceContactName: type: string description: '' nullable: true clientServiceContactPhone: type: string description: '' nullable: true cnmvCode: type: string description: '' nullable: true cnpjOfTheFirm: type: string description: '' nullable: true cnpjOfTheFund: type: string description: '' nullable: true collectiveInvestmentTrustShareClassType: $ref: '#/components/schemas/CodeMappingString' constructDate: type: string description: '' nullable: true cpfClassification: $ref: '#/components/schemas/CodeMappingString' cpfFocus: $ref: '#/components/schemas/CodeMappingString' csdccCode: type: string description: '' nullable: true csrcCategory: $ref: '#/components/schemas/CodeMappingString' currencyHedgeAttributionJita: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountAccessToDailyHoldings: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountAccessToDailyMptStats: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountAccessToDailyPerformance: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountAnnualTaxDocumentAvailable: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountConsultPortfolioAdministrator: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountConsultPortfolioManager: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountExcludeSecurities: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountMinimumAccountBalance: type: integer description: '' format: int32 nullable: true customizedSeparateAccountModifySectorWeights: $ref: '#/components/schemas/CodeMappingString' customizedSeparateAccountTaxLossHarvestReportToBroker: type: integer description: '' format: int32 nullable: true cvmCategory: $ref: '#/components/schemas/CodeMappingString' dateOfAccountSizeInformation: type: string description: '' nullable: true dealingCutOffTime: type: string description: '' nullable: true dealingSuspensionEndDate: type: string description: '' nullable: true dealingSuspensionHistory: type: string description: '' nullable: true dealingSuspensionStartDate: type: string description: '' nullable: true dealingSuspensionType: $ref: '#/components/schemas/CodeMappingString' dealingType: $ref: '#/components/schemas/CodeMappingString' declaresDailyDividend: $ref: '#/components/schemas/CodeMappingString' directors: type: string description: '' nullable: true distributionChannelCanada: $ref: '#/components/schemas/CodeMappingString' distributionFrequencyDetailsJp: type: string description: '' nullable: true distributor: type: string description: '' nullable: true dividendDistributionFrequency: $ref: '#/components/schemas/CodeMappingString' dormancy: $ref: '#/components/schemas/CodeMappingString' dormancyHistory: type: string description: '' nullable: true endDate: type: string description: '' nullable: true equityAttributionJita: $ref: '#/components/schemas/CodeMappingString' etnCounterparty: type: string description: '' nullable: true exchange: $ref: '#/components/schemas/CodeMappingString' exchangeCountry: $ref: '#/components/schemas/CodeMappingString' exchangeRateRiskSpectrumTh: $ref: '#/components/schemas/CodeMappingString' familyOfFunds: $ref: '#/components/schemas/CodeMappingString' firmCity: type: string description: '' nullable: true firmCountry: $ref: '#/components/schemas/CodeMappingString' firmCrdoriardNumber: type: string description: '' nullable: true firmEmailAddress: type: string description: '' nullable: true firmFaxNumber: type: string description: '' nullable: true firmNameCifCode: type: string description: '' nullable: true firmNameDgsCode: type: string description: '' nullable: true firmNumberOfTaxableAccounts: type: integer description: '' format: int32 nullable: true firmNumberOfTaxExemptAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeCashAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeGlobalAllocationAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeGlobalBondAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeGlobalStockAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeNonUsAllocationAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeNonUsBondAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeNonUsRealEstateAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeNonUsStockAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeOtherAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeUsAllocationAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeUsBondAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeUsRealEstateAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByAssetTypeUsStockAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeCashManagementAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeCorporateTaxableAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeCorporateTaxExemptAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeEndowmentorfoundationAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeIndividualAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeInsuranceAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeIraor401kAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeLimitedPartnershipAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeMultiEmployerortaftHartleyAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeMutualFundAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeOtherAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypePublicNonPensionAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypePublicPensionAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeReligiousAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByClientTypeWrapPlatformAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelCollectiveInvestmentTrustAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelMutualFundAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelOtherAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelSeparateAccountTaxableAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelSeparateAccountTaxExemptAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsByInvestmentChannelUnitInvestmentTrustAccounts: type: integer description: '' format: int32 nullable: true firmOfAccountsGained: type: integer description: '' format: int32 nullable: true firmOfAccountsLost: type: integer description: '' format: int32 nullable: true firmPercOfAccountsByClientTypeCashManagementAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeCorporateTaxableAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeCorporateTaxExemptAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeEndowmentsorFoundationsAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeIndividualsAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeInsuranceAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeIraor401kAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeLtdPartnershipsortrustsAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeMultiEmplorTaftHartleyAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeMutualFundAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeOtherAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypePublicNonPensionAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypePublicPensionAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeReligiousAccounts: type: number description: '' format: double nullable: true firmPercOfAccountsByClientTypeWrapPlatformAccounts: type: number description: '' format: double nullable: true firmPhone: type: string description: '' nullable: true firmPostcode: type: string description: '' nullable: true firmSecFileNumber: type: string description: '' nullable: true firmStateOrProvince: type: string description: '' nullable: true firmStreetAddress: type: string description: '' nullable: true firmTopClient1: type: string description: '' nullable: true firmTopClient2: type: string description: '' nullable: true firmTopClient3: type: string description: '' nullable: true firmTopClient4: type: string description: '' nullable: true firmTopClient5: type: string description: '' nullable: true firmTopClient6: type: string description: '' nullable: true firmTopClient7: type: string description: '' nullable: true firmTotalNumberOfAccounts: type: integer description: '' format: int32 nullable: true firmWebAddress: type: string description: '' nullable: true fixedRateProvision: $ref: '#/components/schemas/CodeMappingString' fixedRateProvisionCalculation: $ref: '#/components/schemas/CodeMappingString' focusProspectusBenchmarkChangeHistory: type: string description: '' nullable: true focusProspectusBenchmarkId: type: string description: '' nullable: true focusProspectusBenchmarkName: type: string description: '' nullable: true ftseorrussellBenchmark: type: string description: '' nullable: true fundClassificationcodeKr: type: string description: '' nullable: true fundInvestorPortuguese: $ref: '#/components/schemas/CodeMappingString' fundKrCode: type: string description: '' nullable: true fundRegistry: type: string description: '' nullable: true gita: $ref: '#/components/schemas/CodeMappingString' historicalPortfolioDateList: type: array items: type: string description: '' nullable: true historicalSurveyedAssetAllocDateList: type: string description: '' nullable: true hkIfaSector: $ref: '#/components/schemas/CodeMappingString' iaRestructureDate: type: string description: '' nullable: true iaSector: $ref: '#/components/schemas/CodeMappingString' iciMethodOfSalesIciMos: $ref: '#/components/schemas/CodeMappingString' indexAttributionJita: $ref: '#/components/schemas/CodeMappingString' indiaBenchmarkRiskLevel: type: integer description: '' format: int32 nullable: true indiaPotentialRiskClassMatrix: type: integer description: '' format: int32 nullable: true indiaRiskLevel: $ref: '#/components/schemas/CodeMappingString' institutionalInvestmentReturnType: $ref: '#/components/schemas/CodeMappingString' insuranceExp: type: number description: '' format: double nullable: true internationalInvestmentEligibilityBrazil: $ref: '#/components/schemas/CodeMappingString' investmentArea: $ref: '#/components/schemas/CodeMappingString' investmentDecisionMakingProcess: $ref: '#/components/schemas/CodeMappingString' investmentNameNote: type: string description: '' nullable: true investmentObjectAreaAttributionJita: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true investmentObjectAreaJita: $ref: '#/components/schemas/CodeMappingString' investmentObjectAssetClassificationJita: $ref: '#/components/schemas/CodeMappingString' investmentPhilosophy: $ref: '#/components/schemas/CodeMappingString' investmentRange: $ref: '#/components/schemas/CodeMappingString' investmentStrategyCn: $ref: '#/components/schemas/CodeMappingString' investmentStrategyDanish: $ref: '#/components/schemas/CodeMappingString' investmentStrategyEnglish: type: array items: $ref: '#/components/schemas/CodeMappingString' description: '' nullable: true investmentStrategyFinnish: $ref: '#/components/schemas/CodeMappingString' investmentStrategyFrench: $ref: '#/components/schemas/CodeMappingString' investmentStrategyGerman: $ref: '#/components/schemas/CodeMappingString' investmentStrategyHk: $ref: '#/components/schemas/CodeMappingString' investmentStrategyItalian: $ref: '#/components/schemas/CodeMappingString' investmentStrategyJp: $ref: '#/components/schemas/CodeMappingString' investmentStrategyKr: $ref: '#/components/schemas/CodeMappingString' investmentStrategyNorwegian: $ref: '#/components/schemas/CodeMappingString' investmentStrategyPortuguese: $ref: '#/components/schemas/CodeMappingString' investmentStrategySpanish: $ref: '#/components/schemas/CodeMappingString' investmentStrategySwedish: $ref: '#/components/schemas/CodeMappingString' investmentStrategyThai: $ref: '#/components/schemas/CodeMappingString' investmentStrategyTw: $ref: '#/components/schemas/CodeMappingString' investmentStructureAttributionJita: $ref: '#/components/schemas/CodeMappingString' investorReports: type: string description: '' nullable: true isaCategory: $ref: '#/components/schemas/CodeMappingString' isaCategoryChangeDate: type: string description: '' nullable: true isaCode: type: string description: '' nullable: true isaTaxStatus: $ref: '#/components/schemas/CodeMappingString' jpInvestmentsTrustType: $ref: '#/components/schemas/CodeMappingString' kiidObjectiveorinvestmentPolicy: $ref: '#/components/schemas/CodeMappingString' kofiaBroadCategoryKr: $ref: '#/components/schemas/CodeMappingString' kofiaBroadInvestmentAreaKr: $ref: '#/components/schemas/CodeMappingString' kofiaCategory: $ref: '#/components/schemas/CodeMappingString' kofiaClassTypeKr: $ref: '#/components/schemas/CodeMappingString' kofiaPlacementTypeKr: $ref: '#/components/schemas/CodeMappingString' krCode: type: string description: '' nullable: true legalCounsel: type: string description: '' nullable: true managementCompany: type: string description: '' nullable: true managerDesignatedCategory: $ref: '#/components/schemas/CodeMappingString' managerPreferredBenchmark: type: string description: '' nullable: true marketRisk: $ref: '#/components/schemas/CodeMappingString' maximumAmountOfHedging: type: number description: '' format: double nullable: true maximumEquityExposure: $ref: '#/components/schemas/CodeMappingString' maximumForeignCurrencyExposure: $ref: '#/components/schemas/CodeMappingString' maxOwnershipLimit: type: integer description: '' format: int32 nullable: true mergedIntoSecurity: type: string description: '' nullable: true mergedIntoSecurityId: type: string description: '' nullable: true mexicanCnbvCategory: $ref: '#/components/schemas/CodeMappingString' mexicoCreditRating: $ref: '#/components/schemas/CodeMappingString' minimumGuaranteedRateOfReturn: type: string description: '' nullable: true minimumGuaranteedRateOfReturnCalculation: $ref: '#/components/schemas/CodeMappingString' mnemonic: type: string description: '' nullable: true monthlyUndistributedNetInvestmentIncomeSurvey: type: number description: '' format: double nullable: true monthsInFinancialYear: type: string description: '' nullable: true morningstarCategoryIndex: type: string description: '' nullable: true morningstarCategoryIndexId: type: string description: '' nullable: true morningstarCreditRatingDate: type: string description: '' nullable: true morningstarIndex: type: string description: '' nullable: true morningstarIndexId: type: string description: '' nullable: true morningstarPage: type: string description: '' nullable: true morningstarUcitsPageDate: type: string description: '' nullable: true mptIndex: type: string description: '' nullable: true mssbSector: type: string description: '' nullable: true multipleAssetAttributionJita: $ref: '#/components/schemas/CodeMappingString' netDerivativeExposure: $ref: '#/components/schemas/CodeMappingString' newJitaClassificationCode: type: string description: '' nullable: true pensionFundCifCode: type: string description: '' nullable: true pensionFundDgsCode: type: string description: '' nullable: true pensionPlanType: $ref: '#/components/schemas/CodeMappingString' percPortsCustom: type: number description: '' format: double nullable: true percPortsTaxMgd: type: number description: '' format: double nullable: true planAvailability: type: string description: '' nullable: true platform: type: string description: '' nullable: true policySchemeType: type: string description: '' nullable: true portfoliosWithCustomizationPerc: type: number description: '' format: double nullable: true portfoliosWithTaxEfficiencyPerc: type: number description: '' format: double nullable: true ppmCode: type: string description: '' nullable: true pricingFrequency: $ref: '#/components/schemas/CodeMappingString' primaryBenchmarkCurrencyHedgedClass: type: string description: '' nullable: true primaryBenchmarkCurrencyHedgedClassId: type: string description: '' nullable: true primaryBenchmarkCurrencyHedgedClassWeighting: type: number description: '' format: double nullable: true primaryProspectusBenchmark: type: string description: '' nullable: true primaryProspectusBenchmarkId: type: string description: '' nullable: true primaryProspectusBenchmarkInceptionDate: type: string description: '' nullable: true primaryShareInMarket: $ref: '#/components/schemas/CodeMappingString' primeBroker: type: string description: '' nullable: true prospectusObjective: $ref: '#/components/schemas/CodeMappingString' providerCompanyName: type: string description: '' nullable: true qualifiedCpfScheme: $ref: '#/components/schemas/CodeMappingString' rankingEligibility: $ref: '#/components/schemas/CodeMappingString' rateOfReturnWeighting: $ref: '#/components/schemas/CodeMappingString' ratingAgency: $ref: '#/components/schemas/CodeMappingString' rebalancingFrequency: $ref: '#/components/schemas/CodeMappingString' rebalancingorallocationFrequency: $ref: '#/components/schemas/CodeMappingString' redemptionDate: type: string description: '' nullable: true redemptionDays: type: integer description: '' format: int32 nullable: true redemptionFrequency: $ref: '#/components/schemas/CodeMappingString' registrationCompany: type: string description: '' nullable: true registrationCompanyId: type: string description: '' nullable: true relatedProducts: type: string description: '' nullable: true returnDispersionDate: type: string description: '' nullable: true riskLevel: $ref: '#/components/schemas/CodeMappingString' riskManagementOptions: $ref: '#/components/schemas/CodeMappingString' riskSpectrumTh: $ref: '#/components/schemas/CodeMappingInt' rtaCodeAccumulation: type: string description: '' nullable: true rtaCodeIncomePayOut: type: string description: '' nullable: true rtaCodeIncomeReinvest: type: string description: '' nullable: true run: type: string description: '' nullable: true rut: type: string description: '' nullable: true sandpDowJonesBenchmark: type: string description: '' nullable: true secondaryBenchmark: type: string description: '' nullable: true secondaryBenchmarkCurrencyHedgedClass: type: string description: '' nullable: true secondaryBenchmarkCurrencyHedgedClassId: type: string description: '' nullable: true secondaryBenchmarkCurrencyHedgedClassWeighting: type: number description: '' format: double nullable: true secondaryProspectusBenchmark: type: string description: '' nullable: true secondaryProspectusBenchmarkId: type: string description: '' nullable: true secondaryProspectusBenchmarkInceptionDate: type: string description: '' nullable: true secSpecialCharacteristic: type: string description: '' nullable: true separateAccountAdoptionDate: type: string description: '' nullable: true settlementDay: type: integer description: '' format: int32 nullable: true settlementDayForLargeRedemptions: type: integer description: '' format: int32 nullable: true settlementDayType: $ref: '#/components/schemas/CodeMappingString' settlementDayTypeForLargeRedemptions: $ref: '#/components/schemas/CodeMappingString' sfinCode: type: string description: '' nullable: true shareclassClassificationCodeKr: type: string description: '' nullable: true shareClassFeeBasis: $ref: '#/components/schemas/CodeMappingString' shortJapaneseFundName: type: string description: '' nullable: true sitcaCategory: $ref: '#/components/schemas/CodeMappingString' sitcaCode: type: string description: '' nullable: true specialtyAttributionJita: $ref: '#/components/schemas/CodeMappingString' splitCapitalFund: $ref: '#/components/schemas/CodeMappingString' subadvisor: type: string description: '' nullable: true submarket: $ref: '#/components/schemas/CodeMappingString' subsequentInvestmentFrequency: $ref: '#/components/schemas/CodeMappingString' supplementaryClassificationJita: $ref: '#/components/schemas/CodeMappingString' surveyedReturnSource: type: string description: '' nullable: true suspension: $ref: '#/components/schemas/CodeMappingString' suspensionHistory: type: string description: '' nullable: true svsCategory: $ref: '#/components/schemas/CodeMappingString' targetedInvestorsType: $ref: '#/components/schemas/CodeMappingString' targetMaturityBondYear: type: string description: '' nullable: true taxClassDesignation: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountHighCostPositionAnalysis: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountHoldingPeriodAnalysis: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountLongTermCapitalGainAnalysis: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountMinimumAccountBalance: type: integer description: '' format: int32 nullable: true taxCustomizedSeparateAccountPotentialLossCandidateAnalysis: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountShortTermCapitalGainFlagging: type: integer description: '' format: int32 nullable: true taxCustomizedSeparateAccountTaxIncomeStreamAnalysis: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountTaxLossHarvesting: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountTaxLotTrading: $ref: '#/components/schemas/CodeMappingString' taxCustomizedSeparateAccountTaxOptimizationSoftware: $ref: '#/components/schemas/CodeMappingString' taxRegion: $ref: '#/components/schemas/CodeMappingString' terminationDate: type: string description: '' nullable: true tertiaryProspectusBenchmarkId: type: string description: '' nullable: true tertiaryProspectusBenchmarkName: type: string description: '' nullable: true tmdIssuerAbn: type: string description: '' nullable: true totalNumberOfInvestmentOptions: type: integer description: '' format: int32 nullable: true totalNumberOfShareClasses: type: integer description: '' format: int32 nullable: true trackRecordExtensionType: $ref: '#/components/schemas/CodeMappingString' trackRecordInheritedFrom: type: string description: '' nullable: true transferAgent: type: string description: '' nullable: true trustee: type: string description: '' nullable: true umbrella: type: string description: '' nullable: true underlyingFundBenchmark: type: string description: '' nullable: true underlyingFundBenchmarkId: type: string description: '' nullable: true valuationTime: type: string description: '' nullable: true verificationPeriod: type: string description: '' nullable: true yearFirmFounded: type: string description: '' nullable: true primaryProspectusBenchmarkKr: type: string description: '' nullable: true additionalProperties: false title: OutputInvestmentBasicDetails description: All fields are nullable. Empty or `null` value fields are not returned. ResponseManagerBioAndDetailsMostRecent: type: object properties: managerBioAndDetailsMostRecent: $ref: '#/components/schemas/OutputManagerBioAndDetailsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEsgFundLevelRatingsMostRecent: type: object properties: corporatePercentOfPortfolioCoveredWithHighEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithLowEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithMediumEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithNegligibleEsgRiskScores: type: number description: '' format: double nullable: true corporatePercentOfPortfolioCoveredWithSevereEsgRiskScores: type: number description: '' format: double nullable: true corporateSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true corporateSustainabilityBreakpoint12: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint23: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint34: type: number description: '' format: double nullable: true corporateSustainabilityBreakpoint45: type: number description: '' format: double nullable: true corporateSustainabilityGlobalCategoryAverage: type: number description: '' format: double nullable: true corporateSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true corporateSustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true corporateSustainabilityRatingPercentOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true environmentalRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true governanceRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true historicalCorporateSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalCorporateSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalCorporateSustainabilityScore: type: number description: '' format: double nullable: true historicalCorporateSustainabilityScoreGlobalCategoryAverage: type: number description: '' format: double nullable: true historicalSovereignSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalSovereignSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true historicalSovereignSustainabilityScore: type: number description: '' format: double nullable: true historicalSovereignSustainabilityScoreGlobalCategoryAverage: type: number description: '' format: double nullable: true morningstarSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioEsgRiskRating: $ref: '#/components/schemas/CodeMappingInt' numberOfFundsInGlobalCategoryCorporateSustainability: type: integer description: '' format: int32 nullable: true numberOfFundsInGlobalCategorySovereignSustainability: type: integer description: '' format: int32 nullable: true numberOfFundsInGlobalCategorySustainability: type: integer description: '' format: int32 nullable: true numberOfSecuritiesNotScoredControversy: type: integer description: '' format: int32 nullable: true numberOfSecuritiesScoredControversy: type: integer description: '' format: int32 nullable: true percentOfAumCoveredControversy: type: number description: '' format: double nullable: true percentOfAumWithHighAndSevereControversies: type: number description: '' format: double nullable: true percentOfAumWithHighControversies: type: number description: '' format: double nullable: true percentOfAumWithLowControversies: type: number description: '' format: double nullable: true percentOfAumWithModerateControversies: type: number description: '' format: double nullable: true percentOfAumWithNoControversies: type: number description: '' format: double nullable: true percentOfAumWithSevereControversies: type: number description: '' format: double nullable: true percentOfAumWithSignificantControversies: type: number description: '' format: double nullable: true portfolioCorporateEsgManagedRiskScore: type: number description: '' format: double nullable: true portfolioCorporateEsgRiskExposureScore: type: number description: '' format: double nullable: true portfolioCorporateSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioCorporateSustainabilityScore: type: number description: '' format: double nullable: true portfolioDateCarbon: type: string description: '' nullable: true portfolioDateSustainabilityRating: type: string description: '' nullable: true portfolioEnvironmentalRiskScore: type: number description: '' format: double nullable: true portfolioGovernanceRiskScore: type: number description: '' format: double nullable: true portfolioSocialRiskScore: type: number description: '' format: double nullable: true portfolioSovereignSustainabilityRating: $ref: '#/components/schemas/CodeMappingString' portfolioSovereignSustainabilityScore: type: number description: '' format: double nullable: true portfolioSustainabilityRatingCorporateContributionPercent: type: number description: '' format: double nullable: true portfolioSustainabilityRatingEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' portfolioSustainabilityRatingPercentageOfQualifiedHoldingsCorporate: type: number description: '' format: double nullable: true portfolioSustainabilityRatingPercentageOfQualifiedHoldingsOther: type: number description: '' format: double nullable: true portfolioSustainabilityRatingPercentageOfQualifiedHoldingsSovereign: type: number description: '' format: double nullable: true portfolioSustainabilityRatingSovereignContributionPercent: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercEnvironmental: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercGovernance: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercSocial: type: number description: '' format: double nullable: true portfolioSustainabilityScoreContributionPercUnallocated: type: number description: '' format: double nullable: true portfolioUnallocatedRiskScore: type: number description: '' format: double nullable: true socialRiskGlobalCategoryAverage: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithHighEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithLowEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithMediumEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithNegligibleEsgRiskScores: type: number description: '' format: double nullable: true sovereignPercentOfPortfolioCoveredWithSevereEsgRiskScores: type: number description: '' format: double nullable: true sovereignSustainabilityAbsoluteRankInGlobalCategory: type: integer description: '' format: int32 nullable: true sovereignSustainabilityBreakpoint12: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint23: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint34: type: number description: '' format: double nullable: true sovereignSustainabilityBreakpoint45: type: number description: '' format: double nullable: true sovereignSustainabilityGlobalCategoryAverage: type: number description: '' format: double nullable: true sovereignSustainabilityPercentRankInGlobalCategory: type: integer description: '' format: int32 nullable: true sovereignSustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true sovereignSustainabilityRatingPercentOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true sustainabilityBreakpointDate: type: string description: '' nullable: true sustainabilityRatingDate: type: string description: '' nullable: true sustainabilityRatingNumberOfSecuritiesScored: type: integer description: '' format: int32 nullable: true unallocatedGlobalCategoryAverage: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelRatingsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. InputViewEquityAnalystNormalizedFinancials: title: InputViewEquityAnalystNormalizedFinancials description: View input when `viewId=equity-analyst-normalized-financials`. `reportType` and `period` are required parameters. `numberOfMonths` is optional. type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-analyst-normalized-financials parameters: $ref: '#/components/schemas/InputViewParametersEquityAnalystNormalizedFinancials' OutputEsgFundLevelCarbonInvolvement: type: object properties: carbonDate: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true highestFossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedInCategory: type: number description: '' format: double nullable: true lowestFossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedInCategory: type: number description: '' format: double nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: number description: '' format: double nullable: true highestHistoricalFossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedInCategory: type: number description: '' format: double nullable: true lowestHistoricalFossilFuelInvolvementPercentageOfCoveredPortfolioInvolvedInCategory: type: number description: '' format: double nullable: true fossilFuelEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' fossilFuelNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true fossilFuelPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true fossilFuelPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' thermalCoalExtractionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true thermalCoalExtractionPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' thermalCoalPowerGenerationNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true thermalCoalPowerGenerationPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' oilAndGasProductionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true oilAndGasProductionPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true oilAndGasProductionPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' oilAndGasPowerGenerationNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true oilAndGasPowerGenerationPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' oilAndGasProductsAndServicesNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true oilAndGasProductsAndServicesPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true oilSandsExtractionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' oilSandsExtractionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true oilSandsExtractionPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true oilSandsExtractionPercentageOfPortfolioNotInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' arcticOilAndGasExplorationNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioWithLessThan5PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioWith5To10PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioWith10To25PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioWith25To50PercentInvolved: type: number description: '' format: double nullable: true arcticOilAndGasExplorationPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true arcticOilAndGasExplorationPercentageOfPortfolioNotCovered: type: string description: '' nullable: true arcticOilAndGasExplorationPercentageOfPortfolioNotEligible: type: string description: '' nullable: true arcticOilAndGasExplorationPercentageOfPortfolioNotInvolved: type: string description: '' nullable: true shaleEnergyExtractionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' shaleEnergyExtractionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioCovered: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioEligible: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioWith5To10PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioWith10To25PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioWith25To50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioNotCovered: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioNotEligible: type: string description: '' nullable: true shaleEnergyExtractionPercentageOfPortfolioNotInvolved: type: string description: '' nullable: true carbonSolutionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonSolutionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonSolutionsPercentageOfCoveredPortfolioInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioCovered: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioNotCovered: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioWith5To10PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioWith10To25PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioWith25To50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioCovered: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioEligible: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioEligibleNotCovered: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioWith5To10PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioWith10To25PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioWith25To50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioNotCovered: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioNotEligible: type: string description: '' nullable: true carbonSolutionsPercentageOfPortfolioNotInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioWithLessThan5PercentInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioWith5To10PercentInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioWith10To25PercentInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioWith25To50PercentInvolved: type: string description: '' nullable: true historicalFossilFuelPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolved: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true fossilFuelInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalExtractionInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true thermalCoalPowerGenerationInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductionInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasPowerGenerationInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilAndGasProductsAndServicesInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true oilSandsExtractionInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true arcticOilAndGasExplorationInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true shaleEnergyExtractionInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true carbonSolutionsInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioWithLessThan5PercentInvolvedCategoryAverage: type: string description: '' nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioWith5To10PercentInvolvedCategoryAverage: type: string description: '' nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioWith10To25PercentInvolvedCategoryAverage: type: string description: '' nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioWith25To50PercentInvolvedCategoryAverage: type: string description: '' nullable: true historicalFossilFuelInvolvementPercentageOfCoveredPortfolioWithGreaterThan50PercentInvolvedCategoryAverage: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelCarbonInvolvement description: All fields are nullable. Empty or `null` value fields are not returned. ResponseDistributionsMostRecent: type: object properties: distributionsMostRecent: $ref: '#/components/schemas/OutputDistributionsMostRecent' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyLevelInsiderTransactionStatistics: type: object properties: asOfDate: type: string description: This refers to date on which insider shareholding is reported. nullable: true buyerCount: type: integer description: The count of buy transactions of the insiders format: int32 nullable: true buyerShares: type: number description: The number of shares bought by an insider format: double nullable: true sellerCount: type: integer description: The count of sell transactions of the insiders format: int32 nullable: true sellerShares: type: number description: The number of shares sold by an insider format: double nullable: true additionalProperties: false title: OutputCompanyLevelInsiderTransactionStatistics OutputMorningstarEssentialsBasePackage: type: object properties: totalReturnAbsRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor6MonthMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor1YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor3YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor5YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryFor10YearMoEnd: type: integer description: '' format: int32 nullable: true investmentsInCategoryForYtdMoEnd: type: integer description: '' format: int32 nullable: true enddate: type: string description: '' nullable: true returnDateQtrEnd: type: string description: '' nullable: true ratingOfInvestments3Yr: type: integer description: '' format: int32 nullable: true ratingOfInvestments5Yr: type: integer description: '' format: int32 nullable: true ratingOfInvestments10Yr: type: integer description: '' format: int32 nullable: true morningstarReturnScore1Yr: type: integer description: '' format: int32 nullable: true firmPercShareClassesInLowFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInBelowAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInAboveAverageFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercShareClassesInHighFeeLevelDistribution: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment0: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment110000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment1000150000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment50001100000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment100001500000: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestment5000011Million: type: number description: '' format: double nullable: true firmPercAssetsManagerInvestmentOver1Million: type: number description: '' format: double nullable: true firmPercAssetsOverallRating1Star: type: number description: '' format: double nullable: true firmPercAssetsOverallRating2Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating3Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating4Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRating5Stars: type: number description: '' format: double nullable: true firmPercAssetsOverallRatingNull: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure03Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure36Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure69Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure912Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure1215Years: type: number description: '' format: double nullable: true firmPercAssetsLongestManagerTenure15Years: type: number description: '' format: double nullable: true rankingOfInvestments20YrMoEnd: type: integer description: '' format: int32 nullable: true portfolioDate: type: string description: '' nullable: true fixedIncomeSurveyedStyleBox: $ref: '#/components/schemas/CodeMappingString' equityStyleBoxLong: $ref: '#/components/schemas/CodeMappingString' equityStyleLargeValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleLargeGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleMidGrowthPercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallValuePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallCorePercLongRescaled: type: number description: '' format: double nullable: true equityStyleSmallGrowthPercLongRescaled: type: number description: '' format: double nullable: true firmNameId: type: string description: '' nullable: true alternativeStyleBoxDate: type: string description: '' nullable: true alternativeStyleBox: $ref: '#/components/schemas/CodeMappingString' firmName: type: string description: '' nullable: true fundid: type: string description: '' nullable: true morningstarCategory: type: string description: '' nullable: true ticker: type: string description: '' nullable: true secid: type: string description: '' nullable: true shareClassType: $ref: '#/components/schemas/CodeMappingString' name: type: string description: '' nullable: true domicile: type: string description: '' nullable: true policyName: type: string description: '' nullable: true caFundCode: type: string description: '' nullable: true apirCode: type: string description: '' nullable: true currency: type: string description: '' nullable: true morningstarFeeLevelGroupDistribution: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelDistribution: $ref: '#/components/schemas/CodeMappingString' morningstarFeeLevelPercRankDistribution: type: integer description: '' format: int32 nullable: true morningstarRating1Yr: $ref: '#/components/schemas/CodeMappingInt' returnDateMoEnd: type: string description: '' nullable: true totalRet1MoMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true totalRet3MoMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true totalRet6MoMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true totalRetYtdMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true totalRet1YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetAnnlzd3YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetAnnlzd5YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetAnnlzd10YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetAnnlzd15YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true totalRetAnnlzd20YrMoEnd: type: number description: '' format: double nullable: true totalRetPercRankCat20YrMoEnd: type: integer description: '' format: int32 nullable: true factorProfileSize1YearMinimum: type: number description: '' format: double nullable: true factorProfileSize1YearMaximum: type: number description: '' format: double nullable: true factorProfileStyle1YearMaximum: type: number description: '' format: double nullable: true factorProfileStyle1YearMinimum: type: number description: '' format: double nullable: true factorProfileYield1YearMinimum: type: number description: '' format: double nullable: true factorProfileYield1YearMaximum: type: number description: '' format: double nullable: true factorProfileVolatility1YearMinimum: type: number description: '' format: double nullable: true factorProfileVolatility1YearMaximum: type: number description: '' format: double nullable: true factorProfileMomentum1YearMinimum: type: number description: '' format: double nullable: true factorProfileMomentum1YearMaximum: type: number description: '' format: double nullable: true factorProfileQuality1YearMinimum: type: number description: '' format: double nullable: true factorProfileQuality1YearMaximum: type: number description: '' format: double nullable: true factorProfileLiquidity1YearMinimum: type: number description: '' format: double nullable: true factorProfileLiquidity1YearMaximum: type: number description: '' format: double nullable: true factorProfileSize3YearMinimum: type: number description: '' format: double nullable: true factorProfileSize3YearMaximum: type: number description: '' format: double nullable: true factorProfileStyle3YearMinimum: type: number description: '' format: double nullable: true factorProfileStyle3YearMaximum: type: number description: '' format: double nullable: true factorProfileYield3YearMinimum: type: number description: '' format: double nullable: true factorProfileYield3YearMaximum: type: number description: '' format: double nullable: true factorProfileVolatility3YearMinimum: type: number description: '' format: double nullable: true factorProfileVolatility3YearMaximum: type: number description: '' format: double nullable: true factorProfileMomentum3YearMinimum: type: number description: '' format: double nullable: true factorProfileMomentum3YearMaximum: type: number description: '' format: double nullable: true factorProfileQuality3YearMinimum: type: number description: '' format: double nullable: true factorProfileQuality3YearMaximum: type: number description: '' format: double nullable: true factorProfileLiquidity3YearMinimum: type: number description: '' format: double nullable: true factorProfileLiquidity3YearMaximum: type: number description: '' format: double nullable: true factorProfileSize5YearMinimum: type: number description: '' format: double nullable: true factorProfileSize5YearMaximum: type: number description: '' format: double nullable: true factorProfileStyle5YearMinimum: type: number description: '' format: double nullable: true factorProfileStyle5YearMaximum: type: number description: '' format: double nullable: true factorProfileYield5YearMinimum: type: number description: '' format: double nullable: true factorProfileYield5YearMaximum: type: number description: '' format: double nullable: true factorProfileVolatility5YearMinimum: type: number description: '' format: double nullable: true factorProfileVolatility5YearMaximum: type: number description: '' format: double nullable: true factorProfileMomentum5YearMinimum: type: number description: '' format: double nullable: true factorProfileMomentum5YearMaximum: type: number description: '' format: double nullable: true factorProfileQuality5YearMinimum: type: number description: '' format: double nullable: true factorProfileQuality5YearMaximum: type: number description: '' format: double nullable: true factorProfileLiquidity5YearMinimum: type: number description: '' format: double nullable: true factorProfileLiquidity5YearMaximum: type: number description: '' format: double nullable: true morningstarReturn3Yr: type: number description: '' format: double nullable: true morningstarReturn10Yr: type: number description: '' format: double nullable: true morningstarReturn5Yr: type: number description: '' format: double nullable: true morningstarRating3Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRating5Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRating10Yr: $ref: '#/components/schemas/CodeMappingDecimal' morningstarRatingOverall: $ref: '#/components/schemas/CodeMappingDecimal' rankingOfInvestments3YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments5YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments10YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1YrMoEnd: type: integer description: '' format: int32 nullable: true morningstarRisk3Yr: type: number description: '' format: double nullable: true morningstarRisk5Yr: type: number description: '' format: double nullable: true morningstarRisk10Yr: type: number description: '' format: double nullable: true rankingOfInvestments1MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments6MoMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments15YrMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestmentsYtdMoEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestmentsYtdQtrEnd: type: integer description: '' format: int32 nullable: true morningstarRiskOverall: type: number description: '' format: double nullable: true rankingOfInvestments1MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments6MoQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments1YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments3YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments5YrQtrEnd: type: integer description: '' format: int32 nullable: true rankingOfInvestments10YrQtrEnd: type: integer description: '' format: int32 nullable: true morningstarReturnOverall: type: number description: '' format: double nullable: true morningstarRetRatingOverall: $ref: '#/components/schemas/CodeMappingString' morningstarRiskRatingOverall: $ref: '#/components/schemas/CodeMappingString' totalRetPercRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true totalRetPercRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat6MoMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat5YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat10YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat15YrMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCatYtdMoEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat6MoQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat1YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat3YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat5YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCat10YrQtrEnd: type: integer description: '' format: int32 nullable: true totalReturnAbsRankCatYtdQtrEnd: type: integer description: '' format: int32 nullable: true factorProfileDate: type: string description: '' nullable: true factorProfileLiquidity: type: number description: '' format: double nullable: true factorProfileMomentum: type: number description: '' format: double nullable: true factorProfileQuality: type: number description: '' format: double nullable: true factorProfileSize: type: number description: '' format: double nullable: true factorProfileStyle: type: number description: '' format: double nullable: true factorProfileVolatility: type: number description: '' format: double nullable: true factorProfileYield: type: number description: '' format: double nullable: true morningstarRiskScore1Yr: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputMorningstarEssentialsBasePackage description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgFundLevelCarbonRisk: type: object properties: carbonDate: type: string description: '' nullable: true carbonRiskEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonRiskExposureScoreCategoryAverage: type: number description: '' format: double nullable: true carbonRiskLevelClassification: $ref: '#/components/schemas/CodeMappingString' carbonRiskManagedRiskScoreCategoryAverage: type: number description: '' format: double nullable: true carbonRiskNumberOfFundsInCategoryAverage: type: integer description: '' format: int32 nullable: true carbonRiskNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonRiskOperationsRiskScoreCategoryAverage: type: number description: '' format: double nullable: true carbonRiskPercentageOfCoveredPortfolioWithHighCarbonRiskScores: type: number description: '' format: double nullable: true carbonRiskPercentageOfCoveredPortfolioWithLowCarbonRiskScores: type: number description: '' format: double nullable: true carbonRiskPercentageOfCoveredPortfolioWithMediumCarbonRiskScores: type: number description: '' format: double nullable: true carbonRiskPercentageOfCoveredPortfolioWithNegligibleCarbonRiskScores: type: number description: '' format: double nullable: true carbonRiskPercentageOfCoveredPortfolioWithSevereCarbonRiskScores: type: number description: '' format: double nullable: true carbonRiskPercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonRiskPercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonRiskPercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonRiskPercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonRiskPercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonRiskPercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonRiskPercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonRiskProductsAndServicesRiskScoreCategoryAverage: type: number description: '' format: double nullable: true carbonRiskScoreAbsoluteRankInCategory: type: integer description: '' format: int32 nullable: true carbonRiskScoreCategoryAverage: type: number description: '' format: double nullable: true carbonRiskScorePercentRankInCategory: type: integer description: '' format: int32 nullable: true carbonStrandedAssetsExposureEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' carbonStrandedAssetsExposureNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true carbonStrandedAssetsExposurePercentageOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfPortfolioCovered: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfPortfolioEligible: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfPortfolioNotCovered: type: number description: '' format: double nullable: true carbonStrandedAssetsExposurePercentageOfPortfolioNotEligible: type: number description: '' format: double nullable: true carbonStrandedAssetsExposureScoreAbsoluteRankInCategory: type: integer description: '' format: int32 nullable: true carbonStrandedAssetsExposureScoreCategoryAverage: type: number description: '' format: double nullable: true carbonStrandedAssetsExposureScorePercentRankInCategory: type: integer description: '' format: int32 nullable: true carbonStrandedAssetsNumberOfFundsInCategoryAverage: type: integer description: '' format: int32 nullable: true highestCarbonRiskScoreInCategory: type: number description: '' format: double nullable: true highestHistoricalCarbonRiskScoreInCategory: type: number description: '' format: double nullable: true historicalCarbonRiskLevelClassification: $ref: '#/components/schemas/CodeMappingString' historicalCarbonRiskScore: type: number description: '' format: double nullable: true historicalCarbonRiskScoreAbsoluteRankInCategory: type: integer description: '' format: int32 nullable: true historicalCarbonRiskScoreCategoryAverage: type: number description: '' format: double nullable: true historicalCarbonRiskScorePercentRankInCategory: type: integer description: '' format: int32 nullable: true lowCarbonDesignation: $ref: '#/components/schemas/CodeMappingString' lowestCarbonRiskScoreInCategory: type: number description: '' format: double nullable: true lowestHistoricalCarbonRiskScoreInCategory: type: number description: '' format: double nullable: true portfolioCarbonRiskExposureScore: type: number description: '' format: double nullable: true portfolioCarbonRiskManagedRiskScore: type: number description: '' format: double nullable: true portfolioCarbonRiskOperationsRiskScore: type: number description: '' format: double nullable: true portfolioCarbonRiskProductsAndServicesRiskScore: type: number description: '' format: double nullable: true portfolioCarbonRiskScore: type: number description: '' format: double nullable: true portfolioCarbonStrandedAssetsExposureScore: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgFundLevelCarbonRisk description: All fields are nullable. Empty or `null` value fields are not returned. ResponseAssetAllocationBreakdown: type: object properties: assetAllocationBreakdown: $ref: '#/components/schemas/OutputAssetAllocationBreakdown' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputCompanyLevelTotalSharesOutstanding: type: object properties: totalSharesOutstandingDate: type: string description: '' nullable: true companyLevelTotalSharesOutstandings: type: integer description: '' format: int64 nullable: true shareType: type: string description: '' nullable: true additionalProperties: false title: OutputCompanyLevelTotalSharesOutstanding OutputPerformanceLevelTotalSharesOutstanding: type: object properties: totalSharesOutstandingDate: type: string description: '' nullable: true fileDate: type: string description: '' nullable: true fivePercentFloat: type: integer description: '' format: int64 nullable: true floatDate: type: string description: '' nullable: true floatPercentShare: type: number description: '' format: double nullable: true floatShare: type: integer description: '' format: int64 nullable: true quotedValue: type: integer description: '' format: int64 nullable: true reasonOfShareChange: type: string description: '' nullable: true totalSharesOutstanding: type: integer description: '' format: int64 nullable: true unquotedValue: type: string description: '' nullable: true shareType: type: string description: '' nullable: true additionalProperties: false title: OutputPerformanceLevelTotalSharesOutstanding OutputEsgFundLevelLowCarbonTransitionRating: type: object properties: lowCarbonTransitionMarketValueAtRiskEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' lowCarbonTransitionMarketValueAtRiskNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true lowCarbonTransitionMarketValueAtRiskPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfPortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfPortfolioEligible: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' lowCarbonTransitionOverallValueAtRiskNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true lowCarbonTransitionOverallValueAtRiskPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfPortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfPortfolioEligible: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true portfolioLowCarbonTransitionSectorWeightBasicMaterials: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightCommunicationServices: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' lowCarbonTransitionPolicyValueAtRiskNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfPortfolioCovered: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfPortfolioEligible: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissions2030AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2030AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2030AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissions2030AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2030AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2030AllScopes: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsIprNetZero2030AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissions2030Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2030Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissions2030Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2030Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope1: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprNetZero2030Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissions2030Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2030Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissions2030Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2030Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope2: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprNetZero2030Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissions2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissions2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprNetZero2030Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissions2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissions2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2030Scope3Upstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprNetZero2030Scope3Upstream: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerChfMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIprNetZeroCumulative2050PerSgdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskPercOfCoveredHoldingsIprNetZero2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true portfolioLowCarbonTransitionSectorWeightConsumerCyclical: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerChfMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIprNetZeroCumulative2050PerSgdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskPercOfCoveredHoldingsIprNetZero2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true portfolioLowCarbonTransitionSectorWeightConsumerDefensive: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightEnergy: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightFinancialServices: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerChfMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIprNetZeroCumulative2050PerSgdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskPercOfCoveredHoldingsIprNetZero2050Sgd: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZero2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGap2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGapPerc2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZero2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGap2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGapPerc2050AllScopes: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsIeaNetZero2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZero2050Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGap2050Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZero2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGap2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope1: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIeaNetZero2050Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZero2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGap2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZero2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGap2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope2: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIeaNetZero2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZero2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGap2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZero2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGap2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIeaNetZero2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZero2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGap2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZero2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGap2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIeaNetZeroGapPerc2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIeaNetZero2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFps2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGap2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGapPerc2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFps2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGap2050AllScopes: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGapPerc2050AllScopes: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsIprFps2050AllScopes: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFps2050Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGap2050Scope1: type: number description: '' format: double nullable: true portfolioLowCarbonTransitionSectorWeightHealthcare: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGapPerc2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFps2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGap2050Scope1: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGapPerc2050Scope1: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprFps2050Scope1: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFps2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGap2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGapPerc2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFps2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGap2050Scope2: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGapPerc2050Scope2: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprFps2050Scope2: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFps2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGap2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGapPerc2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFps2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGap2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGapPerc2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprFps2050Scope3Downstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFps2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGap2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBaselineCumulativeGhgEmissionsIprFpsGapPerc2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFps2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGap2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioExpectedCumulativeGhgEmissionsIprFpsGapPerc2050Scope3Upstream: type: number description: '' format: double nullable: true portfolioBudgetCumulativeGhgEmissionsGapIprFps2050Scope3Upstream: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true portfolioLowCarbonTransitionSectorWeightIndustrials: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightRealEstate: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Usd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Gbp: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Eur: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Hkd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Nzd: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Aud: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Chf: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050Sgd: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerChfMillions: type: number description: '' format: double nullable: true lowCarbonTransitionOverallValueAtRiskIeaNetZeroCumulative2050PerSgdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerChfMillions: type: number description: '' format: double nullable: true lowCarbonTransitionMarketValueAtRiskIeaNetZeroCumulative2050PerSgdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerUsdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerGbpMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerEurMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerHkdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerNzdMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerAudMillions: type: number description: '' format: double nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerChfMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIeaNetZeroCumulative2050PerSgdMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Usd: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Gbp: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Eur: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Hkd: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Nzd: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Aud: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Chf: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050Sgd: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Usd: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Gbp: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Eur: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Hkd: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Nzd: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Aud: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Chf: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050Sgd: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Usd: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Gbp: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Eur: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Hkd: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Nzd: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Aud: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Chf: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050Sgd: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerUsdMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerGbpMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerEurMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerHkdMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerNzdMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerAudMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerChfMillions: type: string description: '' nullable: true lowCarbonTransitionOverallValueAtRiskIprFpsCumulative2050PerSgdMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerUsdMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerGbpMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerEurMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerHkdMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerNzdMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerAudMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerChfMillions: type: string description: '' nullable: true lowCarbonTransitionMarketValueAtRiskIprFpsCumulative2050PerSgdMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerUsdMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerGbpMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerEurMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerHkdMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerNzdMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerAudMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerChfMillions: type: string description: '' nullable: true lowCarbonTransitionPolicyValueAtRiskIprFpsCumulative2050PerSgdMillions: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightTechnology: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightUtilities: type: string description: '' nullable: true lowCarbonTransitionEffectiveDate: type: string description: '' nullable: true lowCarbonTransitionPortfolioEffectiveDate: type: string description: '' nullable: true lowCarbonTransitionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' lowCarbonTransitionPercOfPortfolioEligible: type: string description: '' nullable: true lowCarbonTransitionPercOfPortfolioNotEligible: type: string description: '' nullable: true lowCarbonTransitionPercOfPortfolioCovered: type: string description: '' nullable: true lowCarbonTransitionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true lowCarbonTransitionPercOfPortfolioNotCovered: type: string description: '' nullable: true lowCarbonTransitionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true lowCarbonTransitionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true lowCarbonTransitionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true portfolioExpectedCumulativeGhgEmissions2050AllScopes: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissions2050Scope1: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissions2050Scope2: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissions2050Scope3Upstream: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissions2050Scope3Downstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050AllScopes: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050Scope1: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050Scope2: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050Scope3Upstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050Scope3Downstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050ContributionScope1: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050ContributionScope2: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050ContributionScope3Upstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissions2050ContributionScope3Downstream: type: string description: '' nullable: true portfolioBudgetCumulativeEmissionsIprNetZero2050AllScopes: type: string description: '' nullable: true portfolioBudgetCumulativeEmissionsIprNetZero2050Scope1: type: string description: '' nullable: true portfolioBudgetCumulativeEmissionsIprNetZero2050Scope2: type: string description: '' nullable: true portfolioBudgetCumulativeEmissionsIprNetZero2050Scope3Upstream: type: string description: '' nullable: true portfolioBudgetCumulativeEmissionsIprNetZero2050Scope3Downstream: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2050AllScopes: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2050Scope1: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2050Scope2: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2050Scope3Upstream: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGap2050Scope3Downstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2050AllScopes: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2050Scope1: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2050Scope2: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2050Scope3Upstream: type: string description: '' nullable: true portfolioLowCarbonTransitionSectorWeightUnclassified: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGap2050Scope3Downstream: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2050AllScopes: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope1: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope2: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope3Upstream: type: string description: '' nullable: true portfolioExpectedCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope3Downstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2050AllScopes: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope1: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope2: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope3Upstream: type: string description: '' nullable: true portfolioBaselineCumulativeGhgEmissionsIprNetZeroGapPerc2050Scope3Downstream: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopes: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreScope1: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesEnergy: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesHealthcare: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesIndustrials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesRealEstate: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesTechnology: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesUtilities: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissions2050AllScopesUnclassified: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesEnergy: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesHealthcare: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesIndustrials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesRealEstate: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesTechnology: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesUtilities: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissions2050AllScopesUnclassified: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesEnergy: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesHealthcare: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesIndustrials: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesRealEstate: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesTechnology: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesUtilities: type: string description: '' nullable: true portfolioNetZeroBudgetCumulativeEmissions2050AllScopesUnclassified: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesEnergy: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesHealthcare: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesIndustrials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesRealEstate: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesTechnology: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesUtilities: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGap2050AllScopesUnclassified: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesEnergy: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesHealthcare: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesIndustrials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesRealEstate: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesTechnology: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesUtilities: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGap2050AllScopesUnclassified: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesEnergy: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesHealthcare: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesIndustrials: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesRealEstate: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesTechnology: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesUtilities: type: string description: '' nullable: true portfolioExpectedCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesUnclassified: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesBasicMaterials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesCommunicationServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesConsumerCyclical: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesConsumerDefensive: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesEnergy: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesFinancialServices: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesHealthcare: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesIndustrials: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesRealEstate: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesTechnology: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesUtilities: type: string description: '' nullable: true portfolioBaselineCumulativeGreenhouseGasEmissionsGapPercentage2050AllScopesUnclassified: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesBasicMaterials: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesCommunicationServices: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesConsumerCyclical: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesConsumerDefensive: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesEnergy: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesFinancialServices: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesHealthcare: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesIndustrials: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesRealEstate: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesTechnology: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesUtilities: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesUnclassified: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesBasicMaterials: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesCommunicationServices: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesConsumerCyclical: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesConsumerDefensive: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesEnergy: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreScope2: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreScope3Upstream: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreScope3Downstream: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreCategoryAllScopes: $ref: '#/components/schemas/CodeMappingString' portfolioImpliedTemperatureRiseScoreCategoryScope1: $ref: '#/components/schemas/CodeMappingString' portfolioImpliedTemperatureRiseScoreCategoryScope2: $ref: '#/components/schemas/CodeMappingString' portfolioImpliedTemperatureRiseScoreCategoryScope3Upstream: $ref: '#/components/schemas/CodeMappingString' portfolioImpliedTemperatureRiseScoreCategoryScope3Downstream: $ref: '#/components/schemas/CodeMappingString' portfolioGhgEmissionsExposureScoreAllScopes: type: string description: '' nullable: true portfolioTcfdDisclosureSufficiency: type: string description: '' nullable: true portfolioTcfdDisclosureSufficiencyGrade: $ref: '#/components/schemas/CodeMappingString' portfolioGhgEmissionsManagementScoreAllScopes: type: string description: '' nullable: true portfolioGhgEmissionsManagementScoreScope1: type: string description: '' nullable: true portfolioGhgEmissionsManagementScoreScope2: type: string description: '' nullable: true portfolioGhgEmissionsManagementScoreScope3Upstream: type: string description: '' nullable: true portfolioGhgEmissionsManagementScoreScope3Downstream: type: string description: '' nullable: true portfolioGhgEmissionsManagementScoreCategoryAllScopes: $ref: '#/components/schemas/CodeMappingString' portfolioTcfdGovernanceScore: type: string description: '' nullable: true portfolioTcfdStrategyScore: type: string description: '' nullable: true portfolioTcfdRiskManagementScore: type: string description: '' nullable: true portfolioTcfdMetricsAndTargetsScore: type: string description: '' nullable: true portfolioTcfdOtherManagementScore: type: string description: '' nullable: true portfolioTcfdGovernanceScoreCategory: $ref: '#/components/schemas/CodeMappingString' portfolioTcfdStrategyScoreCategory: $ref: '#/components/schemas/CodeMappingString' portfolioTcfdRiskManagementScoreCategory: $ref: '#/components/schemas/CodeMappingString' portfolioTcfdMetricsAndTargetsScoreCategory: $ref: '#/components/schemas/CodeMappingString' portfolioTcfdOtherManagementScoreCategory: $ref: '#/components/schemas/CodeMappingString' portfolioGreenhouseGasEmissionsExposureScoreAllScopesFinancialServices: type: string description: '' nullable: true portfolioImpliedTemperatureRiseScoreAllScopesCategoryAverage: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesHealthcare: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesIndustrials: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesRealEstate: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesTechnology: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesUtilities: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsExposureScoreAllScopesUnclassified: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesBasicMaterials: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesCommunicationServices: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesConsumerCyclical: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesConsumerDefensive: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesEnergy: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesFinancialServices: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesHealthcare: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesIndustrials: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesRealEstate: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesTechnology: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesUtilities: type: string description: '' nullable: true portfolioGreenhouseGasEmissionsManagementScoreAllScopesUnclassified: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelLowCarbonTransitionRating description: All fields are nullable. Empty or `null` value fields are not returned. OutputEsgFundLevelFirmDiversityDataLevel1: type: object properties: effectiveDate: type: string description: '' nullable: true employeeTurnoverYear: type: string description: '' nullable: true firmOfBoardAsian: type: integer description: '' format: int32 nullable: true firmOfBoardBlackOrAfricanAmerican: type: integer description: '' format: int32 nullable: true firmOfBoardEffectiveDate: type: string description: '' nullable: true firmOfBoardFemale: type: integer description: '' format: int32 nullable: true firmOfBoardGenderNonBinary: type: integer description: '' format: int32 nullable: true firmOfBoardGenderNotDisclosed: type: integer description: '' format: int32 nullable: true firmOfBoardHispanicOrLatino: type: integer description: '' format: int32 nullable: true firmOfBoardMale: type: integer description: '' format: int32 nullable: true firmOfBoardMilitaryVeteran: type: integer description: '' format: int32 nullable: true firmOfBoardNativeAmericanAlaskaNativeOrOtherIndigenousPeoples: type: integer description: '' format: int32 nullable: true firmOfBoardNativeHawaiianOrOtherPacificIslander: type: integer description: '' format: int32 nullable: true firmOfBoardOtherRace: type: integer description: '' format: int32 nullable: true firmOfBoardPersonSWithADisability: type: integer description: '' format: int32 nullable: true firmOfBoardRaceNotDisclosed: type: integer description: '' format: int32 nullable: true firmOfBoardTotal: type: integer description: '' format: int32 nullable: true firmOfBoardTwoOrMoreRaces: type: integer description: '' format: int32 nullable: true firmOfBoardWhite: type: integer description: '' format: int32 nullable: true firmOfCfas: type: integer description: '' format: int32 nullable: true firmOfCimas: type: integer description: '' format: int32 nullable: true firmOfClientServices: type: integer description: '' format: int32 nullable: true firmOfEmployeesTotalUsa: type: integer description: '' format: int32 nullable: true firmOfMarketingSpecialists: type: integer description: '' format: int32 nullable: true firmOfMbas: type: integer description: '' format: int32 nullable: true firmOfOtherStaff: type: integer description: '' format: int32 nullable: true firmOfPhds: type: integer description: '' format: int32 nullable: true firmOfPortfolioManagers: type: integer description: '' format: int32 nullable: true firmOfResearchAnalysts: type: integer description: '' format: int32 nullable: true firmOfTraders: type: integer description: '' format: int32 nullable: true firmPercOfEmployeesAsianUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesBlackOrAfricanAmericanUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesEffectiveDateUsa: type: string description: '' nullable: true firmPercOfEmployeesFemaleUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesGenderNonBinaryUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesGenderNotDisclosedUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesHispanicOrLatinoUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesMaleUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesMilitaryVeteranUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesNativeAmericanAlaskaNativeOrOtherIndigenousPeoplesUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesNativeHawaiianOrOtherPacificIslanderUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesOtherRaceUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesPersonSWithADisabilityUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesRaceNotDisclosedUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesTwoOrMoreRacesUsa: type: number description: '' format: double nullable: true firmPercOfEmployeesWhiteUsa: type: number description: '' format: double nullable: true firmPercOwnedByAsian: type: number description: '' format: double nullable: true firmPercOwnedByAsians: type: number description: '' format: double nullable: true firmPercOwnedByBlackOrAfricanAmerican: type: number description: '' format: double nullable: true firmPercOwnedByBlacks: type: number description: '' format: double nullable: true firmPercOwnedByCaucasians: type: number description: '' format: double nullable: true firmPercOwnedByEffectiveDate: type: string description: '' nullable: true firmPercOwnedByEmployee: type: number description: '' format: double nullable: true firmPercOwnedByEmployees: type: number description: '' format: double nullable: true firmPercOwnedByFemale: type: number description: '' format: double nullable: true firmPercOwnedByHispanicOrLatino: type: number description: '' format: double nullable: true firmPercOwnedByHispanics: type: number description: '' format: double nullable: true firmPercOwnedByMilitaryVeteran: type: number description: '' format: double nullable: true firmPercOwnedByNativeAmericanAlaskaNativeOrOtherIndigenousPeoples: type: number description: '' format: double nullable: true firmPercOwnedByNativeAmericans: type: number description: '' format: double nullable: true firmPercOwnedByNativeHawaiianOrOtherPacificIslander: type: number description: '' format: double nullable: true firmPercOwnedByOther: type: number description: '' format: double nullable: true firmPercOwnedByOtherRace: type: number description: '' format: double nullable: true firmPercOwnedByPersonSWithADisability: type: number description: '' format: double nullable: true firmPercOwnedByRaceNotDisclosed: type: number description: '' format: double nullable: true firmPercOwnedByTwoOrMoreRaces: type: number description: '' format: double nullable: true firmPercOwnedByWhite: type: number description: '' format: double nullable: true firmPercOwnedByWomen: type: number description: '' format: double nullable: true investmentProfessionalsAddedLastYear: type: integer description: '' format: int32 nullable: true investmentProfessionalsLostLastYear: type: integer description: '' format: int32 nullable: true keyPersonnelList: type: string description: '' nullable: true marketingContact: type: string description: '' nullable: true minorityOwned: $ref: '#/components/schemas/CodeMappingString' percOwnedByAllMinorities: type: number description: '' format: double nullable: true turnoverEmployeesGained: type: integer description: '' format: int32 nullable: true turnoverEmployeesLost: type: integer description: '' format: int32 nullable: true turnoverEmployeesTotal: type: integer description: '' format: int32 nullable: true turnoverInvestmentProfessionalsGained: type: integer description: '' format: int32 nullable: true turnoverInvestmentProfessionalsLost: type: integer description: '' format: int32 nullable: true turnoverInvestmentProfessionalsTotal: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputEsgFundLevelFirmDiversityDataLevel1 description: All fields are nullable. Empty or `null` value fields are not returned. OutputPriceMultipleStatistics: type: object properties: asOfDate: type: string description: This data point refers to the specific time point when the price multiple statistics information of a company is introduced. nullable: true priceToEarningsRatio10YearHigh: type: number description: It is the highest Price to Earnings ratio for a company within 10 years. format: double nullable: true priceToEarningsRatio10YearLow: type: number description: It is the lowest Price to Earnings ratio for a company within 10 years. format: double nullable: true priceToEarningsRatio1YearHigh: type: number description: It is the highest Price to Earnings ratio for a company within 1 year. format: double nullable: true priceToEarningsRatio1YearLow: type: number description: It is the lowest Price to Earnings ratio for a company within 1 year. format: double nullable: true priceToEarningsRatio5YearHigh: type: number description: It is the highest Price to Earnings ratio for a company within 5 years. format: double nullable: true priceToEarningsRatio5YearLow: type: number description: It is the lowest Price to Earnings ratio for a company within 5 years. format: double nullable: true additionalProperties: false title: OutputPriceMultipleStatistics OutputDilutedMarketCapital: type: object properties: asOfDate: type: string description: The calendar date when the diluted market capital data points are calculated nullable: true currencyCode: type: string description: The standard set ISO 4217 that defines codes for currencies; as well as funds and minor currency units. nullable: true dilutedCompanyLevelMarketCapital: type: integer description: Diluted Market Capitalization represents the summation of the firm's standard company-level market capitalization and the additional market capitalization that would arise from (i) convertible equity on an as-converted basis and (ii) exchangeable equity on an as-exchanged basis. Diluted Market Capitalization does not include potential dilutive shares that can arise from existing stock options; warrants; rights; convertible debt; etc. if exercised/converted; and; is quoted in the same currency as the trading currency of the share class. format: int64 nullable: true dilutedMarketCapitalFromConvertibleSecurities: type: number description: The diluted market capital from convertible securities on as-converted basis. Convertible securities are normally reported in the company's financial report; along with its conversion factor and underlying equity component/stock to which the convertible securities will convert. Convertible securities include preferred stocks. format: double nullable: true dilutedMarketCapitalFromExchangeableSecurities: type: number description: The diluted market capital from exchangeable securities on as-exchanged basis. Exchangeable securities are normally reported in the company's financial report; along with its exchangeable factor and underlying equity component/stock into which the exchangeable securities will exchange. Exchangeable securities include securities disclosed in non-controlling interest/minority interest section of the company's balance sheet and general partnership interest. format: double nullable: true dilutedMarketCapitalFromStockOptionsRestrictedStockUnitsAndWarrants: type: integer description: The diluted market capital from dilutive securities on as-issued/exercised basis. Dilutive securities include stock options; compensation-issued securities such as restricted stock units (RSUs) or performance stock options; and warrants. format: int64 nullable: true dilutedSharesFromConvertibleSecurities: type: number description: The additional dilutive shares that could be added to current shares outstanding if all convertible securities are converted to the company's common/ordinary shares. Convertible securities are normally reported in the company's financial report; along with its conversion factor and underlying equity component/stock to which the convertible securities will convert. Convertible securities include preferred stocks. format: double nullable: true dilutedSharesFromExchangeableSecurities: type: number description: The additional dilutive shares that could be added to current shares outstanding if all exchangeable securities are exchanged for the company's common/ordinary shares. Exchangeable securities are normally reported in the company's financial report; along with its exchangeable factor and underlying equity component/stock into which the exchangeable securities can be exchanged. Exchangeable securities include securities disclosed in the non-controlling interest/minority interest section of the company's balance sheet and general partnership interest. format: double nullable: true dilutedSharesFromStockOptionsRestrictedStockUnitsAndWarrants: type: number description: The additional dilutive shares that could be added to current Shares Outstanding if all 'in-the-money' dilutive securities (such as stock options and warrants) were exercised. format: double nullable: true fullyDilutedOverhangPotentialDilution: type: number description: This is a measure of the potential dilution to which common shareholders are exposed due to the possible awards of stock-based compensation and/or warrants. It is normally represented as a percentage and is calculated using dilutive shares from stock-based compensation and/or warrants divided by the sum of total diluted shares outstanding. format: double nullable: true overhangPotentialDilution: type: number description: This is a measure of the potential dilution to which common shareholders are exposed due to the possible awards of stock-based compensation and/or warrants. It is normally represented as a percentage and is calculated using dilutive shares from stock-based compensation and/or warrants divided by the current total basic shares outstanding. format: double nullable: true additionalProperties: false title: OutputDilutedMarketCapital ResponseSubAssetClassification: type: object properties: subAssetClassification: $ref: '#/components/schemas/OutputSubAssetClassification' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgFundLevelEsgLabels: type: object properties: esgFundLevelEsgLabels: $ref: '#/components/schemas/OutputEsgFundLevelEsgLabels' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' InputViewParametersEquityOwnershipRegulatoryReporting: title: InputViewParametersEquityOwnershipRegulatoryReporting type: object required: - ownerTypeGroup properties: ownerTypeGroup: type: string enum: - 13GDCompany - 13GDPerson - 13GDOwner - 13FCompany - Institution - MutualFundAdvisor - MutualFund - Person - ScheduleD x-enumDescriptions: 13GDCompany: Collected for US entities, though some shares may be held that are listed elsewhere. Shares held by owners making a one-time purchase of more than 5% of the voting class of a company's shares outstanding. 13GD owners are not required to indicate when their ownership stake drops below 5% but must report when ownership changes more than 1% since the initial filing. Form 13GD are filed on the SEC by both the purchaser and the issuer of the security. 13GDPerson: U.S. specific, an individual who filed Schedule 13G because they own more than 5% of a company's shares as a passive investor. 13GDOwner: U.S. specific, a generic category for any owner disclosed under Schedule 13G, regardless of whether they are a person or entity. 13FCompany: U.S. specific, though some shares may be held that are listed elsewhere. Shares held by U.S. institutional investment managers that manage over $100 million primarily in equities, shares of closed-end investment companies, and shares of exchange-traded funds. Their holdings are collected from 13-F filings filed with the SEC. 13F owners must file the number of shares held and fair market value of securities listed, as of the end of the most recent calendar quarter, per SEC requirements. Institution: Broad category for institutional ownership not otherwise classified. MutualFundAdvisor: Ownership held by entities managing mutual funds. MutualFund: Collected globally. Shares held by individual funds. These are collected from the portfolio data provided for over 125,000 funds that feature equity holdings. The file includes the most recent fund holdings that are no longer subject to suppression. Person: Individual ownership not tied to institutional or fund structures. ScheduleD: Schedule D refers to ownership data collected from Schedule D announcements, primarily released by insurance companies in the U.S. ResponseInvestmentDisclosures: type: object properties: investmentDisclosures: $ref: '#/components/schemas/OutputInvestmentDisclosures' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputDailyStandardDeviation: type: object properties: dailyStandardDeviationAsOfDate: type: string description: The calendar date when the standard deviation data points are calculated nullable: true arithmeticMean1008Day: type: number description: The mean or average of the daily market return over a 1008-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true arithmeticMean1260Day: type: number description: The mean or average of the daily market return over a 1260-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true arithmeticMean2520Day: type: number description: The mean or average of the daily market return over a 2520-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true arithmeticMean252Day: type: number description: The mean or average of the daily market return over a 252-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true arithmeticMean504Day: type: number description: The mean or average of the daily market return over a 504-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true arithmeticMean756Day: type: number description: The mean or average of the daily market return over a 756-day period. It is calculated by summing up all the daily market returns for a given period; and dividing this sum by the total number of days that market return data is available. format: double nullable: true standardDeviation1008Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 1008-day period and its mean. format: double nullable: true standardDeviation1260Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 1260-day period and its mean. format: double nullable: true standardDeviation2520Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 2520-day period and its mean. format: double nullable: true standardDeviation252Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 252-day period and its mean. format: double nullable: true standardDeviation504Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 504-day period and its mean. format: double nullable: true standardDeviation756Day: type: number description: A statistical measurement of the spread between a company's daily market return over a 756-day period and its mean. format: double nullable: true additionalProperties: false title: OutputDailyStandardDeviation OutputTotalSharesOutstandingRaw: type: object properties: totalSharesOutstandingDate: type: string description: The as of date of the total shares outstanding value nullable: true documentFileDate: type: string description: The date on which a company released its filing to the public nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int64 nullable: true isFutureTotalSharesOutstanding: $ref: '#/components/schemas/CodeMappingBoolean' issuedSharesAsReported: type: integer description: The number of issued shares for a particular share class as reported in the document format: int64 nullable: true preSplitIssuedShares: type: integer description: The number of issued shares for a particular share with split adjustment if the company reports pre split shares number on post split date or vice versa format: int64 nullable: true preSplitTotalSharesOutstanding: type: integer description: The number of shares outstanding for a particular share class with split adjustment if company reports pre split on post split date or vice versa format: int64 nullable: true quotedSharesValue: type: integer description: The proportion of share class-level total shares outstanding that is listed and tradable on a stock market; Quoted value is only available for the Australian Stock Exchange (ASX) format: int64 nullable: true reasonOfShareChange: type: string description: 'The reason for the change in a company''s total shares outstanding from the previous record; examples could be share issuances or share buy-back: This field will only be populated when the total shares outstanding is collected from a press release' nullable: true totalSharesOutstandingAsReported: type: integer description: The number of shares outstanding for a particular share class as reported in the document. It can be derived using issued shares minus treasury shares. format: int64 nullable: true unquotedSharesValue: type: integer description: The proportion of share class-level total shares outstanding that is not listed and untradeable on a stock market; Unquoted value is only available for the Australian Stock Exchange (ASX) format: int64 nullable: true shareType: type: string description: '' nullable: true additionalProperties: false title: OutputTotalSharesOutstandingRaw OutputEnterpriseValueAverageRates: type: object properties: asOfDate: type: string description: The calendar date when enterprise value average rate are calculated nullable: true enterpriseValue5YearAverage: type: number description: This data point is calculated by summing all available enterprise values in the stipulated 5 year period; then dividing by the number of available inputs. Enterprise Value is calculated using Market Cap + Preferred Stock/Units + Non-Controlling/Minority Interests in Equity + Net Debt. format: double nullable: true enterpriseValueToEbitdaRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to EBITDA values in the stipulated 3 year period by the sum of the reciprocals (1/EV to EBITDA) of each value in that period. EV to EBITDA is calculated using Enterprise Value divided by EBITDA (TTM). format: double nullable: true enterpriseValueToEbitdaRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to EBITDA values in the stipulated 5 year period by the sum of the reciprocals (1/EV to EBITDA) of each value in that period. EV to EBITDA is calculated using Enterprise Value divided by EBITDA (TTM). format: double nullable: true enterpriseValueToEbitRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to EBIT values in the stipulated 3 year period by the sum of the reciprocals (1/EV to EBIT) of each value in that period. EV to EBIT is calculated using Enterprise Value divided by EBIT (TTM). format: double nullable: true enterpriseValueToEbitRatio5YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to EBIT values in the stipulated 5 year period by the sum of the reciprocals (1/EV to EBIT) of each value in that period. EV to EBIT is calculated using Enterprise Value divided by EBIT (TTM). format: double nullable: true enterpriseValueToFreeCashFlowRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to FCF values in the stipulated 3 year period by the sum of the reciprocals (1/EV to FCF) of each value in that period. EV to FCF is calculated using Enterprise Value divided by Free Cash Flow (TTM). format: double nullable: true enterpriseValueToRevenueRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to Revenue values in the stipulated 3 year period by the sum of the reciprocals (1/EV to Revenue) of each value in that period. EV to Revenue is calculated using Enterprise Value divided by Total Revenue (TTM). format: double nullable: true enterpriseValueToTotalAssetsRatio3YearAverage: type: number description: This data point is the average of daily ratios using harmonic mean. It is calculated by dividing the number of available EV to Total Assets values in the stipulated 3 year period by the sum of the reciprocals (1/EV to Total Assets) of each value in that period. EV to Total Assets is calculated using Enterprise Value divided by Total Assets. format: double nullable: true additionalProperties: false title: OutputEnterpriseValueAverageRates OutputInsiderTradingActivity: type: object properties: year: type: integer description: It denotes the fiscal year in which insider trading took place format: int32 nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true derivativeSubTradingTransactionAcquiredDisposeCode: type: string description: Code for securities acquired (A) or disposed of (D) nullable: true derivativeSubTradingTransactionDate: type: string description: Transaction date nullable: true derivativeSubTradingTransactionPricePerShare: type: number description: Price of derivative security format: double nullable: true derivativeSubTradingTransactionShares: type: number description: Number of derivative securities acquired (A) or disposed of (D) format: double nullable: true derivativeSubTradingTransactionTotalValue: type: number description: Total value for the transaction (price per share*no. of shares) format: double nullable: true derivativeTradingConversionExercisePrice: type: number description: The price per share at which the owner of a traded option is entitled to buy or sell the underlying security. format: double nullable: true derivativeTradingDateOriginalFiled: type: string description: Date on which original file was reported these details are found in the amended file nullable: true derivativeTradingExecutionDate: type: string description: Deemed execution date; if any nullable: true derivativeTradingExerciseDate: type: string description: Date exercisable nullable: true derivativeTradingExpirationDate: type: string description: Expiration Date nullable: true derivativeTradingNatureOfOwnership: type: string description: Nature of indirect beneficial ownership nullable: true derivativeTradingOwnershipType: type: string description: 'Ownership form: Direct (D) or Indirect (I)' nullable: true derivativeTradingSecurityTitle: type: string description: Title of security nullable: true derivativeTradingSharesOwnedPostTransaction: type: number description: Number of derivative securities beneficially owned following reported transaction(s) format: double nullable: true derivativeTradingTransactionCode: type: string description: Code to identify the nature of the transaction resulting in an acquisition or disposition of a security nullable: true derivativeTradingUnderlyingSecurityShares: type: number description: Amount of securities underlying derivative security format: double nullable: true derivativeTradingUnderlyingSecurityTitle: type: string description: Title of securities underlying derivative security nullable: true fileDate: $ref: '#/components/schemas/CodeMappingString' fileType: $ref: '#/components/schemas/CodeMappingString' isDerivativeSubTradingEquitySwapInvolved: $ref: '#/components/schemas/CodeMappingBoolean' isDerivativeTrading10b51: $ref: '#/components/schemas/CodeMappingBoolean' isDirector: $ref: '#/components/schemas/CodeMappingBoolean' isNonDerivativeSubTradingEquitySwapInvolved: $ref: '#/components/schemas/CodeMappingBoolean' isNonDerivativeTrading10b51: $ref: '#/components/schemas/CodeMappingBoolean' isOfficer: $ref: '#/components/schemas/CodeMappingBoolean' isOther: $ref: '#/components/schemas/CodeMappingBoolean' isTenPercentOwner: $ref: '#/components/schemas/CodeMappingBoolean' nonDerivativeSubTradingCurrency: type: string description: Trading currency nullable: true nonDerivativeSubTradingNotificationDate: type: string description: Date notified by the Company nullable: true nonDerivativeSubTradingTransactionAcquiredDisposedCode: type: string description: Code for securities acquired (A) or disposed of (D) nullable: true nonDerivativeSubTradingTransactionCode: type: string description: Code to identify the nature of the transaction resulting in an acquisition or disposition of a security nullable: true nonDerivativeSubTradingTransactionDate: type: string description: Transaction date nullable: true nonDerivativeSubTradingTransactionPercentage: type: number description: Percentage of shares executed in the transaction format: double nullable: true nonDerivativeSubTradingTransactionPricePerShare: type: number description: Price of derivative security format: double nullable: true nonDerivativeSubTradingTransactionShares: type: number description: Number of derivative securities acquired (A) or disposed of (D) format: double nullable: true nonDerivativeSubTradingTransactionType: type: string description: Type for securities acquired (A) or disposed of (D) nullable: true nonDerivativeSubTradingTransactionValue: type: number description: Total value for the transaction (price per share*no. of shares) format: double nullable: true nonDerivativeTradingDateOriginalFiled: type: string description: Date on which original file was reported. Will be updated in Ammendment file nullable: true nonDerivativeTradingExecutionDate: type: string description: Deemed execution date; if any nullable: true nonDerivativeTradingHoldingDescript: type: string description: If an insider's interest is duplicated with other insiders or major shareholders; such as an insider representing a major shareholder on the board of directors; this is detailed in holding description. The content of this field is entered as 'dup 1'; 'dup A'; 'dup A and B' etc; where dup is abbreviated from duplicate. Related owners can be identified by the content of the field; for instance; where two owners of shares in the same company have reference to dup A in holding description there is a relationship between them that the local reporting regulations require to be disclosed to the market. This item relates only to insiders of LSE-listed companies. See data ID 46003 for the corresponding item in the UK major shareholder transactions file nullable: true nonDerivativeTradingNatureOfOwnership: $ref: '#/components/schemas/CodeMappingString' nonDerivativeTradingOwnershipType: type: string description: 'Ownership form: Direct (D) or Indirect (I)' nullable: true nonDerivativeTradingSecurityTitle: type: string description: Title of security nullable: true nonDerivativeTradingSharesOwnedPostTransaction: type: number description: Number of securities beneficially owned following reported transaction(s) format: double nullable: true nonDerivativeTradingSharesOwnedPostTransactionPercentage: type: number description: Insider's balance percentage shares holding (post-trading) for specific holding date format: double nullable: true officerTitle: type: string description: Officer's reporting position nullable: true ownerCik: type: string description: The Central Index Key (CIK) is used on the SEC's computer systems to identify individual people who have filed reports with the SEC. nullable: true ownerName: type: string description: The entity that owns the security. Examples of owners are 13F filing institutions; 13D and 13G beneficial owners; and advisor companies nullable: true personId: type: string description: The Morningstar identifier for the director nominee nullable: true reportingDate: $ref: '#/components/schemas/CodeMappingString' transactionId: type: string description: A unique identifier assigned to each transaction. nullable: true additionalProperties: false title: OutputInsiderTradingActivity OutputCashDividend: type: object properties: excludingDate: type: string description: Date when the event becomes effective; which is normally two business days before the record date. This is the date from which the security is traded without benefit (excluding) nullable: true cashGrossAmount: type: number description: Gross or Pre-Tax Dividend Amount (per share) format: double nullable: true cashNetAmount: type: number description: Net of Tax Dividend Amount (per share) format: double nullable: true corporateActionType: type: string description: 'Indicates the type of cash dividend payment: Cash Dividend (CD) or Special Cash (SC)' nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' declareDate: type: string description: Date when the company announced the event nullable: true dividendAmountType: type: string description: Indicates if the dividend payment has increased; decreased or remained the same compared to the last payment nullable: true dividendSchedule: type: string description: Indicates if dividend payments occur either at regular / irregular intervals or even / uneven dividend amounts. Possible values include Regular; Irregular and Stopped. If a Dividend is paid either with an irregular frequency or uneven amount; it is marked as 'Irregular Schedule'. If Dividend frequency and Amount both are regular; Dividend Schedule is marked as 'Regular.' Stopped is used to denote that a company will no longer be paying dividends going forward. nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true frankedAmount: type: number description: Dividend paid by a company out of profits on which the company has already paid tax. The investor is entitled to an imputation credit; or reduction in the amount of income tax that must be paid; up to the amount of tax already paid by the company. It is most common in Australia. format: double nullable: true frankedCredit: type: number description: A franking credit is a nominal unit of tax paid by companies using dividend imputation. Franking credits are passed on to shareholders along with dividends. This is calculated using Franked amount * Tax rate/(1-Tax Rate) format: double nullable: true frankedRate: type: number description: Tax rate at which the dividend is franked format: double nullable: true frequency: $ref: '#/components/schemas/CodeMappingShort' grossedUpAmount: type: number description: Gross-up dividend amount including cash dividend and franked credit available for that dividend format: double nullable: true interimPeriodEnd: type: string description: Corresponding Interim Period End Date of the announced Dividend (only reported for Cash Dividend) nullable: true isDirectInvestment: type: boolean description: 'Indicates if the share class has a plan allowing individual investors to invest in public companies without going through a stockbroker: YES denotes it has a direct investment plan; otherwise; NO' nullable: true isDividendReinvestmentPlan: type: boolean description: 'Indicates if the share class has a shareholder election plan to re-invest cash dividends into additional shares: YES denotes it has a dividend reinvestment plan; otherwise; NO' nullable: true payDate: type: string description: Date when the benefit; dividend amount or new shares; gets credited to the brokerage accounts of shareholders nullable: true recordDate: type: string description: Date when the shareholders recorded in the shareholder register are considered eligible to get benefit nullable: true taxRate: type: number description: Withholding tax rate; the tax rate that is applicable to derive the Net Amount format: double nullable: true additionalProperties: false title: OutputCashDividend OutputEsgFundLevelPrincipalAdverseIndicatorsPais: type: object properties: paiScope1GhgEmissionsCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1GhgEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiScope1GhgEmissionsEligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1GhgEmissionsEligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1GhgEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiScope1GhgEmissionsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiScope1GhgEmissionsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiScope1GhgEmissionsTonnes: type: number description: '' format: double nullable: true paiScope2GhgEmissionsCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope2GhgEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiScope2GhgEmissionsEligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiScope2GhgEmissionsEligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope2GhgEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiScope2GhgEmissionsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiScope2GhgEmissionsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiScope2GhgEmissionsTonnes: type: number description: '' format: double nullable: true paiScope3GhgEmissionsCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope3GhgEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiScope3GhgEmissionsEligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiScope3GhgEmissionsEligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope3GhgEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiScope3GhgEmissionsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiScope3GhgEmissionsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiScope3GhgEmissionsTonnes: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsTonnes: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiScope1And2GhgEmissionsEligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsEligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiScope1And2GhgEmissionsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiScope1And2GhgEmissionsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiScope12And3GhgEmissionsEligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsEligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiScope12And3GhgEmissionsPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiScope12And3GhgEmissionsTonnes: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2CoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCarbonFootprintScope1And2EligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2EligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCarbonFootprintScope1And2PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfPortfolioCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfPortfolioEligible: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiCarbonFootprintScope1And2TonnesPerEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3CoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCarbonFootprintScope12And3EligibleHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3EligibleNotCoveredHoldingsInEurm: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCarbonFootprintScope12And3PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfPortfolioCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfPortfolioEligible: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiCarbonFootprintScope12And3TonnesPerEurm: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2AverageValue: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiGhgIntensityScope1And2NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiGhgIntensityScope1And2PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfPortfolioCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfPortfolioEligible: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope1And2PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3AverageValue: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3EligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiGhgIntensityScope12And3NumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiGhgIntensityScope12And3PercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfPortfolioCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfPortfolioEligible: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiGhgIntensityScope12And3PercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiFossilFuelEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiFossilFuelNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiFossilFuelPercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true paiFossilFuelPercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true paiFossilFuelPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiFossilFuelPercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true paiFossilFuelPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiFossilFuelPercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioInvolved: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiFossilFuelPercOfPortfolioNotInvolved: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionAverageValue: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewablePercOfEnergyConsumptionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyConsumptionPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionAverageValue: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewablePercOfEnergyProductionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiNonRenewablePercOfEnergyProductionPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiNonRenewablePercOfEnergyProductionPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceANumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceAPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceAPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceBNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceBPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceBPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceCNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceCPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceCPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceDNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceDPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceDPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceENumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceEPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceEPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceFNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceFPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceFPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceGNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceGPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceGPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceHNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceHPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceHPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLAverageValue: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEnergyConsumptionIntensityNaceLNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEnergyConsumptionIntensityNaceLPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiEnergyConsumptionIntensityNaceLPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNegativeEffectOnBiodiversityNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiNegativeEffectOnBiodiversityPercOfCoveredPortfolioInvolved: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfCoveredPortfolioNotInvolved: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfEligiblePortfolioCovered: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfEligiblePortfolioInvolved: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfEligiblePortfolioNotCovered: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfEligiblePortfolioNotInvolved: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioCovered: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioEligible: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioEligibleNotCovered: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioInvolved: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioNotCovered: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioNotEligible: type: number description: '' format: double nullable: true paiNegativeEffectOnBiodiversityPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiEmissionsToWaterCoveredHoldingsInEurm: type: string description: '' nullable: true paiEmissionsToWaterEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEmissionsToWaterEligibleHoldingsInEurm: type: string description: '' nullable: true paiEmissionsToWaterEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiEmissionsToWaterNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiEmissionsToWaterPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiEmissionsToWaterPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiEmissionsToWaterPercOfPortfolioCovered: type: string description: '' nullable: true paiEmissionsToWaterPercOfPortfolioEligible: type: string description: '' nullable: true paiEmissionsToWaterPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiEmissionsToWaterPercOfPortfolioNotCovered: type: string description: '' nullable: true paiEmissionsToWaterPercOfPortfolioNotEligible: type: string description: '' nullable: true paiEmissionsToWaterTonnesPerEurm: type: string description: '' nullable: true paiHazardousWasteCoveredHoldingsInEurm: type: string description: '' nullable: true paiHazardousWasteEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiHazardousWasteEligibleHoldingsInEurm: type: string description: '' nullable: true paiHazardousWasteEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiHazardousWasteNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiHazardousWastePercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiHazardousWastePercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiHazardousWastePercOfPortfolioCovered: type: string description: '' nullable: true paiHazardousWastePercOfPortfolioEligible: type: string description: '' nullable: true paiHazardousWastePercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiHazardousWastePercOfPortfolioNotCovered: type: string description: '' nullable: true paiHazardousWastePercOfPortfolioNotEligible: type: string description: '' nullable: true paiHazardousWasteTonnesPerEurm: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiUngcPrinciplesoroecdGuidelinesViolationsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioEligible: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioInvolved: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiUngcLackOfComplianceMechanismsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiUngcLackOfComplianceMechanismsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioCovered: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioEligible: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioInvolved: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiGenderPayGapAverageValue: type: string description: '' nullable: true paiGenderPayGapEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiGenderPayGapNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiGenderPayGapPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiGenderPayGapPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiGenderPayGapPercOfPortfolioCovered: type: string description: '' nullable: true paiGenderPayGapPercOfPortfolioEligible: type: string description: '' nullable: true paiGenderPayGapPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiGenderPayGapPercOfPortfolioNotCovered: type: string description: '' nullable: true paiGenderPayGapPercOfPortfolioNotEligible: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersAverageValue: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiPercentageOfFemaleBoardMembersNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiPercentageOfFemaleBoardMembersPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfPortfolioCovered: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfPortfolioEligible: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfPortfolioNotCovered: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersPercOfPortfolioNotEligible: type: string description: '' nullable: true paiControversialWeaponsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiControversialWeaponsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiControversialWeaponsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiControversialWeaponsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiControversialWeaponsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiControversialWeaponsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiControversialWeaponsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiControversialWeaponsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioCovered: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioEligible: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioInvolved: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiControversialWeaponsPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiCarbonIntensitySovAverageValue: type: string description: '' nullable: true paiCarbonIntensitySovEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCarbonIntensitySovNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCarbonIntensitySovPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCarbonIntensitySovPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCarbonIntensitySovPercOfPortfolioCovered: type: string description: '' nullable: true paiCarbonIntensitySovPercOfPortfolioEligible: type: string description: '' nullable: true paiCarbonIntensitySovPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCarbonIntensitySovPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCarbonIntensitySovPercOfPortfolioNotEligible: type: string description: '' nullable: true paiSocialViolationsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiSocialViolationsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiSocialViolationsNumberOfInvesteeCountriesWithViolations: type: integer description: '' format: int32 nullable: true paiSocialViolationsNumberOfInvesteeCountriesWithoutViolations: type: integer description: '' format: int32 nullable: true paiSocialViolationsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiSocialViolationsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiSocialViolationsPercOfInvesteeCountriesWithViolations: type: string description: '' nullable: true paiSocialViolationsPercOfInvesteeCountriesWithoutViolations: type: string description: '' nullable: true paiSocialViolationsPercOfPortfolioEligible: type: string description: '' nullable: true paiSocialViolationsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiSocialViolationsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiSocialViolationsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiSocialViolationsPercOfPortfolioCovered: type: string description: '' nullable: true paiAirPollutantEmissionsCoveredHoldingsInEurm: type: string description: '' nullable: true paiAirPollutantEmissionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiAirPollutantEmissionsEligibleHoldingsInEurm: type: string description: '' nullable: true paiAirPollutantEmissionsEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiAirPollutantEmissionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiAirPollutantEmissionsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfPortfolioCovered: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfPortfolioEligible: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiAirPollutantEmissionsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiAirPollutantEmissionsTonnesPerEurm: type: string description: '' nullable: true paiCarbonReductionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCarbonReductionPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiCarbonReductionPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiCarbonReductionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCarbonReductionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCarbonReductionPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiCarbonReductionPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioCovered: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioEligible: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiCarbonReductionPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiCarbonReductionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiWaterManagementEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiWaterManagementNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiWaterManagementPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiWaterManagementPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiWaterManagementPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiWaterManagementPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiWaterManagementPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiWaterManagementPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioCovered: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioEligible: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioNotCovered: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioNotEligible: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiWaterManagementPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiChemicalProductionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiChemicalProductionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiChemicalProductionPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiChemicalProductionPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiChemicalProductionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiChemicalProductionPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiChemicalProductionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiChemicalProductionPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioCovered: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioEligible: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioInvolved: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiChemicalProductionPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiNonRecycledWasteCoveredHoldingsInEurm: type: string description: '' nullable: true paiNonRecycledWasteEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRecycledWasteEligibleHoldingsInEurm: type: string description: '' nullable: true paiNonRecycledWasteEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiNonRecycledWasteNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiNonRecycledWastePercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonRecycledWastePercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonRecycledWastePercOfPortfolioCovered: type: string description: '' nullable: true paiNonRecycledWastePercOfPortfolioEligible: type: string description: '' nullable: true paiNonRecycledWastePercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonRecycledWastePercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonRecycledWastePercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonRecycledWasteTonnesPerEurm: type: string description: '' nullable: true paiDeforestationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiDeforestationNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiDeforestationPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiDeforestationPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiDeforestationPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiDeforestationPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiDeforestationPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiDeforestationPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiDeforestationPercOfPortfolioCovered: type: string description: '' nullable: true paiDeforestationPercOfPortfolioEligible: type: string description: '' nullable: true paiDeforestationPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiDeforestationPercOfPortfolioNotCovered: type: string description: '' nullable: true paiDeforestationPercOfPortfolioNotEligible: type: string description: '' nullable: true paiDeforestationPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiDeforestationPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiWorkplaceAccidentsPreventionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiWorkplaceAccidentsPreventionPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioCovered: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioEligible: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiRateOfAccidentsAverageValue: type: string description: '' nullable: true paiRateOfAccidentsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiRateOfAccidentsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiRateOfAccidentsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiRateOfAccidentsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiRateOfAccidentsPercOfPortfolioCovered: type: string description: '' nullable: true paiRateOfAccidentsPercOfPortfolioEligible: type: string description: '' nullable: true paiRateOfAccidentsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiRateOfAccidentsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiRateOfAccidentsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiDaysLostToAccidentsAverageValue: type: string description: '' nullable: true paiDaysLostToAccidentsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiDaysLostToAccidentsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiDaysLostToAccidentsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfPortfolioCovered: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfPortfolioEligible: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiDaysLostToAccidentsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCodeOfConductEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCodeOfConductNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCodeOfConductPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiCodeOfConductPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiCodeOfConductPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCodeOfConductPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCodeOfConductPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiCodeOfConductPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioCovered: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioEligible: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiCodeOfConductPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiWhistleblowerProtectionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiWhistleblowerProtectionPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioCovered: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioEligible: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiWhistleblowerProtectionPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiCeoPayRatioAverageValue: type: string description: '' nullable: true paiCeoPayRatioEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCeoPayRatioNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCeoPayRatioPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCeoPayRatioPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCeoPayRatioPercOfPortfolioCovered: type: string description: '' nullable: true paiCeoPayRatioPercOfPortfolioEligible: type: string description: '' nullable: true paiCeoPayRatioPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCeoPayRatioPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCeoPayRatioPercOfPortfolioNotEligible: type: string description: '' nullable: true paiHumanRightsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiHumanRightsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiHumanRightsPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiHumanRightsPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiHumanRightsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiHumanRightsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiHumanRightsPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioCovered: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioEligible: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiHumanRightsPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiDueDiligenceEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiDueDiligenceNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiDueDiligencePercOfCoveredPortfolioWithProcess: type: string description: '' nullable: true paiDueDiligencePercOfCoveredPortfolioWithoutProcess: type: string description: '' nullable: true paiDueDiligencePercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiDueDiligencePercOfEligiblePortfolioWithProcess: type: string description: '' nullable: true paiDueDiligencePercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiDueDiligencePercOfEligiblePortfolioWithoutProcess: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioCovered: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioEligible: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioWithProcess: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioNotCovered: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioNotEligible: type: string description: '' nullable: true paiDueDiligencePercOfPortfolioWithoutProcess: type: string description: '' nullable: true paiAntiHumanTraffickingEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiAntiHumanTraffickingNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiAntiHumanTraffickingPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioCovered: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioEligible: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioNotCovered: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioNotEligible: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiAntiHumanTraffickingPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiHumanRightsIncidentsAverageValue: type: string description: '' nullable: true paiHumanRightsIncidentsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiHumanRightsIncidentsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiHumanRightsIncidentsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfPortfolioCovered: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfPortfolioEligible: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsIncidentsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCorruptionorantiBriberyEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCorruptionorantiBriberyNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCorruptionorantiBriberyPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioEligible: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCorruptionorantiBriberyLackOfActionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCorruptionorantiBriberyLackOfActionPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioEligible: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioInvolved: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCorruptionorantiBriberyLackOfActionPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCorruptionorbriberyConvictionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCorruptionorbriberyConvictionsNumberOfIncidents: type: integer description: '' format: int32 nullable: true paiCorruptionorbriberyConvictionsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfPortfolioCovered: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfPortfolioEligible: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyConvictionsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCorruptionorbriberyFinesAmountOfFines: type: string description: '' nullable: true paiCorruptionorbriberyFinesEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiCorruptionorbriberyFinesNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiCorruptionorbriberyFinesPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfPortfolioCovered: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfPortfolioEligible: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfPortfolioNotCovered: type: string description: '' nullable: true paiCorruptionorbriberyFinesPercOfPortfolioNotEligible: type: string description: '' nullable: true paiIncomeInequalityAverageValue: type: string description: '' nullable: true paiIncomeInequalityEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiIncomeInequalityNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiIncomeInequalityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiIncomeInequalityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiIncomeInequalityPercOfPortfolioCovered: type: string description: '' nullable: true paiIncomeInequalityPercOfPortfolioEligible: type: string description: '' nullable: true paiIncomeInequalityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiIncomeInequalityPercOfPortfolioNotCovered: type: string description: '' nullable: true paiIncomeInequalityPercOfPortfolioNotEligible: type: string description: '' nullable: true paiFreedomOfExpressionAverageValue: type: string description: '' nullable: true paiFreedomOfExpressionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiFreedomOfExpressionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiFreedomOfExpressionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiFreedomOfExpressionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiFreedomOfExpressionPercOfPortfolioCovered: type: string description: '' nullable: true paiFreedomOfExpressionPercOfPortfolioEligible: type: string description: '' nullable: true paiFreedomOfExpressionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiFreedomOfExpressionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiFreedomOfExpressionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiHumanRightsScoreAverageValue: type: string description: '' nullable: true paiHumanRightsScoreEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiHumanRightsScoreNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiHumanRightsScorePercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiHumanRightsScorePercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsScorePercOfPortfolioCovered: type: string description: '' nullable: true paiHumanRightsScorePercOfPortfolioEligible: type: string description: '' nullable: true paiHumanRightsScorePercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiHumanRightsScorePercOfPortfolioNotCovered: type: string description: '' nullable: true paiHumanRightsScorePercOfPortfolioNotEligible: type: string description: '' nullable: true paiControlOfCorruptionAverageValue: type: string description: '' nullable: true paiControlOfCorruptionEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiControlOfCorruptionNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiControlOfCorruptionPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiControlOfCorruptionPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiControlOfCorruptionPercOfPortfolioCovered: type: string description: '' nullable: true paiControlOfCorruptionPercOfPortfolioEligible: type: string description: '' nullable: true paiControlOfCorruptionPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiControlOfCorruptionPercOfPortfolioNotCovered: type: string description: '' nullable: true paiControlOfCorruptionPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonCooperativeTaxJurisdictionsNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiNonCooperativeTaxJurisdictionsPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioCovered: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioEligible: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioInvolved: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiPoliticalStabilityAverageValue: type: string description: '' nullable: true paiPoliticalStabilityEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiPoliticalStabilityNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiPoliticalStabilityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiPoliticalStabilityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiPoliticalStabilityPercOfPortfolioCovered: type: string description: '' nullable: true paiPoliticalStabilityPercOfPortfolioEligible: type: string description: '' nullable: true paiPoliticalStabilityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiPoliticalStabilityPercOfPortfolioNotCovered: type: string description: '' nullable: true paiPoliticalStabilityPercOfPortfolioNotEligible: type: string description: '' nullable: true paiRuleOfLawAverageValue: type: string description: '' nullable: true paiRuleOfLawEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiRuleOfLawNumberOfHoldingsCovered: type: integer description: '' format: int32 nullable: true paiRuleOfLawPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiRuleOfLawPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiRuleOfLawPercOfPortfolioCovered: type: string description: '' nullable: true paiRuleOfLawPercOfPortfolioEligible: type: string description: '' nullable: true paiRuleOfLawPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiRuleOfLawPercOfPortfolioNotCovered: type: string description: '' nullable: true paiRuleOfLawPercOfPortfolioNotEligible: type: string description: '' nullable: true paiCalculationDate: type: string description: '' nullable: true paiCarbonFootprintScope1And2TonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiCarbonFootprintScope12And3TonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiGhgIntensityScope1And2AverageValueCategoryAverage: type: string description: '' nullable: true paiGhgIntensityScope12And3AverageValueCategoryAverage: type: string description: '' nullable: true paiFossilFuelInvolvementPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyConsumptionPercAverageValueCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyProductionPercAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceAAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceBAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceCAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceDAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceEAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceFAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceGAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceHAverageValueCategoryAverage: type: string description: '' nullable: true paiEnergyIntensityNaceLAverageValueCategoryAverage: type: string description: '' nullable: true paiNegativeEffectOnBiodiversityPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiEmissionsToWaterTonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiHazardousWasteEmissionsTonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiUngcViolationsPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiUngcLackOfComplianceMechanismsPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiGenderPayGapAverageValueCategoryAverage: type: string description: '' nullable: true paiPercentageOfFemaleBoardMembersAverageValueCategoryAverage: type: string description: '' nullable: true paiControversialWeaponsPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiCarbonIntensitySovereignAverageValueCategoryAverage: type: string description: '' nullable: true paiAirPollutantEmissionsTonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiCarbonReductionPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiWaterManagementPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiChemicalProductionPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiNonRecycleWasteRatioTonnesPerEuroMillionsCategoryAverage: type: string description: '' nullable: true paiDeforestationPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiWorkplaceAccidentsPreventionPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiRateOfAccidentsAverageValueCategoryAverage: type: string description: '' nullable: true paiDaysLostToAccidentsAverageValueCategoryAverage: type: string description: '' nullable: true paiCodeOfConductPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiWhistleblowerProtectionPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiCeoPayRatioAverageValueCategoryAverage: type: string description: '' nullable: true paiHumanRightsPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiDueDiligenceProcessesPercOfCoveredPortfolioWithoutProcessCategoryAverage: type: string description: '' nullable: true paiAntiHumanTraffickingPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiHumanRightsIncidentsAverageValueCategoryAverage: type: string description: '' nullable: true paiAntiBriberyorcorruptionPolicyPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiAntiBriberyorcorruptionLackOfActionPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiIncomeInequalityAverageValueCategoryAverage: type: string description: '' nullable: true paiFreedomOfExpressionAverageValueCategoryAverage: type: string description: '' nullable: true paiHumanRightsScoreAverageValueCategoryAverage: type: string description: '' nullable: true paiControlOfCorruptionAverageValueCategoryAverage: type: string description: '' nullable: true paiNonCooperativeTaxJurisdictionsPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiPoliticalStabilityAverageValueCategoryAverage: type: string description: '' nullable: true paiRuleOfLawAverageValueCategoryAverage: type: string description: '' nullable: true paiCategoryAverageDate: type: string description: '' nullable: true eetListOfCountriesSubjectToSocialViolations: type: string description: '' nullable: true secid: type: string description: '' nullable: true paiInorganicPollutantsTonnesPerEurMillionsCategoryAverage: type: string description: '' nullable: true paiInorganicPollutantsCoveredHoldingsInEurm: type: string description: '' nullable: true paiInorganicPollutantsNumberOfHoldingsCovered: type: string description: '' nullable: true paiInorganicPollutantsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiInorganicPollutantsEligibleHoldingsInEurm: type: string description: '' nullable: true paiInorganicPollutantsEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiInorganicPollutantsPercOfPortfolioCovered: type: string description: '' nullable: true paiInorganicPollutantsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiInorganicPollutantsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiInorganicPollutantsPercOfPortfolioEligible: type: string description: '' nullable: true paiInorganicPollutantsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiInorganicPollutantsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiInorganicPollutantsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesTonnesPerEurm: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesTonnesPerEurMillionsCategoryAverage: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesCoveredHoldingsInEurm: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesNumberOfHoldingsCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiEmissionsOfOzoneDepletionSubstancesEligibleHoldingsInEurm: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesEligibleNotCoveredHoldingsInEurm: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfPortfolioCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfPortfolioNotCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfPortfolioNotEligible: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfPortfolioEligible: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiEmissionsOfOzoneDepletionSubstancesPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalAverageValue: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalAverageValueCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalNumberOfHoldingsCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewableEnergyTypeCoalPercOfPortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfPortfolioEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeCoalPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasAverageValue: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasAverageValueCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasNumberOfHoldingsCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewableEnergyTypeNaturalGasPercOfPortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfPortfolioEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNaturalGasPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearAverageValue: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearAverageValueCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearNumberOfHoldingsCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewableEnergyTypeNuclearPercOfPortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfPortfolioEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeNuclearPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilAverageValue: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilAverageValueCategoryAverage: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilNumberOfHoldingsCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiNonRenewableEnergyTypeOilPercOfPortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfPortfolioNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfPortfolioNotEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfPortfolioEligible: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiNonRenewableEnergyTypeOilPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiWaterIntensityAverageValue: type: string description: '' nullable: true paiWaterIntensityAverageValueCategoryAverage: type: string description: '' nullable: true paiWaterIntensityNumberOfHoldingsCovered: type: string description: '' nullable: true paiWaterIntensityEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiWaterIntensityPercOfPortfolioCovered: type: string description: '' nullable: true paiWaterIntensityPercOfPortfolioNotCovered: type: string description: '' nullable: true paiWaterIntensityPercOfPortfolioNotEligible: type: string description: '' nullable: true paiWaterIntensityPercOfPortfolioEligible: type: string description: '' nullable: true paiWaterIntensityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiWaterIntensityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiWaterIntensityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedAverageValue: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedAverageValueCategoryAverage: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedNumberOfHoldingsCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiPercOfWaterRecycledOrReusedPercOfPortfolioCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfPortfolioNotCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfPortfolioNotEligible: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfPortfolioEligible: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiPercOfWaterRecycledOrReusedPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioInvolved: type: string description: '' nullable: true paiLandDegradationPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiLandDegradationPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiLandDegradationPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiLandDegradationNumberOfHoldingsCovered: type: string description: '' nullable: true paiLandDegradationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiLandDegradationPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiLandDegradationPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioCovered: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioNotCovered: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioNotEligible: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioEligible: type: string description: '' nullable: true paiLandDegradationPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiLandDegradationPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiLandDegradationPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesNumberOfHoldingsCovered: type: string description: '' nullable: true paiSustainableOceanPracticesEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiSustainableOceanPracticesPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioCovered: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioNotCovered: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioNotEligible: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioEligible: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiSustainableOceanPracticesPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiThreatenedSpeciesNumberOfHoldingsCovered: type: string description: '' nullable: true paiThreatenedSpeciesEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiThreatenedSpeciesPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioCovered: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioNotCovered: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioNotEligible: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioEligible: type: string description: '' nullable: true paiThreatenedSpeciesPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiThreatenedSpeciesPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiThreatenedSpeciesPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiBiodiversityPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiBiodiversityPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiBiodiversityPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiBiodiversityNumberOfHoldingsCovered: type: string description: '' nullable: true paiBiodiversityEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiBiodiversityPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiBiodiversityPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioCovered: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioNotCovered: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioNotEligible: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioEligible: type: string description: '' nullable: true paiBiodiversityPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiBiodiversityPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiBiodiversityPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioLackingPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioWithPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfCoveredPortfolioLackingPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfCoveredPortfolioLackingPolicyCategoryAverage: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfCoveredPortfolioWithPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingNumberOfHoldingsCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiGrievanceOrComplaintsHandlingPercOfEligiblePortfolioLackingPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfEligiblePortfolioWithPolicy: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioNotCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioNotEligible: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioEligible: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiGrievanceOrComplaintsHandlingPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationAverageValue: type: string description: '' nullable: true paiIncidentsOfDiscriminationAverageValueCategoryAverage: type: string description: '' nullable: true paiIncidentsOfDiscriminationNumberOfHoldingsCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiIncidentsOfDiscriminationPercOfPortfolioCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfPortfolioNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfPortfolioNotEligible: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfPortfolioEligible: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsAverageValue: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsAverageValueCategoryAverage: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsNumberOfHoldingsCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiIncidentsOfDiscriminationLeadingToSanctionsPercOfPortfolioCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfPortfolioNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfPortfolioNotEligible: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfPortfolioEligible: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiIncidentsOfDiscriminationLeadingToSanctionsPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiChildLabourPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiChildLabourPercOfPortfolioInvolved: type: string description: '' nullable: true paiChildLabourPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiChildLabourPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiChildLabourPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiChildLabourNumberOfHoldingsCovered: type: string description: '' nullable: true paiChildLabourEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiChildLabourPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiChildLabourPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiChildLabourPercOfPortfolioCovered: type: string description: '' nullable: true paiChildLabourPercOfPortfolioNotCovered: type: string description: '' nullable: true paiChildLabourPercOfPortfolioNotEligible: type: string description: '' nullable: true paiChildLabourPercOfPortfolioEligible: type: string description: '' nullable: true paiChildLabourPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiChildLabourPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiChildLabourPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioNotInvolved: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioInvolved: type: string description: '' nullable: true paiForcedLabourPercOfCoveredPortfolioNotInvolved: type: string description: '' nullable: true paiForcedLabourPercOfCoveredPortfolioInvolved: type: string description: '' nullable: true paiForcedLabourPercOfCoveredPortfolioInvolvedCategoryAverage: type: string description: '' nullable: true paiForcedLabourNumberOfHoldingsCovered: type: string description: '' nullable: true paiForcedLabourEligibleHoldingType: $ref: '#/components/schemas/CodeMappingString' paiForcedLabourPercOfEligiblePortfolioNotInvolved: type: string description: '' nullable: true paiForcedLabourPercOfEligiblePortfolioInvolved: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioCovered: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioNotCovered: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioNotEligible: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioEligible: type: string description: '' nullable: true paiForcedLabourPercOfPortfolioEligibleNotCovered: type: string description: '' nullable: true paiForcedLabourPercOfEligiblePortfolioCovered: type: string description: '' nullable: true paiForcedLabourPercOfEligiblePortfolioNotCovered: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioNotInvolvedOnWatchlist: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfPortfolioNotInvolvedWithNoBreach: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfCoveredPortfolioNotInvolvedOnWatchlist: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfCoveredPortfolioNotInvolvedWithNoBreach: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioNotInvolvedOnWatchlist: type: string description: '' nullable: true paiUngcPrinciplesoroecdGuidelinesViolationsPercOfEligiblePortfolioNotInvolvedWithNoBreach: type: string description: '' nullable: true paiInorganicPollutantsTonnesPerEurm: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelPrincipalAdverseIndicatorsPais description: All fields are nullable. Empty or `null` value fields are not returned. OutputFundAttributes: type: object properties: abiPrimarySeries: $ref: '#/components/schemas/CodeMappingString' accumulationNisa: $ref: '#/components/schemas/CodeMappingString' activelyManaged: $ref: '#/components/schemas/CodeMappingString' activeNonTransparent: $ref: '#/components/schemas/CodeMappingString' activePassiveBreakdownPercentActiveFunds: type: number description: '' format: double nullable: true activePassiveBreakdownPercentCashAndEquivalents: type: number description: '' format: double nullable: true activePassiveBreakdownPercentDirectHoldings: type: number description: '' format: double nullable: true activePassiveBreakdownPercentIndexFunds: type: number description: '' format: double nullable: true activePassiveBreakdownPercentNotIdentified: type: number description: '' format: double nullable: true aicMember: $ref: '#/components/schemas/CodeMappingString' apv: $ref: '#/components/schemas/CodeMappingString' apvc: $ref: '#/components/schemas/CodeMappingString' aria: $ref: '#/components/schemas/CodeMappingString' ariaEl: $ref: '#/components/schemas/CodeMappingString' asFund: $ref: '#/components/schemas/CodeMappingString' asicHedgeFund: $ref: '#/components/schemas/CodeMappingString' assetAllocationLimitedBrazil: $ref: '#/components/schemas/CodeMappingString' attributionByCreditRatingEtcJita: $ref: '#/components/schemas/CodeMappingString' australianSecuritiesAndInvestmentsCommissionAsic: $ref: '#/components/schemas/CodeMappingString' autoriteDesMarchesFinanciersAmforfrance: $ref: '#/components/schemas/CodeMappingString' autTaxTransparency: $ref: '#/components/schemas/CodeMappingString' availableFor529Only: $ref: '#/components/schemas/CodeMappingString' availableForRetirementPlan: $ref: '#/components/schemas/CodeMappingString' availableInInsuranceProduct: $ref: '#/components/schemas/CodeMappingString' bankorsandl: $ref: '#/components/schemas/CodeMappingString' bonded: $ref: '#/components/schemas/CodeMappingString' brazilPensionFund: $ref: '#/components/schemas/CodeMappingString' ccrApproved: $ref: '#/components/schemas/CodeMappingString' cdscKr: $ref: '#/components/schemas/CodeMappingString' cies: $ref: '#/components/schemas/CodeMappingString' closedEndInvestmentTrust: $ref: '#/components/schemas/CodeMappingString' closedEndMutualFund: $ref: '#/components/schemas/CodeMappingString' closedEndUnitTrust: $ref: '#/components/schemas/CodeMappingString' collectiveTrust: $ref: '#/components/schemas/CodeMappingString' commingledTrust: $ref: '#/components/schemas/CodeMappingString' commodityContracts: $ref: '#/components/schemas/CodeMappingString' commodityPoolOperator: $ref: '#/components/schemas/CodeMappingString' commodityTracking: $ref: '#/components/schemas/CodeMappingString' commodityTrackingPhysicalGold: $ref: '#/components/schemas/CodeMappingString' commodityTrackingPhysicalSilver: $ref: '#/components/schemas/CodeMappingString' commodityTradingAdviser: $ref: '#/components/schemas/CodeMappingString' complexProduct: $ref: '#/components/schemas/CodeMappingString' compositeConstructionFullDiscretionary: $ref: '#/components/schemas/CodeMappingString' compositeConstructionTerminatedAccounts: $ref: '#/components/schemas/CodeMappingString' continuouslyOffered: $ref: '#/components/schemas/CodeMappingString' convertibles: $ref: '#/components/schemas/CodeMappingString' corporate: $ref: '#/components/schemas/CodeMappingString' corporateAssets: $ref: '#/components/schemas/CodeMappingString' corporateBondFundBrazil: $ref: '#/components/schemas/CodeMappingString' coveredCallsUsed: $ref: '#/components/schemas/CodeMappingString' currencyContracts: $ref: '#/components/schemas/CodeMappingString' currencyHedged: $ref: '#/components/schemas/CodeMappingString' currencyHedgedTo: $ref: '#/components/schemas/CodeMappingString' currencyTracking: $ref: '#/components/schemas/CodeMappingString' currencyTrackingDetail: $ref: '#/components/schemas/CodeMappingString' customModelFund: $ref: '#/components/schemas/CodeMappingString' dateOfMyScSriQualification: type: string description: '' nullable: true dealingSuspension: $ref: '#/components/schemas/CodeMappingString' definedContribution: $ref: '#/components/schemas/CodeMappingString' definedOutcomeEtf: $ref: '#/components/schemas/CodeMappingString' delawareTrust: $ref: '#/components/schemas/CodeMappingString' derivativesFund: $ref: '#/components/schemas/CodeMappingString' deuTaxTransparency: $ref: '#/components/schemas/CodeMappingString' disasterRecoveryPlan: $ref: '#/components/schemas/CodeMappingString' distressed: $ref: '#/components/schemas/CodeMappingString' dividendYielding: $ref: '#/components/schemas/CodeMappingString' durationHedged: $ref: '#/components/schemas/CodeMappingString' emergingMarketDebt: $ref: '#/components/schemas/CodeMappingString' employeeProvidentFund: $ref: '#/components/schemas/CodeMappingString' enhancedIndex: $ref: '#/components/schemas/CodeMappingString' equities: $ref: '#/components/schemas/CodeMappingString' equityFutures: $ref: '#/components/schemas/CodeMappingString' equityOptions: $ref: '#/components/schemas/CodeMappingString' equitySwaps: $ref: '#/components/schemas/CodeMappingString' equityWarrants: $ref: '#/components/schemas/CodeMappingString' erisaCorp: $ref: '#/components/schemas/CodeMappingString' erisaTaft: $ref: '#/components/schemas/CodeMappingString' etfManagedPortfolios: $ref: '#/components/schemas/CodeMappingString' exchangeTradedNotes: $ref: '#/components/schemas/CodeMappingString' exchangeTradedShare: $ref: '#/components/schemas/CodeMappingString' exclusiveFund: $ref: '#/components/schemas/CodeMappingString' exemptRetailFund: $ref: '#/components/schemas/CodeMappingString' fairPriceAdjustmentMechanism: $ref: '#/components/schemas/CodeMappingString' fclass: $ref: '#/components/schemas/CodeMappingString' feederFund: $ref: '#/components/schemas/CodeMappingString' feeIncludesCustody: $ref: '#/components/schemas/CodeMappingString' financialServicesAuthorityFsaoruk: $ref: '#/components/schemas/CodeMappingString' firstHedgingForFree: $ref: '#/components/schemas/CodeMappingString' fixedAccount: $ref: '#/components/schemas/CodeMappingString' fixedDistributionCanada: $ref: '#/components/schemas/CodeMappingString' fsaExempt: $ref: '#/components/schemas/CodeMappingString' fsaRegistered: $ref: '#/components/schemas/CodeMappingString' fundOfFunds: $ref: '#/components/schemas/CodeMappingString' g7GovernmentExUs: $ref: '#/components/schemas/CodeMappingString' gapsInPerformance: $ref: '#/components/schemas/CodeMappingString' gnmaSecurityUs: $ref: '#/components/schemas/CodeMappingString' groupTrust: $ref: '#/components/schemas/CodeMappingString' hedgedProportion: type: number description: '' format: double nullable: true highNetWorthCanada: $ref: '#/components/schemas/CodeMappingString' highYield: $ref: '#/components/schemas/CodeMappingString' hkifa: $ref: '#/components/schemas/CodeMappingString' hkSfcEsg: $ref: '#/components/schemas/CodeMappingString' holdingOfAnInvestment: $ref: '#/components/schemas/CodeMappingString' holdr: $ref: '#/components/schemas/CodeMappingString' hongKongSecuritiesAndFuturesCommission: $ref: '#/components/schemas/CodeMappingString' icrEstimated: $ref: '#/components/schemas/CodeMappingString' icrIncludedPerformanceFee: $ref: '#/components/schemas/CodeMappingString' incomeOriented: $ref: '#/components/schemas/CodeMappingString' indexFund: $ref: '#/components/schemas/CodeMappingString' indirectUseOnly: $ref: '#/components/schemas/CodeMappingString' industryFund: $ref: '#/components/schemas/CodeMappingString' inHouseFof: $ref: '#/components/schemas/CodeMappingString' institutional: $ref: '#/components/schemas/CodeMappingString' institutionalSurveyParticipant: $ref: '#/components/schemas/CodeMappingString' insuranceCompany: $ref: '#/components/schemas/CodeMappingString' insuranceProductType: $ref: '#/components/schemas/CodeMappingString' insuredMuniFund: $ref: '#/components/schemas/CodeMappingString' interbank: $ref: '#/components/schemas/CodeMappingString' interestRateContracts: $ref: '#/components/schemas/CodeMappingString' interestRateFutures: $ref: '#/components/schemas/CodeMappingString' interestRateOptions: $ref: '#/components/schemas/CodeMappingString' interestRateSwaps: $ref: '#/components/schemas/CodeMappingString' intervalFund: $ref: '#/components/schemas/CodeMappingString' inverseorshortFund: $ref: '#/components/schemas/CodeMappingString' investmentFocusGrowth: $ref: '#/components/schemas/CodeMappingString' investmentFocusImpact: $ref: '#/components/schemas/CodeMappingString' investmentFocusIncome: $ref: '#/components/schemas/CodeMappingString' investmentFocusShariah: $ref: '#/components/schemas/CodeMappingString' investmentFocusSustainable: $ref: '#/components/schemas/CodeMappingString' investmentRiskLevelKr: $ref: '#/components/schemas/CodeMappingString' investmentStyle: $ref: '#/components/schemas/CodeMappingString' invorbusDevCompany: $ref: '#/components/schemas/CodeMappingString' isaHighRiskInvestmentIsrael: $ref: '#/components/schemas/CodeMappingString' isrEcoLabel: $ref: '#/components/schemas/CodeMappingString' isTenderOfferFund: $ref: '#/components/schemas/CodeMappingString' japanGrowthNisa: $ref: '#/components/schemas/CodeMappingString' japanGrowthNisaEndDate: type: string description: '' nullable: true japanGrowthNisaStartDate: type: string description: '' nullable: true k1Issued: $ref: '#/components/schemas/CodeMappingString' kiwisaver: $ref: '#/components/schemas/CodeMappingString' largeCapStocks5Billion: $ref: '#/components/schemas/CodeMappingString' largeInvestorFund: $ref: '#/components/schemas/CodeMappingString' lendsSecurities: $ref: '#/components/schemas/CodeMappingString' leveragedNetLong: $ref: '#/components/schemas/CodeMappingString' leverageWithBankCredit: $ref: '#/components/schemas/CodeMappingString' leverageWithFutures: $ref: '#/components/schemas/CodeMappingString' leverageWithMarginBorrowing: $ref: '#/components/schemas/CodeMappingString' leverageWithOtherDerivatives: $ref: '#/components/schemas/CodeMappingString' lifeCycle: $ref: '#/components/schemas/CodeMappingString' limPtnrship: $ref: '#/components/schemas/CodeMappingString' liquidAlternativeFunds: $ref: '#/components/schemas/CodeMappingString' liquidityFeeApplicable: $ref: '#/components/schemas/CodeMappingString' litigationInLast5Years: $ref: '#/components/schemas/CodeMappingString' lof: $ref: '#/components/schemas/CodeMappingString' managedDistribution: $ref: '#/components/schemas/CodeMappingString' managedFutures: $ref: '#/components/schemas/CodeMappingString' managedPortfolio: $ref: '#/components/schemas/CodeMappingString' managementMandate: $ref: '#/components/schemas/CodeMappingString' managerOfManagers: $ref: '#/components/schemas/CodeMappingString' masterFund: $ref: '#/components/schemas/CodeMappingString' masterFundName: type: string description: '' nullable: true mgrOfMgrs: $ref: '#/components/schemas/CodeMappingString' microCapStocks250Million: $ref: '#/components/schemas/CodeMappingString' midCapStocks15Billion: $ref: '#/components/schemas/CodeMappingString' minorityOwnedAndororWomen: $ref: '#/components/schemas/CodeMappingString' monthlyPaymentKr: $ref: '#/components/schemas/CodeMappingString' mortgageorassetBacked: $ref: '#/components/schemas/CodeMappingString' multipleShareClasses: $ref: '#/components/schemas/CodeMappingString' mutualFundRecognition: $ref: '#/components/schemas/CodeMappingString' myScSri: $ref: '#/components/schemas/CodeMappingString' nasdLicensed: $ref: '#/components/schemas/CodeMappingString' nationalAssociationOfSecuritiesDealersNasd: $ref: '#/components/schemas/CodeMappingString' nationalFuturesAssociationNfa: $ref: '#/components/schemas/CodeMappingString' nisa: $ref: '#/components/schemas/CodeMappingString' nmpiExcludedSecurity: $ref: '#/components/schemas/CodeMappingString' nonDiversified: $ref: '#/components/schemas/CodeMappingString' offshoreVehicle: $ref: '#/components/schemas/CodeMappingString' onOrOffPlatform: $ref: '#/components/schemas/CodeMappingString' ontarioSecuritiesCommissionOsc: $ref: '#/components/schemas/CodeMappingString' onTaxExemptList: $ref: '#/components/schemas/CodeMappingString' openArchitecture: $ref: '#/components/schemas/CodeMappingString' openEndUnitTrust: $ref: '#/components/schemas/CodeMappingString' openForInvestment: $ref: '#/components/schemas/CodeMappingString' optionsOnFutures: $ref: '#/components/schemas/CodeMappingString' optionTraded: $ref: '#/components/schemas/CodeMappingString' otherContracts: $ref: '#/components/schemas/CodeMappingString' otherSwingTradingNotes: $ref: '#/components/schemas/CodeMappingString' ownerAccredited: $ref: '#/components/schemas/CodeMappingString' pea: $ref: '#/components/schemas/CodeMappingString' peaPme: $ref: '#/components/schemas/CodeMappingString' pendingLitigation: $ref: '#/components/schemas/CodeMappingString' pendingSecInvestigation: $ref: '#/components/schemas/CodeMappingString' performanceFeeApplicable: $ref: '#/components/schemas/CodeMappingString' performanceIncludesSimulated: $ref: '#/components/schemas/CodeMappingString' pie: $ref: '#/components/schemas/CodeMappingString' pir: $ref: '#/components/schemas/CodeMappingString' ppm: $ref: '#/components/schemas/CodeMappingString' previousDisciplinaryDetail: $ref: '#/components/schemas/CodeMappingString' previousJudgmentsAgainstFirm: $ref: '#/components/schemas/CodeMappingString' primaryFund: $ref: '#/components/schemas/CodeMappingString' priorFirmPerformanceIncluded: $ref: '#/components/schemas/CodeMappingString' privBusDevCo: $ref: '#/components/schemas/CodeMappingString' provideOffshoreVehicle: $ref: '#/components/schemas/CodeMappingString' public: $ref: '#/components/schemas/CodeMappingString' qual501Endowment: $ref: '#/components/schemas/CodeMappingString' qual501Foundation: $ref: '#/components/schemas/CodeMappingString' qual501HealthcareOrg: $ref: '#/components/schemas/CodeMappingString' qual501RelOrg: $ref: '#/components/schemas/CodeMappingString' qualifiedInvestor: $ref: '#/components/schemas/CodeMappingString' qualPublicEmplyeeBenPlan: $ref: '#/components/schemas/CodeMappingString' qualTrust: $ref: '#/components/schemas/CodeMappingString' realEstateTracking: $ref: '#/components/schemas/CodeMappingString' redemptionComputingMethod: $ref: '#/components/schemas/CodeMappingString' redemptionGateApplicable: $ref: '#/components/schemas/CodeMappingString' redemptionSecuritiesInKind: $ref: '#/components/schemas/CodeMappingString' registeredInvestmentAdviserFed: $ref: '#/components/schemas/CodeMappingString' registeredInvestmentAdviserState: $ref: '#/components/schemas/CodeMappingString' registeredUnder1940Act: $ref: '#/components/schemas/CodeMappingString' regularSavings: $ref: '#/components/schemas/CodeMappingString' remark: $ref: '#/components/schemas/CodeMappingString' representativeShareClass: $ref: '#/components/schemas/CodeMappingString' reservedFund: $ref: '#/components/schemas/CodeMappingString' resolution4963: $ref: '#/components/schemas/CodeMappingString' resolution4993: $ref: '#/components/schemas/CodeMappingString' resolution4994: $ref: '#/components/schemas/CodeMappingString' resp: $ref: '#/components/schemas/CodeMappingString' restrictedFund: $ref: '#/components/schemas/CodeMappingString' ria: $ref: '#/components/schemas/CodeMappingString' rqfii: $ref: '#/components/schemas/CodeMappingString' rrsp: $ref: '#/components/schemas/CodeMappingString' sbsApproved: $ref: '#/components/schemas/CodeMappingString' secExempt: $ref: '#/components/schemas/CodeMappingString' secRegistered: $ref: '#/components/schemas/CodeMappingString' securitiesBrokerOrDealer: $ref: '#/components/schemas/CodeMappingString' sgMasEsg: $ref: '#/components/schemas/CodeMappingString' shariaCompliant: $ref: '#/components/schemas/CodeMappingString' shortingAllowed: $ref: '#/components/schemas/CodeMappingString' singaporeRestricted: $ref: '#/components/schemas/CodeMappingString' singleInvestorSharesExceed20Percentage: $ref: '#/components/schemas/CodeMappingString' sma: $ref: '#/components/schemas/CodeMappingString' smallBusInvCo: $ref: '#/components/schemas/CodeMappingString' smallCapStocks250Million1Billion: $ref: '#/components/schemas/CodeMappingString' smidCapFund: $ref: '#/components/schemas/CodeMappingString' stockIndexContracts: $ref: '#/components/schemas/CodeMappingString' subadvised: $ref: '#/components/schemas/CodeMappingString' superannuation: $ref: '#/components/schemas/CodeMappingString' superannuationSurveyParticipant: $ref: '#/components/schemas/CodeMappingString' swapBasedEtf: $ref: '#/components/schemas/CodeMappingString' swingTrading: $ref: '#/components/schemas/CodeMappingString' swissTaxTransparency: $ref: '#/components/schemas/CodeMappingString' targetMaturityBond: $ref: '#/components/schemas/CodeMappingString' targetRisk: $ref: '#/components/schemas/CodeMappingString' taxBenefitsApv42bis: $ref: '#/components/schemas/CodeMappingString' taxBenefitsApvc42bis: $ref: '#/components/schemas/CodeMappingString' taxBenefitsArt107: $ref: '#/components/schemas/CodeMappingString' taxBenefitsArt108: $ref: '#/components/schemas/CodeMappingString' taxBenefitsBis57: $ref: '#/components/schemas/CodeMappingString' taxManaged: $ref: '#/components/schemas/CodeMappingString' termTrustFund: $ref: '#/components/schemas/CodeMappingString' trackRecordExtension: $ref: '#/components/schemas/CodeMappingString' trueNoLoad: $ref: '#/components/schemas/CodeMappingString' twFscEsg: $ref: '#/components/schemas/CodeMappingString' ucits: $ref: '#/components/schemas/CodeMappingString' ukInvestmentTrustS842: $ref: '#/components/schemas/CodeMappingString' ukReportingStatus: $ref: '#/components/schemas/CodeMappingString' ukReportingStatusDate: type: string description: '' nullable: true usesEtfsOnly: $ref: '#/components/schemas/CodeMappingString' usesInverseEtfs: $ref: '#/components/schemas/CodeMappingString' usesLeverage: $ref: '#/components/schemas/CodeMappingString' usesLeveragedEtfs: $ref: '#/components/schemas/CodeMappingString' usesOptions: $ref: '#/components/schemas/CodeMappingString' usesVolatilityStrategies: $ref: '#/components/schemas/CodeMappingString' usGovernment: $ref: '#/components/schemas/CodeMappingString' vatOnFees: $ref: '#/components/schemas/CodeMappingString' vwl: $ref: '#/components/schemas/CodeMappingString' wholesale: $ref: '#/components/schemas/CodeMappingString' wholesaleMalaysia: $ref: '#/components/schemas/CodeMappingString' windupProvisions: $ref: '#/components/schemas/CodeMappingString' faithBasedTagEffectiveDate: type: string description: '' nullable: true faithBasedStrategy: type: string description: '' nullable: true isTokenizedInvestment: $ref: '#/components/schemas/CodeMappingInt' is1012g: $ref: '#/components/schemas/CodeMappingInt' detailHoldingTypeId: type: string description: '' nullable: true detailHoldingTypeName: type: string description: '' nullable: true hongKongEsgInvestmentStrategy: $ref: '#/components/schemas/CodeMappingString' hongKongEsgInvestmentTheme: $ref: '#/components/schemas/CodeMappingString' isBusinessDevelopmentCompany: $ref: '#/components/schemas/CodeMappingInt' isEltif: $ref: '#/components/schemas/CodeMappingBoolean' isFundWithOeAndEtfShareClass: $ref: '#/components/schemas/CodeMappingBoolean' isLtaf: $ref: '#/components/schemas/CodeMappingBoolean' isReit: $ref: '#/components/schemas/CodeMappingInt' reitStructure: type: string description: '' nullable: true subscriptionFrequencyReit: $ref: '#/components/schemas/CodeMappingLong' taiwanEsgInvestmentStrategy: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputFundAttributes description: All fields are nullable. Empty or `null` value fields are not returned. OutputMarketCapitalBreakpoint: type: object properties: effectiveDate: type: string description: The calendar date when the market capital breakpoints datapoints are calculated nullable: true marketCapitalLevel: type: string description: Indicates the cumulative market capitalization value for stock style (size) breakpoints nullable: true marketCapitalSizeLevel: type: string description: 'Indicates the stock style (size) based on market capital breakpoints for each region: Giant-cap (G); Large-cap (L); Mid-cap (M); and Small-cap (S)' nullable: true additionalProperties: false title: OutputMarketCapitalBreakpoint ResponseEsgCompanyLevel2DataCountryRiskRating: type: object properties: esgCompanyLevel2DataCountryRiskRating: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataCountryRiskRating' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseProspectusFees: type: object properties: prospectusFees: $ref: '#/components/schemas/OutputProspectusFees' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseUkSdrCorePackage: type: object properties: ukSdrCorePackage: $ref: '#/components/schemas/OutputUkSdrCorePackage' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAggregationMarketCapital: type: object properties: asOfDate: type: string description: The calendar date of the industry aggregated value nullable: true companyLevelMarketCapitalNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true companyLevelMarketCapitalValue: type: number description: 'The aggregated value of Company Level Market Capital; is derived using all eligible companies who are constituents in the specified Morningstar Index. Company Level Market Capital: The most current company-level market capital derived by the summation of share-level market capital of the company''s primary share classes; Company-level market capital has the same currency as the trading currency of the share class.' format: double nullable: true currencyCode: type: string description: The standard set ISO 4217 that defines codes for currencies; as well as funds and minor currency units. nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true countryCode: type: string description: '' nullable: true additionalProperties: false title: OutputAggregationMarketCapital OutputInvestmentAccessPointActivityCharges: type: object properties: effectiveDate: type: string description: '' nullable: true contributionFee: type: number description: '' format: double nullable: true establishmentFee: type: number description: '' format: double nullable: true exitFee: type: number description: '' format: double nullable: true platformId: type: string description: '' nullable: true switchingFee: type: number description: '' format: double nullable: true withdrawalFee: type: number description: '' format: double nullable: true additionalProperties: false title: OutputInvestmentAccessPointActivityCharges description: All fields are nullable. Empty or `null` value fields are not returned. OutputAggregationMargins: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true ebitdaMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true ebitdaMarginValue: type: number description: 'The aggregated value of EBITDA Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBITDA Margin: This ratio represents the value of a company''s EBITDA relative to its total revenue. This can be used to measure a company''s profitability. This is calculated using EBITDA divided by Total Revenue.' format: double nullable: true ebitMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true ebitMarginValue: type: number description: 'The aggregated value of EBIT Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. EBIT Margin: This ratio represents the value of a company''s EBIT relative to its total revenue. This can be used to measure a company''s profitability. This is calculated using Earnings Before Interest and Tax divided by Total Revenue.' format: double nullable: true ebtMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true ebtMarginValue: type: number description: 'The aggregated value of Earnings Before Tax Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Earnings Before Tax Margin: This ratio represents the value of a company''s pretax income relative to its total revenue. This can be used to measure a company''s profitability. This is calculated using Pretax Income divided by Total Revenue.' format: double nullable: true grossMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true grossMarginValue: type: number description: 'The aggregated value of Gross Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Gross Margin: This ratio represents the value a company''s gross profit relative to its total revenue. This can be used to measure a company''s profitability. This is caldulated using Gross Profit divided by Total Revenue.' format: double nullable: true netProfitMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true netProfitMarginValue: type: number description: 'The aggregated value of Net Profit Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Net Profit Margin: This calculation represents the value of a company''s net income relative to its total revenue. This can be used to measure a company''s profitability. This is calculated using Net Income from Continuing Operations divided by Total Revenue.' format: double nullable: true normalizedEbitdaMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEbitdaMarginValue: type: number description: 'The aggregated value of Normalized EBITDA Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBITDA Margin: This ratio represents the value of a company''s normalized EBITDA relative to its total revenue. This can be used to fairly measue a company''s profitability. This is calculated using Normalized EBITDA divided by Total Revenue.' format: double nullable: true normalizedEbitdarMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEbitdarMarginValue: type: number description: 'The aggregated value of Normalized EBITDAR Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBITDAR Margin: This ratio represents the value of a company''s normalized EBITDAR relative to its total revenue. This can be used to fairly measue a company''s profitability. This is calculated using Normalized EBITDAR divided by Total Revenue.' format: double nullable: true normalizedEbitMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedEbitMarginValue: type: number description: 'The aggregated value of Normalized EBIT Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized EBIT Margin: This ratio represents the value of a company''s normalized EBIT relative to its total revenue. This can be used to fairly measue a company''s profitability. This is calculated using Normalized EBIT divided by Total Revenue.' format: double nullable: true normalizedNetProfitMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true normalizedNetProfitMarginValue: type: number description: 'The aggregated value of Normalized Net Profit Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Normalized Net Profit Margin: This ratio represents the value of a company''s normalized income relative to its total revenue. This can be used to fairly measure a company''s profitability. This is calculated using Normalized Income divided by Total Revenue.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true operatingMarginNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true operatingMarginValue: type: number description: 'The aggregated value of Operating Margin; is derived using all eligible companies who are constituents in the specified Morningstar Index. Operating Margin: This ratio represents the value of a company''s operating profit/loss relative to its total revenue. This can be used to measure the profitability of a company''s core operations. This is calculated using Total Operating Profit/Loss divided by Total Revenue.' format: double nullable: true additionalProperties: false title: OutputAggregationMargins OutputCashFlowCalculations: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true capitalExpenditureCalculated: type: number description: This data point represents the calculated variant of Capital Expenditure; which includes all cash outflows made by a company to acquire or maintain fixed assets and intangibles. This is calculated by summing up outflows for Property; Plant & Equipment; Intangibles; Exploration and Mine development costs and Reported Capital Expenditures. format: double nullable: true freeCashFlowToEquityHoldersIncludingChangesInWorkingCapital: type: number description: This calculation represents the cash available to equity shareholders after accounting for operating activities, changes in net working capital, and capital expenditures. This can be used to measure a company's capacity to return value to shareholders through dividends or share buybacks. This is calculated using Cash Flow from Operating Activities (Calc) + Changes in Net Working Capital - Capital Expenditure (Calc). format: double nullable: true freeCashFlowToFirmIncludingChangesInWorkingCapital: type: number description: This calculation represents the cash available to all capital providers after accounting for operating profit, taxes, capital expenditures, and changes in net working capital. This can be used to assess a company's unlevered cash flow for valuation purposes. This is calculated using Cash Flow from Operating Activities (Calc) + Changes in Net Working Capital - Capital Expenditure (Calc) + (Interest Expenses (Calc) * (1 - Tax Rate (Calc))). format: double nullable: true cashFlowFromOperationsCalculated: type: number description: This data point represents the latest Cash Flow from Operating Activities (TTM) before changes in Working Capital. This is calculated using Net Cash Flow from Operating Activities - Changes in Net Working Capital. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' freeCashFlowToCashFlowFromOperatingActivities: type: number description: This ratio represents the value a company's free cash flow relative to its cash flow from operating activities. This can be used to measure a companies' financial strength; by determining what percentage of cash flow from operating activities consists of free cash flow. This can be calculated using Free Cash Flow divided by Cash Flow from Operating Activities. format: double nullable: true freeCashFlowToEquityHolders: type: number description: This calculation represents a company's operating cash flow net of changes in net working capital and capital expenditures. This can be used to measure the cash a company has left over after paying interest expenses on debt and investing in the growth of its business. This is calculated using Cash Flow from Operating Activities - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true freeCashFlowToFirm: type: number description: This calculation represents a company's operating cash flow before paying out interest expenses and net of changes in net working capital and capital expenditures. This can be used to measure the cash a company has left over for all stakeholders after investing in the growth of its business. This is calculated using Cash Flow from Operating Activities + Tax effected Interest Expenses - Changes in Net Working Capital - Capital Expenditures. format: double nullable: true fundsFromOperations: type: number description: This calculation represents the cash flow generated by real estate investment trusts (REITs). This can be used to measure the performance of REITs companies. This is calculated using Net Income + Depreciation and Amortization - Capital Gains from Property Sales. format: double nullable: true issuanceOfCapitalStock: type: number description: This calculation represents the amount of cash that has been raised by the company through the issuing of common and preferred stock over the period. This is calculated by summing Total Common Stock Issued and Total Preferred Stock Issued. format: double nullable: true issuanceOfCommonStockCalculated: type: number description: This data point represents the amount of cash that has been raised by the company through the issuing of common stock over the period. This is calculated by summing up all the proceeds from the Issuance of Common Stock. format: double nullable: true issuanceOfDebt: type: number description: This data point represents the amount of capital that has been raised by the company through the issuing of debt over the period. This is calculated by summing all Issuances of debt and lease financing. format: double nullable: true issuanceOfLeaseFinancingCalculated: type: number description: This data point represents the amount of capital that has been raised by the company through the method of lease financing; over the period. This is calculated by summing all proceeds from lease financing. format: double nullable: true issuanceOfLongTermDebtCalculated: type: number description: This data point represents the amount of capital that has been raised by the company through the issuing of long term debt; over the period. This is calculated by summing all Issuances of long term debt. format: double nullable: true issuanceOfPreferredStockCalculated: type: number description: This data point represents the amount of cash that has been raised by the company through the issuing of preferred stock over the period. This is calculated by summing up all the proceeds from the Issuance of Preferred Stock. format: double nullable: true issuanceOfShortTermDebtCalculated: type: number description: This data point represents the amount of capital that has been raised by the company through the issuing of short term debt; over the period. This is calculated by summing all Issuances of short term debt. format: double nullable: true repaymentOfDebt: type: number description: This calculation represents the amount of money the company is paying back to their lenders. This can be used to evaluate the company's financial leverage. This is calculated by summing the Repayment of Short Term Debt + Repayment of Long Term Debt + Repayment of Lease Financing. format: double nullable: true repaymentOfLeaseFinancingCalculated: type: number description: This data point represents the calculated variant of Repayment of Lease Financing which includes all payments made by a company towards the leases appearing on their balance sheet. This is computed by returning any repayments for lease financing reported by the company or any repayments net of lease issuances; where repayments alone are not reported. format: double nullable: true repaymentOfLongTermDebtCalculated: type: number description: This data point represents the calculated variant of Repayment of Long term Debt which includes all payments made by a company towards the Long term Debt appearing on their balance sheet. This is computed by returning any repayments for Long term Debt reported by the company or any repayments net of Long term Debt issuances; where repayments alone are not reported. format: double nullable: true repaymentOfShortTermDebtCalculated: type: number description: This data point represents the calculated variant of Repayment of Short term Debt which includes all payments made by a company towards the Short term Debt appearing on their balance sheet. This is computed by returning any repayments for Short term Debt reported by the company or any repayments net of Short term Debt issuances; where repayments alone are not reported. format: double nullable: true repurchaseOfCapitalStock: type: number description: This calculation represents the value of both common stock and preferred stock that the company has bought back. This can be used as a tool for changing a company's capital structure. This can also be seen as a sign that the company believes its stock is undervalued. This is calculated by summing Repurchase of Common Stock + Repurchase of Preferred Stock. format: double nullable: true repurchaseOfCommonStockCalculated: type: number description: This data point represents the calculated variant of Repurchase of Common Stock which includes all payments made by a company for the purpose of repurchasing common stock. This is computed by returning any payments for Common Stock reported by the company or any payments net of issuances of common stock; where repayments alone are not reported. format: double nullable: true repurchaseOfPreferredStockCalculated: type: number description: This data point represents the calculated variant of Repurchase of Preferred Stock which includes all payments made by a company for the purpose of repurchasing preferred stock. This is computed by returning any payments for Preferred Stock reported by the company or any payments net of issuances of preferred stock; where repayments alone are not reported. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputCashFlowCalculations OutputOwnershipDataFundCompany: type: object properties: asOfDate: type: string description: '' nullable: true numberOfShares: type: number description: '' format: double nullable: true ownerId: type: string description: '' nullable: true ownerName: type: string description: '' nullable: true ownerType: type: string description: '' nullable: true percentageOwnership: type: number description: '' format: double nullable: true percentageInPortfolio: type: number description: '' format: double nullable: true marketValue: type: integer description: '' format: int32 nullable: true shareChange: type: integer description: '' format: int32 nullable: true additionalProperties: false title: OutputOwnershipDataFundCompany ResponsePortfolioStatisticsDerivedFromIndexConstituents: type: object properties: portfolioStatisticsDerivedFromIndexConstituents: $ref: '#/components/schemas/OutputPortfolioStatisticsDerivedFromIndexConstituents' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseEsgCompanyLevel2DataProductInvolvement: type: object properties: esgCompanyLevel2DataProductInvolvement: $ref: '#/components/schemas/OutputEsgCompanyLevel2DataProductInvolvement' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputTranscriptLink: type: object properties: href: type: string nullable: true rel: type: string nullable: true method: type: string nullable: true additionalProperties: false title: OutputTranscriptLink ResponseEquityPortfolioStatistics: type: object properties: equityPortfolioStatistics: $ref: '#/components/schemas/OutputEquityPortfolioStatistics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputFixedIncomePortfolioStatisticsSurveyedAnalytics: type: object properties: totalPortfolioYield: type: number description: '' format: double nullable: true currentYield: type: number description: '' format: double nullable: true maturity17DayPercLongRescaled: type: number description: '' format: double nullable: true maturity830DayPercLongRescaled: type: number description: '' format: double nullable: true maturity3190DayPercLongRescaled: type: number description: '' format: double nullable: true maturity91182DayPercLongRescaled: type: number description: '' format: double nullable: true maturity183364DayPercLongRescaled: type: number description: '' format: double nullable: true surveyedPortfolioStatisticsDate: type: string description: '' nullable: true surveyedYieldToWorst: type: number description: '' format: double nullable: true surveyedCurrentYield: type: number description: '' format: double nullable: true surveyedMaturity13YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity35YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity57YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity710YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity1015YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity1520YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity2030YrPercLong: type: number description: '' format: double nullable: true surveyedMaturity30YrPercLong: type: number description: '' format: double nullable: true surveyedCreditQualAaaPerc: type: number description: '' format: double nullable: true surveyedCreditQualAaPerc: type: number description: '' format: double nullable: true surveyedCreditQualAPerc: type: number description: '' format: double nullable: true surveyedCreditQualBbbPerc: type: number description: '' format: double nullable: true surveyedCreditQualBbPerc: type: number description: '' format: double nullable: true surveyedCreditQualBPerc: type: number description: '' format: double nullable: true surveyedCreditQualBelowBPerc: type: number description: '' format: double nullable: true surveyedCreditQualNotRatedPerc: type: number description: '' format: double nullable: true surveyedEffectiveDuration: type: number description: '' format: double nullable: true surveyedEffectiveMaturity: type: number description: '' format: double nullable: true surveyedModifiedDuration: type: number description: '' format: double nullable: true surveyedAmtExposure: type: number description: '' format: double nullable: true surveyedPreRefundedRatio: type: number description: '' format: double nullable: true surveyedYieldToMaturity: type: number description: '' format: double nullable: true chileSurveyedCreditQualAaaPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualAaPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualAPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualBbbPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualBbPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualBPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualCPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualDPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualEPerc: type: number description: '' format: double nullable: true chileSurveyedCreditQualN1Perc: type: number description: '' format: double nullable: true chileSurveyedCreditQualN2Perc: type: number description: '' format: double nullable: true chileSurveyedCreditQualN3Perc: type: number description: '' format: double nullable: true chileSurveyedCreditQualN4Perc: type: number description: '' format: double nullable: true chileSurveyedCreditQualN5Perc: type: number description: '' format: double nullable: true chileSurveyedCreditQualNotRatedPerc: type: number description: '' format: double nullable: true creditQualitySurveyAPerc: type: number description: '' format: double nullable: true creditQualitySurveyAaPerc: type: number description: '' format: double nullable: true creditQualitySurveyAaaPerc: type: number description: '' format: double nullable: true averageCreditQuality: type: string description: '' nullable: true creditQualitySurveyBPerc: type: number description: '' format: double nullable: true creditQualitySurveyBbPerc: type: number description: '' format: double nullable: true creditQualitySurveyBbbPerc: type: number description: '' format: double nullable: true creditQualitySurveyBelowBPerc: type: number description: '' format: double nullable: true coupon12PercLongRescaled: type: number description: '' format: double nullable: true coupon0PercLongRescaled: type: number description: '' format: double nullable: true coupon1011PercLongRescaled: type: number description: '' format: double nullable: true coupon1112PercLongRescaled: type: number description: '' format: double nullable: true coupon1215PercLongRescaled: type: number description: '' format: double nullable: true coupon23PercLongRescaled: type: number description: '' format: double nullable: true coupon34PercLongRescaled: type: number description: '' format: double nullable: true coupon45PercLongRescaled: type: number description: '' format: double nullable: true coupon56PercLongRescaled: type: number description: '' format: double nullable: true coupon67PercLongRescaled: type: number description: '' format: double nullable: true coupon78PercLongRescaled: type: number description: '' format: double nullable: true coupon89PercLongRescaled: type: number description: '' format: double nullable: true coupon910PercLongRescaled: type: number description: '' format: double nullable: true coupon15PercLongRescaled: type: number description: '' format: double nullable: true fixedIncomeSurveyDate: type: string description: '' nullable: true averageEffDurationSurvey: type: number description: '' format: double nullable: true maturityRescalingFactorLong: type: number description: '' format: double nullable: true couponRescalingFactorLong: type: number description: '' format: double nullable: true maturity13YrPercLongRescaled: type: number description: '' format: double nullable: true maturity2030YrPercLongRescaled: type: number description: '' format: double nullable: true maturity35YrPercLongRescaled: type: number description: '' format: double nullable: true maturity57YrPercLongRescaled: type: number description: '' format: double nullable: true maturity710YrPercLongRescaled: type: number description: '' format: double nullable: true maturity1015YrPercLongRescaled: type: number description: '' format: double nullable: true maturity1520YrPercLongRescaled: type: number description: '' format: double nullable: true maturity30YrPercLongRescaled: type: number description: '' format: double nullable: true averageEffMaturitySurvey: type: number description: '' format: double nullable: true creditQualitySurveyNotRatedPerc: type: number description: '' format: double nullable: true unclassifiedAus: type: number description: '' format: double nullable: true averageModDurationSurvey: type: number description: '' format: double nullable: true averageYtmSurvey: type: number description: '' format: double nullable: true coupon01PercLongRescaled: type: number description: '' format: double nullable: true averageSurveyedCreditRating: type: string description: '' nullable: true averageSurveyedCreditRatingCvrgRatioPerc: type: number description: '' format: double nullable: true creditingRate: type: number description: '' format: double nullable: true newBusinessCreditingRate: type: number description: '' format: double nullable: true weightedYieldToMaturity: type: number description: '' format: double nullable: true averageCoupon: type: string description: '' nullable: true weightedAverageLife: type: number description: '' format: double nullable: true yieldToMaturityRescalingFactorLong: type: number description: '' format: double nullable: true maturity13YrPercNet: type: number description: '' format: double nullable: true maturity2030YrPercNet: type: number description: '' format: double nullable: true maturity35YrPercNet: type: number description: '' format: double nullable: true maturity57YrPercNet: type: number description: '' format: double nullable: true maturity710YrPercNet: type: number description: '' format: double nullable: true maturity1015YrPercNet: type: number description: '' format: double nullable: true maturity1520YrPercNet: type: number description: '' format: double nullable: true maturity30YrPercNet: type: number description: '' format: double nullable: true coupon12PercNet: type: number description: '' format: double nullable: true coupon0PercNet: type: number description: '' format: double nullable: true coupon1011PercNet: type: number description: '' format: double nullable: true coupon1112PercNet: type: number description: '' format: double nullable: true coupon1215PercNet: type: number description: '' format: double nullable: true coupon23PercNet: type: number description: '' format: double nullable: true coupon34PercNet: type: number description: '' format: double nullable: true coupon45PercNet: type: number description: '' format: double nullable: true coupon56PercNet: type: number description: '' format: double nullable: true coupon67PercNet: type: number description: '' format: double nullable: true coupon78PercNet: type: number description: '' format: double nullable: true coupon89PercNet: type: number description: '' format: double nullable: true coupon910PercNet: type: number description: '' format: double nullable: true coupon15PercNet: type: number description: '' format: double nullable: true coupon01PercNet: type: number description: '' format: double nullable: true maturity17DayPercNet: type: number description: '' format: double nullable: true maturity830DayPercNet: type: number description: '' format: double nullable: true maturity3190DayPercNet: type: number description: '' format: double nullable: true maturity91182DayPercNet: type: number description: '' format: double nullable: true maturity183364DayPercNet: type: number description: '' format: double nullable: true percOfBondsCallableInCurrentYear: type: number description: '' format: double nullable: true percOfBondsCallableInCurrentYear1: type: number description: '' format: double nullable: true percOfBondsCallableInCurrentYear2: type: number description: '' format: double nullable: true percOfBondsCallableInCurrentYear3: type: number description: '' format: double nullable: true percOfBondsCallableInCurrentYear4: type: number description: '' format: double nullable: true percOfBondsCallableInTheNext5Years: type: number description: '' format: double nullable: true percOfBondsCallableAfter5Years: type: number description: '' format: double nullable: true percOfBondsCallableAfter10Years: type: number description: '' format: double nullable: true percOfBondsNonCallable: type: number description: '' format: double nullable: true leveragedAdjustedEffectiveDuration: type: number description: '' format: double nullable: true leveragedAdjustedModifiedDurationCalculation: type: number description: '' format: double nullable: true percOfBondsCallable510Years: type: number description: '' format: double nullable: true maturity13YrPercShort: type: number description: '' format: double nullable: true maturity2030YrPercShort: type: number description: '' format: double nullable: true maturity35YrPercShort: type: number description: '' format: double nullable: true maturity57YrPercShort: type: number description: '' format: double nullable: true maturity710YrPercShort: type: number description: '' format: double nullable: true maturity1015YrPercShort: type: number description: '' format: double nullable: true maturity1520YrPercShort: type: number description: '' format: double nullable: true maturity30YrPercShort: type: number description: '' format: double nullable: true coupon12PercShort: type: number description: '' format: double nullable: true coupon0PercShort: type: number description: '' format: double nullable: true coupon1011PercShort: type: number description: '' format: double nullable: true coupon1112PercShort: type: number description: '' format: double nullable: true coupon1215PercShort: type: number description: '' format: double nullable: true coupon23PercShort: type: number description: '' format: double nullable: true coupon34PercShort: type: number description: '' format: double nullable: true coupon45PercShort: type: number description: '' format: double nullable: true coupon56PercShort: type: number description: '' format: double nullable: true coupon67PercShort: type: number description: '' format: double nullable: true coupon78PercShort: type: number description: '' format: double nullable: true coupon89PercShort: type: number description: '' format: double nullable: true coupon910PercShort: type: number description: '' format: double nullable: true coupon15PercShort: type: number description: '' format: double nullable: true coupon01PercShort: type: number description: '' format: double nullable: true maturity17DayPercShort: type: number description: '' format: double nullable: true maturity830DayPercShort: type: number description: '' format: double nullable: true maturity3190DayPercShort: type: number description: '' format: double nullable: true maturity91182DayPercShort: type: number description: '' format: double nullable: true maturity183364DayPercShort: type: number description: '' format: double nullable: true maturity13YrPercLong: type: number description: '' format: double nullable: true maturity2030YrPercLong: type: number description: '' format: double nullable: true maturity35YrPercLong: type: number description: '' format: double nullable: true maturity57YrPercLong: type: number description: '' format: double nullable: true maturity710YrPercLong: type: number description: '' format: double nullable: true maturity1015YrPercLong: type: number description: '' format: double nullable: true maturity1520YrPercLong: type: number description: '' format: double nullable: true maturity30YrPercLong: type: number description: '' format: double nullable: true coupon12PercLong: type: number description: '' format: double nullable: true coupon0PercLong: type: number description: '' format: double nullable: true coupon1011PercLong: type: number description: '' format: double nullable: true coupon1112PercLong: type: number description: '' format: double nullable: true coupon1215PercLong: type: number description: '' format: double nullable: true coupon23PercLong: type: number description: '' format: double nullable: true coupon34PercLong: type: number description: '' format: double nullable: true coupon45PercLong: type: number description: '' format: double nullable: true coupon56PercLong: type: number description: '' format: double nullable: true coupon67PercLong: type: number description: '' format: double nullable: true coupon78PercLong: type: number description: '' format: double nullable: true coupon89PercLong: type: number description: '' format: double nullable: true coupon910PercLong: type: number description: '' format: double nullable: true coupon15PercLong: type: number description: '' format: double nullable: true coupon01PercLong: type: number description: '' format: double nullable: true maturity17DayPercLong: type: number description: '' format: double nullable: true maturity830DayPercLong: type: number description: '' format: double nullable: true maturity3190DayPercLong: type: number description: '' format: double nullable: true maturity91182DayPercLong: type: number description: '' format: double nullable: true maturity183364DayPercLong: type: number description: '' format: double nullable: true additionalProperties: false title: OutputFixedIncomePortfolioStatisticsSurveyedAnalytics description: All fields are nullable. Empty or `null` value fields are not returned. OutputAggregationEfficiencyRatios: type: object properties: periodEndDate: type: string description: The month-end date of the industry aggregated value nullable: true assetTurnoverRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true assetTurnoverRatioValue: type: number description: 'The aggregated value of Asset Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Asset Turnover Ratio: This ratio represents the value of a company''s total revenue relative to the value of its assets. This can be used to measure a company''s ability to use its assets efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Total Assets.' format: double nullable: true cashConversionCycleNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true cashConversionCycleValue: type: number description: 'The aggregated value of Cash Conversion Cycle; is derived using all eligible companies who are constituents in the specified Morningstar Index. Cash Conversion Cycle: This ratio represents the time it takes a company to convert its resources into cash. This ratio measures the amount of time that each dollar of the company is spent on the production and sale of goods before it is converted back into cash. This is calculated using Days in Sales + Days in Inventory - Days in Payment.' format: double nullable: true equityTurnoverRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true equityTurnoverRatioValue: type: number description: 'The aggregated value of Equity Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Equity Turnover Ratio: This ratio represents the value of a company''s total revenue relative to its average equity. This can be used to measure a company''s ability to use the equity efficiently to generate revenue. This is calculated using Total Revenue (TTM) divided by Average Equity.' format: double nullable: true expenseRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true expenseRatioValue: type: number description: 'The aggregated value of Expense Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Expense Ratio: This ratio represents the total expenses an insurer faces as a result of underwriting a policy as a percentage of premiums earned. This can be used to measure the profitability of an insurance company. This is calculated using (Deferred Policy Acquisition Amortization Expense + Fees and Commission Expense + Other Underwriting Expenses + Selling; General and Administrative) / Net Premiums Earned' format: double nullable: true fixedAssetTurnoverRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true fixedAssetTurnoverRatioValue: type: number description: 'The aggregated value of Fixed Asset Turnover Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Fixed Asset Turnover Ratio: This ratio represents the value of a company''s total revenue relative to its fixed assets. This can be used to measure a company''s ability to use its fixed asset efficiently to generate revenue. This is calculated using Total Revenue (TTM) / (Average Net Property; Plant and Equipment/Net Mineral Property Interests and Exploration Assets).' format: double nullable: true lossRatioNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true lossRatioValue: type: number description: 'The aggregated value of Loss Ratio; is derived using all eligible companies who are constituents in the specified Morningstar Index. Loss Ratio: This ratio represents the losses an insurer faces as a result of paying out insurance claims as a percentage of premiums earned. This can be used to measure the profitability of an insurance company. This is calculated using Benefits; Claims and Loss Adjustment Expense; Net (TTM) divided by Net Premiums Earned.' format: double nullable: true numberOfCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector format: int32 nullable: true salesPerFullTimeEmployeeNumberOfEligibleCompanies: type: integer description: The number of companies assigned to each level of the industry/industry group/sector classification within a particular country that has a qualifying value included in the calculation of the aggregated value; or if 'GBL'; the number of companies across the globe assigned to that industry/industry group/sector with a qualifying value included in the calculation of the aggregated value. format: int64 nullable: true salesPerFullTimeEmployeeValue: type: number description: 'The aggregated value of Sales Per Full Time Employee; is derived using all eligible companies who are constituents in the specified Morningstar Index. Sales Per Full Time Employee: This calculation represents the amount of revenue generated by each full time employee. This can be used to measure a company''s productivity. This is calculated using Total Revenue (TTM) divided by Number of Full Time Employees.' format: double nullable: true additionalProperties: false title: OutputAggregationEfficiencyRatios OutputSandpGicsClassificationBreakdown: type: object properties: gicsCommunicationServicesPercLong: type: number description: '' format: double nullable: true gicsCommunicationServicesPercLongRescaled: type: number description: '' format: double nullable: true gicsCommunicationServicesPercNet: type: number description: '' format: double nullable: true gicsCommunicationServicesPercShort: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercLong: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercNet: type: number description: '' format: double nullable: true gicsConsumerDiscretionaryPercShort: type: number description: '' format: double nullable: true gicsConsumerStaplesPercLong: type: number description: '' format: double nullable: true gicsConsumerStaplesPercLongRescaled: type: number description: '' format: double nullable: true gicsConsumerStaplesPercNet: type: number description: '' format: double nullable: true gicsConsumerStaplesPercShort: type: number description: '' format: double nullable: true gicsEnergyPercLong: type: number description: '' format: double nullable: true gicsEnergyPercLongRescaled: type: number description: '' format: double nullable: true gicsEnergyPercNet: type: number description: '' format: double nullable: true gicsEnergyPercShort: type: number description: '' format: double nullable: true gicsEquitySectorRescalingFactorLong: type: number description: '' format: double nullable: true gicsFinancialsExReitsPercLong: type: number description: '' format: double nullable: true gicsFinancialsExReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialsExReitsPercNet: type: number description: '' format: double nullable: true gicsFinancialsExReitsPercShort: type: number description: '' format: double nullable: true gicsFinancialsPercLong: type: number description: '' format: double nullable: true gicsFinancialsPercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialsPercNet: type: number description: '' format: double nullable: true gicsFinancialsPercShort: type: number description: '' format: double nullable: true gicsFinancialsReitsPercLong: type: number description: '' format: double nullable: true gicsFinancialsReitsPercLongRescaled: type: number description: '' format: double nullable: true gicsFinancialsReitsPercNet: type: number description: '' format: double nullable: true gicsFinancialsReitsPercShort: type: number description: '' format: double nullable: true gicsHealthcarePercLong: type: number description: '' format: double nullable: true gicsHealthcarePercLongRescaled: type: number description: '' format: double nullable: true gicsHealthcarePercNet: type: number description: '' format: double nullable: true gicsHealthcarePercShort: type: number description: '' format: double nullable: true gicsIndustrialsPercLong: type: number description: '' format: double nullable: true gicsIndustrialsPercLongRescaled: type: number description: '' format: double nullable: true gicsIndustrialsPercNet: type: number description: '' format: double nullable: true gicsIndustrialsPercShort: type: number description: '' format: double nullable: true gicsInformationTechnologyPercLong: type: number description: '' format: double nullable: true gicsInformationTechnologyPercLongRescaled: type: number description: '' format: double nullable: true gicsInformationTechnologyPercNet: type: number description: '' format: double nullable: true gicsInformationTechnologyPercShort: type: number description: '' format: double nullable: true gicsMaterialsPercLong: type: number description: '' format: double nullable: true gicsMaterialsPercLongRescaled: type: number description: '' format: double nullable: true gicsMaterialsPercNet: type: number description: '' format: double nullable: true gicsMaterialsPercShort: type: number description: '' format: double nullable: true gicsMaterialsPrecMetalsormineralsPercLong: type: number description: '' format: double nullable: true gicsMaterialsPrecMetalsormineralsPercLongRescaled: type: number description: '' format: double nullable: true gicsMaterialsPrecMetalsormineralsPercNet: type: number description: '' format: double nullable: true gicsMaterialsPrecMetalsormineralsPercShort: type: number description: '' format: double nullable: true gicsRealEstatePercLong: type: number description: '' format: double nullable: true gicsRealEstatePercLongRescaled: type: number description: '' format: double nullable: true gicsRealEstatePercNet: type: number description: '' format: double nullable: true gicsRealEstatePercShort: type: number description: '' format: double nullable: true gicsSector: $ref: '#/components/schemas/CodeMappingString' gicsUtilitiesPercLong: type: number description: '' format: double nullable: true gicsUtilitiesPercLongRescaled: type: number description: '' format: double nullable: true gicsUtilitiesPercNet: type: number description: '' format: double nullable: true gicsUtilitiesPercShort: type: number description: '' format: double nullable: true additionalProperties: false title: OutputSandpGicsClassificationBreakdown description: All fields are nullable. Empty or `null` value fields are not returned. CodeMappingString: type: object properties: value: type: string nullable: true code: type: string nullable: true additionalProperties: false title: CodeMappingString OutputEsgCompanyLevel2DataImpactMetricsSDGsAndThemes: type: object properties: basicNeedsPercOfRevenue: type: number description: '' format: double nullable: true climateActionPercOfRevenue: type: number description: '' format: double nullable: true healthyEcosystemsPercOfRevenue: type: number description: '' format: double nullable: true humanDevelopmentPercOfRevenue: type: number description: '' format: double nullable: true resourceSecurityPercOfRevenue: type: number description: '' format: double nullable: true sdg10PercOfRevenue: type: number description: '' format: double nullable: true sdg11PercOfRevenue: type: number description: '' format: double nullable: true sdg12PercOfRevenue: type: number description: '' format: double nullable: true sdg13PercOfRevenue: type: number description: '' format: double nullable: true sdg14PercOfRevenue: type: number description: '' format: double nullable: true sdg15PercOfRevenue: type: number description: '' format: double nullable: true sdg2PercOfRevenue: type: number description: '' format: double nullable: true sdg3PercOfRevenue: type: number description: '' format: double nullable: true sdg4PercOfRevenue: type: number description: '' format: double nullable: true sdg6PercOfRevenue: type: number description: '' format: double nullable: true sdg7PercOfRevenue: type: number description: '' format: double nullable: true sdg9PercOfRevenue: type: number description: '' format: double nullable: true waterWithdrawalIntensity: type: number description: '' format: double nullable: true additionalProperties: false title: OutputEsgCompanyLevel2DataImpactMetricsSDGsAndThemes description: All fields are nullable. Empty or `null` value fields are not returned. ResponseUkSdrEnhancedPackage: type: object properties: ukSdrEnhancedPackage: $ref: '#/components/schemas/OutputUkSdrEnhancedPackage' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputNCen: type: object properties: authorizedParticipantLeiInNCen: type: string description: '' nullable: true authorizedParticipantNameInNCen: type: string description: '' nullable: true authorizedParticipantPurchaseValue: type: string description: '' nullable: true authorizedParticipantRedemptionValue: type: string description: '' nullable: true averageCashValueOfAuthorizedParticipantPurchase: type: string description: '' nullable: true averageCashValueOfAuthorizedParticipantRedemption: type: number description: '' format: double nullable: true averageNetAssetsInNCen: type: number description: '' format: double nullable: true averagePercOfNonCashAssetsPurchased: type: string description: '' nullable: true averagePercOfNonCashAssetsRedeemed: type: number description: '' format: double nullable: true averageTransactionFeeForMultipleCreationUnitsPurchasedInADay: type: string description: '' nullable: true averageTransactionFeeForMultipleCreationUnitsPurchasedInADayPartlyComposedOfCash: type: string description: '' nullable: true averageTransactionFeePercOfCreationUnitValue: type: string description: '' nullable: true averageTransactionFeePercOfCreationUnitValuePartlyComposedOfCash: type: string description: '' nullable: true averageTransactionFeePerPurchasedCreationUnit: type: string description: '' nullable: true averageTransactionFeePerPurchasedCreationUnitPartlyComposedOfCash: type: string description: '' nullable: true brokerDealerCommission: type: string description: '' nullable: true brokerDealerLeiInNCen: type: string description: '' nullable: true brokerDealerNameInNCen: type: string description: '' nullable: true changeInPublicAccountent: $ref: '#/components/schemas/CodeMappingString' didFundLendSecurities: $ref: '#/components/schemas/CodeMappingString' directorFileNumber: type: string description: '' nullable: true directorOfRegistrantCrd: type: string description: '' nullable: true directorOfRegistrantName: type: string description: '' nullable: true fundLei: type: string description: '' nullable: true isAuthorizedParticipantCollateralRequired: $ref: '#/components/schemas/CodeMappingString' isFundAuthorizedForSecuritiesLending: $ref: '#/components/schemas/CodeMappingString' isLendingAgentAffiliated: type: string description: '' nullable: true isTheDirectorAnInterestedPerson: type: string description: '' nullable: true isThereAChangeInAccountingPrinciples: $ref: '#/components/schemas/CodeMappingString' isThereAChangeInValuationMethod: $ref: '#/components/schemas/CodeMappingString' isThereReportedMaterialWeakness: $ref: '#/components/schemas/CodeMappingString' monthlyAverageValueOfPortfolioOnLoan: type: string description: '' nullable: true netIncomeFromSecuritiesLending: type: string description: '' nullable: true ofSharesForCreationUnit: type: number description: '' format: double nullable: true percentageOfPortfolioOnLoan: type: string description: '' nullable: true previousLegalProceedings: $ref: '#/components/schemas/CodeMappingString' purchasedCreationUnitCashValuePerMultipleUnits: type: number description: '' format: double nullable: true purchasedCreationUnitCashValuePerUnit: type: string description: '' nullable: true purchasedCreationUnitDollarValuePerMultipleUnits: type: number description: '' format: double nullable: true purchasedCreationUnitDollarValuePerUnit: type: string description: '' nullable: true purchasedCreationUnitPercCashPerUnit: type: number description: '' format: double nullable: true purchasedCreationUnitPercDollarsPerUnit: type: number description: '' format: double nullable: true registrantCik: type: string description: '' nullable: true registrantClassification: type: string description: '' nullable: true registrantLei: type: string description: '' nullable: true securitiesLendingAgent: type: string description: '' nullable: true securitiesLendingAgentLei: type: string description: '' nullable: true securitiesLendingReturn: type: string description: '' nullable: true stdDevOfCashForCreationUnitsPurchasedByAuthorizedParticipant: type: string description: '' nullable: true stdDevOfCashForCreationUnitsRedeemedByAuthorizedParticipant: type: string description: '' nullable: true stdDevPercOfNonCashAssetsPurchased: type: string description: '' nullable: true stdDevPercOfNonCashAssetsRedeemed: type: string description: '' nullable: true additionalProperties: false title: OutputNCen description: All fields are nullable. Empty or `null` value fields are not returned. ResponseDistributionsHistorical: type: object properties: distributionsHistorical: $ref: '#/components/schemas/OutputDistributionsHistorical' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseFundAttributes: type: object properties: fundAttributes: $ref: '#/components/schemas/OutputFundAttributes' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputIncomeStatement: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true abnormalPensionsSupplementalValue: type: number description: Exceptional cost pertaining to pensions (such as curtailment gain or loss) that cannot be classified in the main Income Statement tree. format: double nullable: true incomeStatementFileDate: type: string description: '' nullable: true abnormalPensionsValue: type: number description: Exceptional costs pertaining to pensions; such as curtailment gain or loss. Recognized in the non-operating section of the Income Statement. format: double nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true accountingFeesValue: type: number description: Fees paid for accounting services. format: double nullable: true accretionOfAssetRetirementObligationValue: type: number description: 'Amortization of provision or expenses related to asset retirement obligations recognized during the period. Includes: decommissioning-related line items' format: double nullable: true administrationFeesValue: type: number description: Fees paid to third-party administrators for administration of the fund. format: double nullable: true advisorManagementFeeWaiverValue: type: number description: Management fees that the advisor or fund manager waives in exchange for a profit interest. format: double nullable: true advisoryManagementFeesValue: type: number description: Fees paid by the company to its investment advisors for investment and portfolio management services. For REITs and AMCs only. format: double nullable: true amortizationAndAccretionOfSecuritiesValue: type: number description: Allocation of security costs to the accounting period. Like Accretion of convertible notes; Accretion of any other securities. format: double nullable: true amortizationSupplementalValue: type: number description: 'Allocation of the costs for intangible assets that cannot be broken out in the main Income Statement tree. Includes: amortization of goodwill; amortization of other intangibles' format: double nullable: true amortizationValue: type: number description: 'Reduction of intangible assets allocated to the accounting period covered by the Income Statement. Includes: amortization of goodwill; amortization of other intangibles. Excludes: amortization of non-intangible items' format: double nullable: true assetDisposalsSupplementalValue: type: number description: Net gain or loss due to disposal or sale of fixed assets that cannot be broken out in the main Income Statement tree. format: double nullable: true assetDisposalsValue: type: number description: Net gain or loss due to disposal or sale of assets recognized in the non-operating section of the Income Statement format: double nullable: true assetManagementFeesValue: type: number description: 'Revenue from fees charged to manage client assets. Includes: wealth management fees' format: double nullable: true associateExceptionalItemsSupplementalValue: type: number description: Associate-related unusual expense or income that is unlikely to occur again in the normal course of business (such as associate disposals or impairments) that cannot be classified in the main Income Statement tree. format: double nullable: true associateExceptionalItemsValue: type: number description: Associate-related unusual expenses or income that is unlikely to occur again in the normal course of business. For example; associate disposals or impairments. Recognized in the non-operating section of the Income Statement. format: double nullable: true associateTaxValue: type: number description: Income taxes payable or paid by the associate companies of the group. format: double nullable: true auditFeeForNonAuditPaidByConsolidatedEntityToAuditorsOtherThanTheMainAuditorSupplementalValue: type: number description: Represents auditors expenses for other services; such as taxation advice; merger and acquisition services; assurance services; etc.; paid by Group to other than statutory Auditor like related firms or affiliated firms; reported in the notes to consolidated statements. format: double nullable: true auditFeeForNonAuditPaidByConsolidatedEntityToMainAuditorIncludingRelatedFirmsSupplementalValue: type: number description: Represents auditors expenses for other services; such as taxation advice; merger and acquisition services; assurance services; etc.; paid by Group to statutory Auditor; reported in the notes to consolidated statements. format: double nullable: true auditFeeForNonAuditPaidByPaidByParentCompanyToMainAuditorIncludingRelatedFirmsSupplementalValue: type: number description: Represents auditors expenses for other services; such as taxation advice; merger and acquisition services; assurance services; etc.; paid by Parent company to statutory Auditor; reported in the notes to consolidated statements. format: double nullable: true auditFeePaidByConsolidatedEntityToAuditorsOtherThanTheMainAuditorSupplementalValue: type: number description: Represents auditors expenses for audit or review of the financial statements paid by Group to other than statutory Auditor like related firms or affiliated firms; reported in the notes to consolidated statements. format: double nullable: true auditFeePaidByConsolidatedEntityToMainAuditorIncludingRelatedFirmsSupplementalValue: type: number description: Represents auditors expenses for audit or review of the financial statements paid by Group to statutory Auditor; reported in the notes to consolidated statements. format: double nullable: true auditFeePaidByParentCompanyToMainAuditorIncludingRelatedFirmsSupplementalValue: type: number description: Represents auditors expenses for audit or review of the financial statements paid by Parent company to statutory Auditor; reported in the notes to consolidated statements. format: double nullable: true auditorFeesSupplementalValue: type: number description: Fees paid to the auditor by the company for examination and verification of the financial statements for the purpose of rendering an opinion as to their consistency; fairness and conformation to accepted accounting principles. These costs cannot be broken out in the main Income Statement tree. format: double nullable: true auditorFeesValue: type: number description: Amount charged by the auditor for examination and verification of the financial statements for the purpose of rendering an opinion as to their consistency; fairness and conformation to accepted accounting principles. format: double nullable: true benefitsClaimsAndLossAdjustmentExpenseNetValue: type: number description: Sum of net policyholder future benefits and claims; net change in insurance liabilities provisions/reserves; other insurance expenses; and expenses on investment contracts. format: double nullable: true bidDefenceCostsSupplementalValue: type: number description: Expenditure a company incurs when resisting a change in the ownership of its own share capital that cannot be classified in the main Income Statement tree. format: double nullable: true bidDefenceCostsValue: type: number description: Expenditures a company incurs when resisting a change in the ownership of its own share capital. Recognized in the non-operating section of the Income Statement. format: double nullable: true bonusAndDividendsToPolicyholdersValue: type: number description: Payments made or credits extended to the insured by the company; usually at the end of a policy year; results in reducing the net insurance cost to the policyholder. Such dividends/bonus may be paid in cash to the insured or applied by the insured as reductions of the premiums due for the next policy year. format: double nullable: true businessRevenueValue: type: number description: Revenue generated from the company's main business activities. format: double nullable: true changeInTheGrossProvisionForUnearnedPremiumsReinsurersShareValue: type: number description: Change in provision during the period in reinsurer's share is treated as income/expense in the income statement. format: double nullable: true changeInTheGrossProvisionForUnearnedPremiumsValue: type: number description: Provision is the amount set aside from premiums written before the accounting date to cover risks incurred after that date. Any change during the period in such provision is treated as income/expense in the income statement. format: double nullable: true changeInUnearnedPremiumsValue: type: number description: Net change in unearned premiums during the period. format: double nullable: true changesInInsuranceLiabilitiesProvisionsReservesGrossValue: type: number description: Provision for Insurance liabilities includes provision for long term business liabilities; outstanding claims; unexpired risks; general and health insurance liabilities and other provision arising from insurance liabilities. Any change in provision during the year treated as income/expense. format: double nullable: true changesInInsuranceLiabilitiesProvisionsReservesNetValue: type: number description: Change in insurance liabilities; net of reinsurance liabilities recovered. format: double nullable: true changesInInventoriesValue: type: number description: Changes in inventories including purchases that form part of cost of goods sold reported by the company. format: double nullable: true commonSharesGrossDividendsValue: type: number description: Gross value of dividends paid or declared to the common shares. format: double nullable: true comprehensiveIncomeAssetRevaluationGainLossBeforeTaxValue: type: number description: Comprehensive income resulting from asset revaluation gains or losses; before tax effect. format: double nullable: true comprehensiveIncomeAssetRevaluationGainLossNetOfTaxValue: type: number description: Comprehensive income resulting from asset revaluation gains or losses; net of tax effect. format: double nullable: true comprehensiveIncomeAttributableToCompanyValue: type: number description: 'Sum of net income and other unrealized incomes and expenses attributable to the company that are not disclosed in the Income Statement. Includes: unrealized gain or loss from available for sale securities; foreign currency translation adjustments; unrealized gain or loss on hedge or derivative instruments; pension or post-retirement liability adjustments' format: double nullable: true comprehensiveIncomeAttributableToNonControllingInterestsValue: type: number description: 'Sum of net income and other unrealized income and expenses attributable to non-controlling interests that are not disclosed in the Income Statement. Includes: unrealized gain or loss from available for sale securities; foreign currency translation adjustments; unrealized gain or loss on hedge or derivative instruments; and pension or post-retirement liability adjustments' format: double nullable: true comprehensiveIncomeCumulativeForeignExchangeTranslationBeforeTaxValue: type: number description: Comprehensive income resulting from cumulative foreign exchange translation; before tax effect. format: double nullable: true comprehensiveIncomeCumulativeForeignExchangeTranslationNetOfTaxValue: type: number description: Comprehensive income resulting from cumulative foreign exchange translation; net of tax effect. format: double nullable: true comprehensiveIncomeGainLossFromCashFlowHedgesBeforeTaxValue: type: number description: Comprehensive income resulting from gains or losses on cash flow hedges; before tax effect. format: double nullable: true comprehensiveIncomeGainLossFromCashFlowHedgesNetOfTaxValue: type: number description: Comprehensive income resulting from gains or losses on cash flow hedges; net of tax effect. format: double nullable: true comprehensiveIncomeIncludingNonControllingInterestsValue: type: number description: 'Sum of net income and other unrealized incomes and expenses attributable to the company (including the non-controlling interests) that are not disclosed in the Income Statement. Includes: unrealized gain or loss from available for sale securities; foreign currency translation adjustments; unrealized gain or loss on hedge or derivative instruments; pension or post-retirement liability adjustments' format: double nullable: true comprehensiveIncomeInvestmentsGainLossNetOfTaxValue: type: number description: Comprehensive income resulting from investment gains or losses; net of tax effect. format: double nullable: true comprehensiveIncomeOtherBeforeTaxValue: type: number description: Comprehensive income not categorized above; before tax effect. format: double nullable: true comprehensiveIncomeOtherNetOfTaxValue: type: number description: Comprehensive income not categorized above; net of tax effect. format: double nullable: true comprehensiveIncomePensionAndOtherPostretirementBenefitPlansBeforeTaxValue: type: number description: Comprehensive income resulting from pension and other post-retirement benefit plans; before tax effect. format: double nullable: true comprehensiveIncomePensionAndOtherPostretirementBenefitPlansNetOfTaxValue: type: number description: Comprehensive income resulting from pension and other post-retirement benefit plans; net of tax effect. format: double nullable: true convertiblePreferredStockDividendsValue: type: number description: Amount of dividends declared or paid during the accounting period to convertible preferred shareholders. format: double nullable: true costOfGoodsAndServicesValue: type: number description: Cost of goods and services sold reported by the company. Includes- Raw materials purchased for production ; cost of services; cost of goods manufactured; cost of sales/ product sold format: double nullable: true costOfRevenueSupplementalValue: type: number description: Sum of direct material and labor costs incurred in production of finished goods or services that cannot be classified in the main Income Statement tree. format: double nullable: true costOfRevenueValue: type: number description: Costs incurred to provide the goods or services that generate revenue for the company. format: double nullable: true creditCardFeesValue: type: number description: Revenue generated from credit cards fees. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' currentTaxValue: type: number description: Taxes on income that have been expensed during the period. format: double nullable: true custodianFeesValue: type: number description: Fees paid for the custody service of investment assets during the reporting period; including depository fees. format: double nullable: true debtRestructuringSupplementalValue: type: number description: Costs associated with negotiating with bankers; creditors; vendors; and tax authorities while restructuring the company's debt in order to restore liquidity and continue its operations that cannot be broken out in the main Income Statement tree. format: double nullable: true debtRestructuringValue: type: number description: Costs associated with negotiating with bankers; creditors; vendors; and tax authorities while restructuring company's debt in order to restore liquidity and continue its operations; recognized in the non-operating section of the Income Statement. format: double nullable: true deferredPolicyAcquisitionAmortizationExpenseValue: type: number description: Deferred Acquisition Costs (DAC) represents the 'un-recovered investment' in the policies issued and are therefore capitalized as an intangible asset to match costs with related revenues. format: double nullable: true deferredTaxValue: type: number description: Deferred taxes that have been expensed during the period. format: double nullable: true depletionSupplementalValue: type: number description: Allocation of the costs for natural resources; such as oil and mineral deposits; that cannot be broken out in the main Income Statement tree. format: double nullable: true depletionValue: type: number description: Cost allocation for natural resources such as oil and mineral deposits. format: double nullable: true depositInsurancePremiumExpenseValue: type: number description: Expenses paid by the bank for deposit insurance. format: double nullable: true depreciationAmortizationAndDepletionSupplementalValue: type: number description: 'Non-cash expenses for use and obsolescence of assets; charged by allocating the cost of the depreciable assets; intangible assets; or natural resources to the accounting periods during its expected useful life; that cannot be broken out in the main Income Statement tree. Includes: amortization of leased property; intangibles; goodwill; depletion' format: double nullable: true depreciationAmortizationAndDepletionValue: type: number description: 'Non-cash expense to account for use and obsolescence of assets. Charged by allocating the cost of depreciable assets; intangible assets; or natural resources to the accounting periods of its expected useful life. Includes: amortization of leased property; intangibles; goodwill; and depletion' format: double nullable: true depreciationAmortizationCostOfRevenueValue: type: number description: Charges for depreciation and amortization on assets directly related to revenue generation; hence forming part of cost of revenue. Common for airlines. format: double nullable: true depreciationAndAmortizationSupplementalValue: type: number description: Sum of depreciation and amortization that cannot be broken out in the main Income Statement tree. format: double nullable: true depreciationAndAmortizationValue: type: number description: Sum of depreciation and amortization expenses. format: double nullable: true depreciationSupplementalValue: type: number description: Allocation of the costs of depreciable assets to the accounting period that cannot be broken out in the main Income Statement tree. format: double nullable: true depreciationValue: type: number description: Costs of depreciable assets allocated to the accounting period covered by the Income Statement. format: double nullable: true dilutedNetIncomeAvailableToCommonStockholdersValue: type: number description: Net income or loss available to common stockholders after dilution adjustment. format: double nullable: true dilutionToEarningsValue: type: number description: Effect on net income of the company from assuming the conversion of all convertible preferred stock; options; warrants; and convertible debt issued. format: double nullable: true directorAndTrusteeFeesValue: type: number description: Fees paid to directors and trustees. format: double nullable: true directorsRemunerationSupplementalValue: type: number description: Costs for remuneration paid to directors that cannot be broken out in the main Income Statement tree. format: double nullable: true directorsRemunerationValue: type: number description: Costs for remuneration paid to directors. format: double nullable: true discontinuedOperationsPreTaxValue: type: number description: Operating income or loss made by the business segment(s) the company discontinued during the accounting period; recognized in the non-operating section of the Income Statement. format: double nullable: true discontinuedOperationsSupplementalValue: type: number description: Operating income or loss made by the business segment(s) the company discontinued during the accounting period that cannot be broken out in the main Income Statement tree. format: double nullable: true discontinuedOperationsValue: type: number description: 'After-tax income or loss resulting from the discontinued segment(s) or division(s). Includes: gain or loss from disposal of discontinued operations' format: double nullable: true disposalOfBusinessesSupplementalValue: type: number description: Net gain or loss from disposal or sale of businesses during the accounting period that cannot be broken out in the main Income Statement tree. format: double nullable: true disposalOfBusinessesValue: type: number description: Net gain or loss from disposal or sale of businesses/participating interest; Associates; Joint Ventures during the accounting period recognized in the non-operating section of the Income Statement. format: double nullable: true disposalOfDiscontinuedOperationsValue: type: number description: After-tax gain or loss resulting from sale or disposal of discontinued segment(s) or division(s). format: double nullable: true distributionsToPreferStockholdersFromNetInvestmentIncomeValue: type: number description: 'Amount of preferred dividends from net investment income declared or paid during the period. Includes: non-convertible preferred stock dividends; convertible preferred stock dividends; auction preferred shares' format: double nullable: true distributionsToPreferStockholdersFromNetRealizedGainValue: type: number description: 'Amount of preferred dividends from net realized gains declared or paid during the period. Includes: non-convertible preferred stock dividends; convertible preferred stock dividends; auction preferred shares' format: double nullable: true dividendsAndInvestmentIncomeSupplementalValue: type: number description: Income received in the form of dividends on investment in securities that cannot be classified in the main Income Statement tree. format: double nullable: true dividendsAndInvestmentIncomeValue: type: number description: Income received in the form of dividends from investment in securities reported in the non-operating section of the Income Statement. format: double nullable: true dividendsFeesValue: type: number description: Fees paid for dividend distribution services. format: double nullable: true dividendsIncomeRevenueValue: type: number description: Revenue generated from dividends received. format: double nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int64 nullable: true domesticTaxValue: type: number description: Taxes due to the government of the country where the company is domiciled. format: double nullable: true doubleTaxReliefValue: type: number description: Income tax relief given to companies to avoid paying taxes in two or more jurisdictions on the same declared income. format: double nullable: true earningsFromEquityInterestPostTaxValue: type: number description: 'Portion of income or loss of the subsidiary whose financial accounts are not consolidated with the parent or holding or controlling company. Includes: revaluation of previously held interest' format: double nullable: true equipmentExpenseValue: type: number description: Expenditures related to equipment; such as repair; rental; and service contract costs. format: double nullable: true equipmentHireSupplementalValue: type: number description: Costs incurred towards hiring or leasing of equipment by the company during the year that cannot be classified in the main Income Statement tree. format: double nullable: true equipmentHireValue: type: number description: Costs incurred for hiring or leasing equipment during the period. format: double nullable: true exciseTaxesValue: type: number description: Taxes paid by the company that are directly associated with sales or services including excise duties format: double nullable: true expendituresProcessedValue: type: number description: Expenditures Processed Value format: double nullable: true expendituresReimbursedValue: type: number description: Expenditures Reimbursed Value format: double nullable: true expensesOnInvestmentContractValue: type: number description: Sum of investment contract liabilities incurred; reinsurance recoveries from investment contracts; policyholder interest; and bonuses and dividends paid to policyholders. format: double nullable: true expensesOnReportsToShareholdersInvestorsValue: type: number description: Expenses related to providing reports to investors; such as annual meeting expenses and proxy document expenses. format: double nullable: true explorationExpensesSupplementalValue: type: number description: 'Costs incurred by the company to conduct feasibility studies for new wells that cannot be classified in the main Income Statement tree. Includes: mine development expenses' format: double nullable: true explorationExpensesValue: type: number description: 'Costs incurred by the company for feasibility studies for new wells. Includes: mine development expenses' format: double nullable: true extraordinaryItemsValue: type: number description: Carrying value of all non-recurring; special; or exceptional one time events that have occurred during the accounting period. Reported after income tax. format: double nullable: true fairValueGainLossOnInvestmentPropertiesSupplementalValue: type: number description: Net unrealized gain or loss due to changes in fair value of investment properties that cannot be classified in the main Income Statement tree. format: double nullable: true fairValueGainLossOnInvestmentPropertiesValue: type: number description: Net unrealized gain or loss due to changes in fair value of investment properties recognized in the non-operating section of the Income Statement. format: double nullable: true fairValueOrUnrealizedGainLossOnFinancialAssetsSupplementalValue: type: number description: Net unrealized gain or loss due to changes in fair value of financial assets that cannot be classified in the main Income Statement tree. format: double nullable: true fairValueOrUnrealizedGainLossOnFinancialAssetsValue: type: number description: Net unrealized gain or loss due to changes in fair value of financial assets recognized in the non-operating section of the Income Statement. format: double nullable: true fairValueOrUnrealizedGainLossOnInvestmentsRevenueValue: type: number description: Gain/Loss charged to investments still held by the company due to change in market value. format: double nullable: true feesAndCommissionExpenseValue: type: number description: Expenses associated with generating fees and commission revenue; such as the expense for providing services. format: double nullable: true feesAndCommissionIncomeValue: type: number description: 'Revenue generated from the aggregate of service revenue; asset management fees; trust fees; brokerage commission revenue; credit card fees; and other fees/commission income. Includes: all transaction-based revenues' format: double nullable: true feesAndCommissionsExpenseSupplementalValue: type: number description: Expenses associated with generating fees and commission revenue; such as the expense for providing services; that cannot be broken out in the main Income Statement tree. format: double nullable: true feesChargedByAdvisorOrManagerValue: type: number description: Fees Charged By Advisor Or Manager Value format: double nullable: true feesReceivedForAdvisoryOrManagementServicesValue: type: number description: Fees Received For Advisory Or Management Services Value format: double nullable: true feeWaiversValue: type: number description: Fees the company waives in order to keep the fund's net expenses low. format: double nullable: true financeLeaseInterestExpenseValue: type: number description: Finance lease interest expense from non-operating activities. format: double nullable: true financialServicesCompensationSchemeClosedEndFundSupplementalValue: type: number description: Amount paid to the UK's statutory fund to protect investors in case the investment company defaults. Reported in the capital column of the Income Statement. format: double nullable: true fiscalPeriod: type: string description: '' nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true foreclosedRealEstateExpenseValue: type: number description: Expenses related Foreclosed assets. Includes foreclosed real estate Expense; other real estate owned (OREO) Expense; Owned Inactive Real Estates Expense; Idle properties expense and other foreclosed assets expense. format: double nullable: true foreignTaxValue: type: number description: Taxes due to the government of the country where the company is not domiciled but generates income. format: double nullable: true gainLossOnDerivativesSupplementalValue: type: number description: Net gain or loss on disposal or sale of derivative instruments that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnDerivativesValue: type: number description: Net gain or loss due to changes in the fair value of derivative financial and hedging instruments reported in the non-operating section of the Income Statement. format: double nullable: true gainLossOnDisposalOfInvestmentPropertiesSupplementalValue: type: number description: Net gain or loss due to disposal of investment properties that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnDisposalOfInvestmentPropertiesValue: type: number description: Net gain or loss due to disposal of investment properties recognized in the non-operating section of the Income Statement. format: double nullable: true gainLossOnExtinguishmentOfDebtSupplementalValue: type: number description: Gain or loss resulting from paying off debt before it becomes due that cannot be broken out in the main Income Statement tree. format: double nullable: true gainLossOnExtinguishmentOfDebtValue: type: number description: Gain or loss resulting from the issuer of debt recalling the debt before the scheduled maturity date and/or substantially modifying the existing terms of the debt. format: double nullable: true gainLossOnForeignExchangeSupplementalValue: type: number description: Net gain or loss due to fluctuations in exchange rates on foreign currency held during the period that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnForeignExchangeValue: type: number description: Net gain or loss due to fluctuation in exchange rates on foreign currencies held during the period and reported in the non-operating section of the Income Statement. format: double nullable: true gainLossOnInvestmentPropertiesSupplementalValue: type: number description: Net gain or loss due to disposal or the fair value changes of investment properties that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnInvestmentPropertiesValue: type: number description: Net gain or loss due to disposal or the fair value changes of investment properties recognized in the non-operating section of the Income Statement. format: double nullable: true gainLossOnInvestmentsAndOtherFinancialInstrumentsSupplementalValue: type: number description: Net gain or loss on disposal or sale of investments; including financial instruments and other investments; that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnInvestmentsAndOtherFinancialInstrumentsValue: type: number description: Net gain or loss on disposal or sale of investments; including financial instruments and other investments; reported in the non-operating section of the Income Statement. format: double nullable: true gainLossOnInvestmentsFinancialInstrumentsDerivativesSupplementalValue: type: number description: Net gain or loss on disposal or sale of investments; including financial instruments; derivatives; and other investments; that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnSaleOfCurrentAssetsSupplementalValue: type: number description: Net gain or loss due to disposal or sale of current assets that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnSaleOfCurrentAssetsValue: type: number description: Net gain or loss due to disposal or sale of current asset recognized in the non-operating section of the Income Statement format: double nullable: true gainLossOnSaleOfFixedAssetsSupplementalValue: type: number description: Net gain or loss due to disposal or sale of fixed assets that cannot be broken out in the main Income Statement tree. format: double nullable: true gainLossOnSaleOfFixedAssetsValue: type: number description: Net gain or loss due to disposal or sale of fixed assets recognized in the non-operating section of the Income Statement format: double nullable: true gainLossOnSaleOfInvestmentPropertiesAndOtherRealEstateValue: type: number description: Gain/Loss from selling investment properties format: double nullable: true gainLossOnSaleOfLoansValue: type: number description: Gain/Loss from selling loans. format: double nullable: true gainLossOnSaleOfNonCurrentAssetsSupplementalValue: type: number description: Net gain or loss due to disposal or sale of non-current assets (other than fixed assets) that cannot be classified in the main Income Statement tree. format: double nullable: true gainLossOnSaleOfNonCurrentAssetsValue: type: number description: Net gain or loss due to disposal or sale of non-current asset recognized in the non-operating section of the Income Statement other than Fixed asset format: double nullable: true gainLossOnSaleOfOtherAssetsRevenueValue: type: number description: 'Gain/Loss from selling other assets not categorized above; but in the ordinary course of the bank''s business. Excludes: sales of investments; loans; investment properties; and real estate; one-time irregular asset sale (e.g. PPE). Includes: Foreclosed assets; Other real estate owned (OREO)' format: double nullable: true gainsLossOnDerivativesRevenueValue: type: number description: 'Revenue associated with derivative transactions. Includes: both realized and unrealized gains/losses' format: double nullable: true generalAndAdministrativeExpensesSupplementalValue: type: number description: Expenses that the company incurs not directly tied to a specific function such as manufacturing; production; or sales; that cannot be classified in the main Income Statement tree. format: double nullable: true generalAndAdministrativeExpensesValue: type: number description: Expenses that the company incurs that are not directly tied to a specific function such as manufacturing; production; or sales. format: double nullable: true goodwillImpairmentWriteOffSupplementalValue: type: number description: Amount of goodwill considered to be impaired or written-off during the accounting period that cannot be broken out in the main Income Statement tree. format: double nullable: true goodwillImpairmentWriteOffValue: type: number description: Goodwill considered to be impaired or written off during the accounting period; recognized in the non-operating section of the Income Statement. format: double nullable: true grossExpenseRatioValue: type: number description: The Gross Expense Ratio represents the total gross expenses (net expenses with waivers added back in) divided by the fund's average net assets. If it is not equal to the net expense ratio; the gross expense ratio portrays the fund's expenses had the fund not waived a portion; or all; of its fees. format: double nullable: true grossInterestSupplementalValue: type: number description: Interest paid on borrowings during the year including interest capitalized; that cannot be broken out in the main Income Statement tree. format: double nullable: true grossInterestValue: type: number description: 'Total amount of interest paid during the year reported in the non-operating section of the Income Statement. Include: amortization of loans/debentures/bonds/discounts; pension interest; interest expense on derivatives; interest expense on taxes; interest expense on employee related liabilities; interest expense on payable; etc.' format: double nullable: true grossInvestmentIncomeClosedEndFundSupplementalValue: type: number description: Amount of Gross Investment Income from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true grossPremiumsWrittenValue: type: number description: Premiums to be collected as a result of insurance policies written during the period. format: double nullable: true grossProfitValue: type: number description: Difference between the total revenue and the sum of all direct costs incurred to generate the revenue. format: double nullable: true impairmentOfFixedAssetInvestmentsSupplementalValue: type: number description: Loss due to impairment of long-term investments that cannot be classified in the main Income Statement tree. format: double nullable: true impairmentOfFixedAssetInvestmentsValue: type: number description: Loss due to impairment of long-term investments; recognized in the non-operating section of the Income Statement. format: double nullable: true impairmentOfFixedAssetsSupplementalValue: type: number description: Loss due to impairment of property; plant and equipment or any other long-term tangible fixed assets that cannot be classified in the main Income Statement tree. format: double nullable: true impairmentOfFixedAssetsValue: type: number description: Loss due to impairment of property; plant; and equipment or any other long-term tangible fixed asset; recognized in the non-operating section of the Income Statement. format: double nullable: true impairmentOfIntangibleAssetsSupplementalValue: type: number description: Loss due to impairment of intangible assets that cannot be classified in the main Income Statement tree. format: double nullable: true impairmentOfIntangibleAssetsValue: type: number description: Loss due to impairment of intangible assets; recognized in the non-operating section of the Income Statement. format: double nullable: true impairmentReversalsOfInvestmentsRevenueValue: type: number description: 'Provision or impairments decrease a financial instrument''s value to better reflect the current market value (loss); whereas reversals increase values previously impaired (gain).Includes: OTTI (Other than temporary impairment) losses. Except: Equity Method investment' format: double nullable: true impairmentWriteOffWriteDownOfCapitalAssetsSupplementalValue: type: number description: Loss due to impairment; write-off; or write-down of capital assets (property; plant; and equipment and intangibles) that cannot be broken out in the main Income Statement tree. format: double nullable: true impairmentWriteOffWriteDownOfCapitalAssetsValue: type: number description: Loss due to impairment; write-off; or write-down of capital assets (property plant and equipment and intangibles; investment properties; biological Assets; Mineral Properties); recognized in the non-operating section of the Income Statement. format: double nullable: true impairmentWriteOffWriteDownOfOtherAssetsSupplementalValue: type: number description: 'Loss due to write-off or write-down of other assets recognized in the non-operating section of the Income Statement. Includes: write off/ reversal/ recovery of bad debt and doubtful accounts' format: double nullable: true impairmentWriteOffWriteDownOfOtherAssetsValue: type: number description: 'Loss due to write-off or write-down of other assets recognized in the non-operating section of the Income Statement. Includes: write off/ reversal/ recovery of bad debt and doubtful accounts' format: double nullable: true incomeFromAssociatesJointVenturesAndOtherParticipatingInterestsSupplementalValue: type: number description: Income or loss from investments in affiliated companies; joint ventures; and other participating interests accounted for through the equity method that cannot be classified in the main Income Statement tree. format: double nullable: true incomeFromAssociatesJointVenturesAndOtherParticipatingInterestsValue: type: number description: 'Income or loss from investments in affiliated companies; joint ventures and other participating interests accounted for through the equity method and reported in non-operating section of the Income Statement. Includes: income from subsidiaries' format: double nullable: true incomeFromGrantsReceivedOperatingValue: type: number description: Income from grants received reported in the operating section of the Income Statement. format: double nullable: true incomeFromOtherParticipatingInterestsSupplementalValue: type: number description: Income or loss from investments in other participating interests accounted for through the equity method that cannot be classified in the main Income Statement tree. format: double nullable: true incomeFromOtherParticipatingInterestsValue: type: number description: Income or loss from investments in other participating interests accounted for through the equity method and reported in the non-operating section of the Income Statement. format: double nullable: true incomeTaxEffectOfOtherComprehensiveIncomeItemsValue: type: number description: Effect on income taxes resulting from the items listed as other comprehensive income. format: double nullable: true insuranceAndClaimsValue: type: number description: Expenses incurred for insurance. format: double nullable: true insuranceClaimsValue: type: number description: Expenses incurred to pay claims from the bank's insurance business. format: double nullable: true insuranceFeesValue: type: number description: Fees paid for insurance services. format: double nullable: true interestCapitalizedSupplementalValue: type: number description: Allowance on borrowed funds used for long term projects or construction that cannot be broken out in the main Income Statement tree. format: double nullable: true interestCapitalizedValue: type: number description: Allowance on borrowed funds used for long-term projects or construction; reported in the non-operating section of the Income Statement. format: double nullable: true interestExpenseClosedEndFundSupplementalValue: type: number description: Interest Expense from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true interestExpenseCostOfRevenueValue: type: number description: Total expenses from interest payments related to holding deposits; debt; capital lease obligations; repurchase agreements; and other activities. format: double nullable: true interestExpenseForCentralBankFundsPurchasedAndSecuritiesSoldUnderAgreementsToRepurchaseValue: type: number description: Expenses associated with paying interest on funds purchased from the central bank and securities sold with the obligation to buy them back at a higher price on a later date. format: double nullable: true interestExpenseForDebtAndCapitalLeaseObligationsValue: type: number description: Expenses associated with paying interest on Debt and Capital Lease Obligations. format: double nullable: true interestExpenseForDepositValue: type: number description: Expenses associated with interest on holding deposits. format: double nullable: true interestExpenseForFederalHomeLoanBankAndFederalReserveBankAdvancesValue: type: number description: Expenses associated with paying interest on loans from the Federal Home Loan Bank and Federal Reserve Bank. format: double nullable: true interestExpenseForLongTermDebtAndCapitalLeaseObligationValue: type: number description: Expenses associated with paying interest on long term debt and capital lease obligations. format: double nullable: true interestExpenseForSecuritiesValue: type: number description: Expenses associated with paying interest on securities. format: double nullable: true interestExpenseForShortTermDebtAndCapitalLeaseObligationsValue: type: number description: Expenses associated with paying interest on short term debt and capital lease obligations. format: double nullable: true interestExpenseNetOfCapitalizedInterestSupplementalValue: type: number description: Interest paid on borrowings during the year net of interest capitalized; that cannot be broken out in the main Income Statement tree. format: double nullable: true interestExpenseNetOfCapitalizedInterestValue: type: number description: Total amount of interest paid during the year; net of interest capitalized; reported in the non-operating section of the Income Statement. format: double nullable: true interestIncomeFromCentralBankFundsSoldAndSecuritiesPurchasedUnderAgreementsToResellValue: type: number description: Revenue generated through interest on treasuries which the central bank will repurchase back over a period of time. format: double nullable: true interestIncomeFromDepositsValue: type: number description: Revenue generated through interest payments on deposits. format: double nullable: true interestIncomeFromLeasesValue: type: number description: Revenue generated through interest payments on lease arrangements. format: double nullable: true interestIncomeFromLoansAndLeaseValue: type: number description: Revenue generated from interest payments on loans and leases. format: double nullable: true interestIncomeFromLoansValue: type: number description: Revenue generated through interest payments on loans to customers and businesses. format: double nullable: true interestIncomeFromSecuritiesValue: type: number description: Revenue generated through interest payments from holding investment securities; trading account securities; and other money market investments. format: double nullable: true interestIncomeRevenueValue: type: number description: Total revenue from interest generated through loans/leases to customers; securities; deposits; repurchase agreements; and other sources. format: double nullable: true interestIncomeSupplementalValue: type: number description: Amount of interest received during the year that cannot be broken out in the main Income Statement tree. format: double nullable: true interestIncomeValue: type: number description: Amount of interest received during the year; reported in the non-operating section of the Income Statement. format: double nullable: true investmentContractLiabilitiesIncurredValue: type: number description: Investment contract liabilities consists of claims incurred in the year less the corresponding elimination of the policyholder liability originally recognized in the balance sheet and the investment return credited to policyholders. format: double nullable: true irregularIncomeExpensesValue: type: number description: Carrying value of all irregular; unusual; nonrecurring; special; or exceptional events that have either occurred or given effect during the accounting period reported in the non-operating section of the Income Statement. format: double nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingLong' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' jointVentureExceptionalItemsSupplementalValue: type: number description: Joint venture-related unusual expense or income that is unlikely to occur again in the normal course of business (such as joint venture disposals or impairments) that cannot be classified in the main Income Statement tree. format: double nullable: true jointVentureExceptionalItemsValue: type: number description: Joint venture-related unusual expenses or income that is unlikely to occur again in the normal course of business. For example; joint venture disposals or impairments. Recognized in the non-operating section of the Income Statement. format: double nullable: true leaseRevenueFromJointVenturesValue: type: number description: Lease Revenue From Joint Ventures Value format: double nullable: true legalAccountingAuditingAndConsultingFeesValue: type: number description: Sum of all professional fees such as legal; accounting or consulting expenses incurred by the company due to external third parties for their services. format: double nullable: true legalFeesSupplementalValue: type: number description: Fees charged by external third parties for providing legal service to the company that cannot be classified in the main Income Statement tree. format: double nullable: true legalFeesValue: type: number description: Fees charged by external third parties for providing legal services to the company. format: double nullable: true liquidityFeesValue: type: number description: Fees paid to the company from the investors' redemption proceeds under certain conditions. format: double nullable: true listingStockExchangeFeesValue: type: number description: Fees paid to list shares on public stock exchanges. format: double nullable: true litigationExpenseSupplementalValue: type: number description: Expenses from a litigation settlement that cannot be classified in the main Income Statement tree. format: double nullable: true litigationExpenseValue: type: number description: Loss sustained through legal proceedings after settling controversies or disputes in a court of law. Recognized in the non-operating section of the Income Statement. format: double nullable: true litigationIncomeExpenseSupplementalValue: type: number description: Net gain or loss generated through legal methods for settling controversies or disputes or litigation that cannot be broken out in the main Income Statement tree. format: double nullable: true litigationIncomeExpenseValue: type: number description: Net gain or loss generated through legal methods for settling controversies or disputes or litigation. Recognized in the non-operating section of the Income Statement. format: double nullable: true litigationIncomeSupplementalValue: type: number description: Income from a litigation settlement that cannot be classified in the main Income Statement tree. format: double nullable: true litigationIncomeValue: type: number description: Gain generated through legal proceedings after settling controversies or disputes in a court of law. Recognized in the non-operating section of the Income Statement. format: double nullable: true longTermInterestExpenseValue: type: number description: Long-term interest expense from non-operating activities. format: double nullable: true managementResponsibleEntityFeesSupplementalValue: type: number description: Fees paid by the company to its investment advisors for investment and portfolio management services that cannot be classified in the main Income Statement tree. format: double nullable: true mergerAndAcquisitionIncomeExpenseSupplementalValue: type: number description: 'Costs incurred during merger and acquisition transactions that cannot be broken out in the main Income Statement tree. Includes: demerger and spin-off expenses. Includes: negative goodwill; Bargain purchase' format: double nullable: true mergerAndAcquisitionIncomeExpenseValue: type: number description: 'Costs incurred during the merger and acquisition transactions recognized in the non-operating section of the Income Statement. Includes: negative goodwill; Bargain purchase' format: double nullable: true mineralPropertyLeaseExpensesCostOfRevenueValue: type: number description: Expenses to lease mineral property- producing mines during the accounting period. format: double nullable: true netExpenseRatioValue: type: number description: The percentage of fund assets used to pay for operating expenses and management fees; including 12b-1 fees; administrative fees; and all other asset-based costs incurred by the fund; except brokerage costs. Fund expenses are reflected in the fund's NAV. Sales charges are not included in the expense ratio. format: double nullable: true netFeesAndCommissionIncomeValue: type: number description: Fees and commission income less fees and commission expense. format: double nullable: true netForeignExchangeGainLossRevenueValue: type: number description: Gain/Loss due to changes in foreign currency exchange rates. format: double nullable: true netIncomeAfterExtraordinaryItemsAndDiscontinuedOperationsValue: type: number description: Net income of the company after accounting for extraordinary items and discontinued operations. format: double nullable: true netIncomeAfterNonControllingMinorityInterestsComprehensiveIncomeValue: type: number description: Net income; after accounting for non-controlling interests; reported in the comprehensive income table. format: double nullable: true netIncomeAfterNonControllingMinorityInterestsValue: type: number description: Net income or loss of the company after non-controlling interests attribution. format: double nullable: true netIncomeAllocatedToCommonUnitholdersValue: type: number description: Net income allocated to limited partners and subordinate unitholders. format: double nullable: true netIncomeAllocatedToGeneralPartnerValue: type: number description: Net income allocated to general partners. format: double nullable: true netIncomeAllocatedToLimitedPartnerValue: type: number description: Net income allocated to limited partners. format: double nullable: true netIncomeAllocatedToSubordinateUnitholdersValue: type: number description: Net income allocated to subordinate unitholders. format: double nullable: true netIncomeAttributableToTheCompanyLimitedPartnershipValue: type: number description: Net income attributable to the Limited Partnership company. format: double nullable: true netIncomeAvailableToCommonStockholdersValue: type: number description: Net income available to common stockholders after accounting for all adjustments and preferred dividends. format: double nullable: true netIncomeFromContinuingOperationsValue: type: number description: Net income or loss of the company before giving effect to after-tax extraordinary items and discontinued operations. format: double nullable: true netIncomeIncludingNonControllingInterestsLimitedPartnershipValue: type: number description: Net income attributable to the Limited Partnership company; including the income attributable to the non-controlling interests. format: double nullable: true netIncomeRatioValue: type: number description: This ratio reveals the percentage of current income earned per share. The income ratio can be used as a gauge of how much of the total return comes from income. format: double nullable: true netInterestIncomeExpenseSupplementalValue: type: number description: Difference between total interest income and total interest expense that cannot be broken out in the main Income Statement tree. format: double nullable: true netInterestIncomeExpenseValue: type: number description: Difference between total interest income and total interest expense reported in the non-operating section of the Income Statement. format: double nullable: true netInterestIncomeValue: type: number description: Interest income less interest expense. format: double nullable: true netInvestmentBankingIncomeValue: type: number description: Revenue from wide range of investment banking services; esp. M&A; divestitures; restructuring; spin-offs; underwriting newly issued shares for clients; less the related expenses. format: double nullable: true netInvestmentIncomeClosedEndFundSupplementalValue: type: number description: Amount of Net Investment Income from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true netInvestmentIncomeRevenueValue: type: number description: Net income on investments after adjusting for losses; impairment; and reversals. format: double nullable: true netInvestmentIncomeSupplementalValue: type: number description: Net realized gain or loss from investment assets such as bonds; stocks; mutual funds; loans; investments in affiliated companies; foreign exchange; and other investments that cannot be classified in the main Income Statement tree. format: double nullable: true netInvestmentIncomeValue: type: number description: Net realized gain or loss from investment assets such as bonds; stocks; mutual funds; loans; investments in affiliated companies; foreign exchange and other investments reported in the non-operating section of the Income Statement. format: double nullable: true netPremiumsEarnedValue: type: number description: 'Net revenue from insurance premiums. Includes: net bank-owned life insurance income; gross premiums; and claims reported above operating expenses' format: double nullable: true netPremiumsWrittenValue: type: number description: Gross premiums written less premiums ceded out. format: double nullable: true netTradingIncomeRevenueValue: type: number description: Aggregate revenue generated from trading investment instruments. format: double nullable: true nonAuditFeesPaidToAuditorSupplementalValue: type: number description: Fees paid to the auditor by the company for non-audit related services rendered that cannot be broken out in the main Income Statement tree. format: double nullable: true nonAuditFeesPaidToAuditorValue: type: number description: Amount paid to the auditor for any non-audit related services rendered. format: double nullable: true nonControllingInterestsLimitedPartnershipValue: type: number description: Portion of net income attributable to non-controlling shareholders of a Limited Partnership company. format: double nullable: true nonControllingMinorityInterestsValue: type: number description: Carrying value of net worth of a subsidiary pertaining to common stock not owned by the controlling company and its consolidated subsidiaries. format: double nullable: true nonInterestExpensesAndOtherIncomeValue: type: number description: Sum of all non-interest expenses; income from participating interests; irregular income/expenses; and other income/expense that does not fit in any of the previous categories. format: double nullable: true nonInterestExpensesValue: type: number description: Sum of all regular expenses excluding interest expenses. format: double nullable: true nonInterestIncomeValue: type: number description: Total revenue less net interest income. format: double nullable: true nonOperatingIncomeExpensesTotalValue: type: number description: Aggregate value of all income and expenses not associated with normal business operations and recognized by the company in the non-operating section of the Income Statement. format: double nullable: true occupancyAndEquipmentExpenseSupplementalValue: type: number description: Occupancy and equipment expenses that cannot be broken out in the main Income Statement tree. format: double nullable: true occupancyAndEquipmentExpenseValue: type: number description: Sum of occupancy expense and equipment expense. format: double nullable: true occupancyExpenseSupplementalValue: type: number description: Usually disclosed as rental expenses or just as an occupancy expense that cannot be broken out in the main Income Statement tree. Occupancy expenses consist of items such as property rentals; repairs and maintenance of property; utilities; land and other property taxes or levies. This category should be used for all companies with the exception of property trusts. format: double nullable: true occupancyExpenseValue: type: number description: Expenditures related to items such as depreciation of facilities; lease payments; property taxes; and property and casualty insurance. format: double nullable: true ongoingChargeValue: type: number description: A figure published annually by an investment company which shows the drag on performance caused by operational expenses. More specifically; it is the annual percentage reduction in shareholder returns as a result of recurring operational expenses assuming markets remain static and the portfolio is not traded. format: double nullable: true operatingExpenseAsReportedSupplementalValue: type: number description: Total operating expenses reported by the company on the face of the Income Statement. format: double nullable: true operatingIncomeExpensesValue: type: number description: Aggregate value of all income and expenses either directly associated with normal business operations or recognized by the company in the operating section of the Income Statement. format: double nullable: true operatingLeaseExpenseSupplementalValue: type: number description: Sum of all rent expenses incurred by the company for operating leases during the year that cannot be broken out in the main Income Statement tree. format: double nullable: true operatingLeaseExpenseValue: type: number description: Expenses incurred by the company for operating leases during the year. format: double nullable: true operationAndMaintenanceExpensesValue: type: number description: Costs incurred for maintenance of assets such as inspecting; cleaning; adjusting; repairing etc. format: double nullable: true operationMaintenanceAndRepairsValue: type: number description: Expenses for the maintenance and repair of equipment directly related to revenue generation; hence forming part of cost of revenue. Common for Airlines. format: double nullable: true organizationExpenseValue: type: number description: Expenses from the organization and offering costs related to a newly established fund/trust. format: double nullable: true otherAdjustmentsToNetIncomeAttributableToTheCompanyValue: type: number description: Other adjustments to net income to arrive at net income of the Limited Partnership company not categorized above. format: double nullable: true otherAdjustmentsToNetIncomeAvailableToCommonStockholdersValue: type: number description: Other adjustments to net income to arrive at net income available to common stockholders not categorized above. format: double nullable: true otherComprehensiveIncomeBeforeTaxValue: type: number description: Total other comprehensive income or loss; before tax effect. format: double nullable: true otherComprehensiveIncomeNetOfTaxValue: type: number description: Total other comprehensive income or loss; net of tax. format: double nullable: true otherConsultantProfessionalFeesValue: type: number description: Fees paid for professional services; excluding legal; accounting and audit services. format: double nullable: true otherCostOfRevenueValue: type: number description: Other costs not categorized above that are directly related to revenue generation; hence forming part of cost of revenue. format: double nullable: true otherDistributionsValue: type: number description: Other adjustments related to stock dividends excluding participating preference stock format: double nullable: true otherExpensesNonOperatingValue: type: number description: Expenses from any other non-operating activity not categorized above. format: double nullable: true otherExpensesOperatingValue: type: number description: Expenses from any other activity associated with normal operations that are not categorized above. format: double nullable: true otherExpensesSupplementalValue: type: number description: Expenses from any other activity associated with normal operations that are not categorized as operating in nature and cannot be broken out in the main Income Statement tree. format: double nullable: true otherExpensesValue: type: number description: Expenses from any other activity associated with normal operations that are not categorized as operating in nature. format: double nullable: true otherFeesAndCommissionIncomeValue: type: number description: 'Other fees and commission income not categorized above. Includes: settlement and clearing fees' format: double nullable: true otherFeesOrExpensesChargedValue: type: number description: Other Fees Or Expenses Charged Value format: double nullable: true otherFeesOrExpensesReceivedValue: type: number description: Other Fees Or Expenses Received Value format: double nullable: true otherFeesValue: type: number description: Other fees paid for investment operations. format: double nullable: true otherFinanceExpensesValue: type: number description: 'Total amount of other finance expenses incurred during the year reported in the non-operating section of the Income Statement. Includes: amortization of deferred financing costs; amortization of debt issuance costs' format: double nullable: true otherFinanceIncomeExpensesValue: type: number description: Difference between total other finance income and total other finance expenses reported in the non-operating section of Income Statement. format: double nullable: true otherFinanceIncomeValue: type: number description: Total amount of other finance income earned during the year reported in the non-operating section of the Income Statement. format: double nullable: true otherIncomeExpenseNonOperatingValue: type: number description: Income or expenses from any other activity; not categorized above. format: double nullable: true otherIncomeExpenseOperatingValue: type: number description: 'Income or expenses from any other activity associated with normal operations that are not categorized above. Includes: amortization of deferred revenues/sales commissions/charges/ etc. as these are related to deferred or accrued operating income/expense' format: double nullable: true otherIncomeExpensesValue: type: number description: 'Other income/expenses not categorized above. Includes: amortization of deferred revenues/sales commissions/charges/etc. as these are related to deferred or accrued income/expense' format: double nullable: true otherIncomeNonOperatingValue: type: number description: Income from any other non-operating activity not categorized above. format: double nullable: true otherIncomeOperatingValue: type: number description: 'Income from any other activity associated with normal operations that are not categorized above. Includes: fees and commission income' format: double nullable: true otherIncomeSupplementalValue: type: number description: 'Income from any other activity associated with normal operations not categorized above and that cannot be classified in the main Income Statement tree. Includes: fees and commission income' format: double nullable: true otherIncomeValue: type: number description: Revenue from any other activity that are not categorized as operating in nature. format: double nullable: true otherInsuranceExpensesValue: type: number description: Other insurance expenses not categorized above. format: double nullable: true otherInterestExpenseValue: type: number description: Other interest expenses not categorized above. format: double nullable: true otherInterestIncomeValue: type: number description: Other interest revenue generated not categorized above. format: double nullable: true otherInvestmentIncomeRevenueValue: type: number description: Other investment related revenue not categorized above; includes investment expense. format: double nullable: true otherInvestmentIncomeSupplementalValue: type: number description: Gain or loss on any other investment not categorized above and that cannot be classified in the main Income Statement tree. format: double nullable: true otherInvestmentIncomeValue: type: number description: Gain or loss on any other investment not categorized above. format: double nullable: true otherIrregularExpensesSupplementalValue: type: number description: Costs incurred for any other non-recurring activity not categorized above that cannot be broken out in the main Income Statement tree. format: double nullable: true otherIrregularExpensesValue: type: number description: Expenses from any other non-recurring activities not categorized above. Recognized in the non-operating section of the Income Statement. format: double nullable: true otherIrregularIncomeExpensesSupplementalValue: type: number description: 'Income or expense from any other non-recurring activity not categorized above that cannot be broken out in the main Income Statement tree. Includes: acquired in-process research and development' format: double nullable: true otherIrregularIncomeExpensesValue: type: number description: 'Income or expenses from any other non-recurring activities not categorized above. Recognized in the non-operating section of the Income Statement. Includes: acquired in-process research and development' format: double nullable: true otherIrregularIncomeSupplementalValue: type: number description: Income from any other non-recurring activity not categorized above that cannot be broken out in the main Income Statement tree. format: double nullable: true otherIrregularIncomeValue: type: number description: Income generated from any other non-recurring activities not categorized above. Recognized in the non-operating section of the Income Statement. format: double nullable: true otherNetOfTaxesAdjustmentsValue: type: number description: Other after-tax adjustments to net income not categorized above. format: double nullable: true otherNonInterestExpensesValue: type: number description: All other non-interest expenses not categorized above. format: double nullable: true otherPartnerEquityLimitedPartnershipValue: type: number description: Other partners' equity of a Limited Partnership company not categorized above. format: double nullable: true otherProfessionalAccountingAndConsultingFeesSupplementalValue: type: number description: Other accounting and consulting fees not categorized above and that cannot be classified in the main Income Statement tree. format: double nullable: true otherProfessionalAccountingAndConsultingFeesValue: type: number description: 'Other professional fees not categorized above. Includes : accounting fees and consulting fees.' format: double nullable: true otherProvisionExpenseWriteBackValue: type: number description: Other provisions not categorized as provision for doubtful accounts. format: double nullable: true otherProvisionsSupplementalValue: type: number description: Provisions not categorized above that cannot be broken out in the main Income Statement tree. format: double nullable: true otherRealizedInvestmentIncomeRevenueValue: type: number description: Realized gain/loss on other investment related activity included in revenue during the reporting period. format: double nullable: true otherRentSupplementalValue: type: number description: Other rental expenses incurred during the year on assets other than equipment and property; that cannot be classified in the main Income Statement tree. format: double nullable: true otherRentValue: type: number description: Other rental expenses incurred during the period not categorized above. format: double nullable: true otherRevenueValue: type: number description: 'Other revenue not categorized above. Includes: lease termination revenue' format: double nullable: true otherStaffCostsValue: type: number description: Other staff costs not categorized above. format: double nullable: true otherTaxValue: type: number description: 'Other income tax expense not categorized above. Includes: recognition of additional deferred tax' format: double nullable: true otherUnderwritingExpensesValue: type: number description: Other underwriting expenses not categorized above. format: double nullable: true otherUnrealizedInvestmentIncomeRevenueValue: type: number description: Unrealized gain/loss on other investment related activity included in revenue during the reporting period. format: double nullable: true otherWaiversValue: type: number description: Amount of other waivers. format: double nullable: true pensionAndOtherEmployeeBenefitsCostsSupplementalValue: type: number description: 'Costs incurred for pensions; retirement; and other employee benefits that cannot be broken out in the main Income Statement tree. Includes: provision for employee entitlements' format: double nullable: true pensionAndOtherEmployeeBenefitsCostsValue: type: number description: 'Costs incurred related to pensions; retirement; and other employee benefits. Includes: provision for employee entitlements' format: double nullable: true performanceFeesValue: type: number description: Agreed upon fees paid to the fund manager if the investment performance target was achieved or exceeded. format: double nullable: true policyholderBenefitsAndClaimsGrossValue: type: number description: Total provision in the period for future policy benefits; claims incurred and costs incurred in the claims settlement process before the effects of reinsurance arrangements. format: double nullable: true policyholderBenefitsCededReinsuranceRecoveriesValue: type: number description: Net amount in the period for future policy benefits and costs incurred under policies assumed and estimated recoupments under policies ceded. format: double nullable: true policyholderFutureBenefitsAndClaimsNetValue: type: number description: Provision for benefits; claims and claims settlement expenses incurred during the period net of the effects of contracts assumed and ceded. format: double nullable: true policyholderInterestValue: type: number description: Periodic income payment provided to the annuitant by the insurance company; which is determined by the assumed interest rate (AIR) and other factors. format: double nullable: true portfolioTurnoverRatioValue: type: number description: Measures the portfolio manager's trading activity by taking the lesser of purchases or sales (excluding all securities with maturities of less than one year) and dividing by average monthly net assets. format: double nullable: true preferredDividendsPreTaxDistributionValue: type: number description: Pretax value of dividends accrued; actual cash dividend payments; or provision for preferred dividends if in arrears on the company's preferred shares. format: double nullable: true preferredGrossDividendsValue: type: number description: Gross value of dividends that are accrued and paid to the company's preferred shares. format: double nullable: true preferredInterestLimitedPartnershipValue: type: number description: Portion of net income or loss of the Limited Partnership company attributable to preferred stockholders. format: double nullable: true preferredOtherStockDistributionValue: type: number description: Amount of dividends declared or paid during the accounting period to preferred or other shareholders. format: double nullable: true preferredStockDividendsValue: type: number description: Amount of dividends declared or paid during the accounting period to preferred shareholders includes non-convertible preferred stock dividends format: double nullable: true premiumsCededOutValue: type: number description: Premiums payable to another party in exchange for reinsurance. format: double nullable: true pretaxIncomeValue: type: number description: 'Income or loss generated during the accounting period before accounting for any federal; state or local taxes. Excludes: extraordinary items reported net of taxes' format: double nullable: true propertyExpensesAndHotelOperatingCostValue: type: number description: Expenses paid to maintain properties or operate lodging services directly related to revenue generation; hence forming part of cost of revenue. Common for REITs and Real Estate firms. format: double nullable: true propertyExpensesClosedEndFundSupplementalValue: type: number description: Amount of Property Expenses from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true propertyOrAssetManagementFeesChargedValue: type: number description: Property Or Asset Management Fees Charged Value format: double nullable: true propertyOrAssetManagementFeesReceivedValue: type: number description: Property Or Asset Management Fees Received Value format: double nullable: true propertyRentSupplementalValue: type: number description: Costs of occupying property during the period that cannot be classified in the main Income Statement tree. format: double nullable: true propertyRentValue: type: number description: Costs of occupying property during the period. format: double nullable: true provisionAndImpairmentForLoanLossesAndCreditRiskValue: type: number description: 'Losses and provisions that relate to loan defaults; credit risk and doubtful accounts (Account receivable; other receivable; Interest Receivable; and Trade receivable) Includes: provision for impairment of loans; write off/ reversal/ recovery /provision of bad debt and doubtful accounts and Provision and impairment of (Due from bank; Balances with bank; Interbank transaction; deposit; expected credit loss (ECL); off-balance sheet; Lease receivable; Loan commitment; financial guarantee contracts; acceptances and commitments and guarantees)' format: double nullable: true provisionExpenseWriteBackValue: type: number description: Sum of all provisions reported in operating expenses other than income tax; excise tax; or sales tax. format: double nullable: true provisionForDoubtfulAccountsSupplementalValue: type: number description: Amount of the current period expense charged against operations; the offset of which is generally the allowance for doubtful accounts for the purpose of reducing receivables; that cannot be classified in the main Income Statement tree. format: double nullable: true provisionForDoubtfulAccountsValue: type: number description: Amount recorded as expense in current period to account for possible uncollectable accounts receivable; trade Receivable and other Receivable. format: double nullable: true provisionForIncomeTaxValue: type: number description: Sum of all taxes on income earned. Expensed during the accounting period. format: double nullable: true provisionsSupplementalValue: type: number description: Sum of all provisions other than income tax; excise or sales tax; reported in the notes to consolidated statements that cannot be broken out in the main Income Statement tree. format: double nullable: true purchasedFuelPowerAndGasValue: type: number description: Expenses for fuel; power; and gas directly related to revenue generation; hence forming part of cost of revenue. Common for Airlines. format: double nullable: true realizedGainLossOnDerivativesRevenueValue: type: number description: Realized gain/loss on derivative investment activity included in revenue during the reporting period. Excludes gain/loss on Foreign Currency Exchange. format: double nullable: true realizedGainLossOnDerivativesValue: type: number description: Net gain or loss due to derivative related transactions during the period. format: double nullable: true realizedGainLossOnForeignCurrencyExchangeRevenueValue: type: number description: Realized gain/loss on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true realizedGainLossOnForeignExchangeValue: type: number description: Net amount of gains and losses related to foreign exchange recognized during the period. format: double nullable: true realizedGainLossOnFuturesContractsValue: type: number description: Realized gain/loss on futures contract investment activity included in revenue during the reporting period. format: double nullable: true realizedGainLossOnInterestRateSwapContractsValue: type: number description: Realized gain/loss on interest rate swap contract investment activity included in revenue during the reporting period. format: double nullable: true realizedGainLossOnInvestmentPropertiesRevenueValue: type: number description: Realized gains or losses included in revenue as a result of investment property transactions. format: double nullable: true realizedGainLossOnInvestmentSecuritiesRevenueValue: type: number description: Realized gain/loss on investment securities included in revenue during the reporting period. format: double nullable: true realizedGainLossOnInvestmentsRevenueValue: type: number description: Capital gains/losses from selling securities held. format: double nullable: true realizedGainLossOnOtherDerivativesValue: type: number description: Realized gain/loss on other derivative investment activities not yet classified included in revenue during the reporting period. format: double nullable: true realizedGainLossOnWrittenOptionsValue: type: number description: Realized gain/loss on written option investment activity included in revenue during the reporting period. format: double nullable: true realizedGainOnForeignCurrencyExchangeValue: type: number description: Realized gain on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true realizedLossOnForeignCurrencyExchangeValue: type: number description: Realized loss on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true recoveriesFromTenantsValue: type: number description: Recoveries From Tenants Value format: double nullable: true registrationFeesValue: type: number description: Filing fees incurred when registering with regulators or other governing bodies. Includes Blue Sky fees or other regulatory expenses as reported in the annual report. format: double nullable: true reinsuranceRecoveriesChangeInInsuranceLiabilitiesValue: type: number description: Amount received from Reinsurer related to provision of insurance liabilities. format: double nullable: true reinsuranceRecoveriesInvestmentContractValue: type: number description: Amount received from Reinsurer related to investment contract liability. format: double nullable: true rentalIncomeRevenueValue: type: number description: Income generated from rental assets; such as office space owned by the company and leased to another party. format: double nullable: true rentalIncomeSupplementalValue: type: number description: Income earned from leasing out properties; such as commercial spaces; to third parties; that cannot be classified in the main Income Statement tree. format: double nullable: true rentalIncomeValue: type: number description: Income earned from leasing out properties; such as commercial spaces; to third parties; recognized in the non-operating section of the Income Statement. format: double nullable: true rentalRevenueValue: type: number description: Operating revenue generated from rental assets. format: double nullable: true rentAndLandingFeesCostOfRevenueValue: type: number description: Expenses paid to use the facilities directly related to revenue generation; hence forming part of cost of revenue. Commonly used for retail; restaurants; airlines; and real estate companies. format: double nullable: true rentExpenseSupplementalValue: type: number description: 'Rent expenses incurred by the company for operating leases during the year; that cannot be broken out in the main Income Statement tree. Includes: landing fees' format: double nullable: true rentExpenseValue: type: number description: 'Expenses incurred by the company for operating leases during the year. Includes: equipment hire; property rent; other rent; landing.' format: double nullable: true reportedEffectiveTaxRateValue: type: number description: The average tax rate for the period as reported by the company; may be the same or not the same as Morningstar's standardized definition format: double nullable: true reportedNetInvestmentIncomeValue: type: number description: Amount of Net Investment Income as reported by the company. format: double nullable: true reportedNonInterestExpenseValue: type: number description: This is an expense that banking companies incur apart from interest expenses. format: double nullable: true reportedNonInterestIncomeValue: type: number description: Amount of non-interest income as reported by the company. format: double nullable: true reportedNormalizedEbitdaValue: type: number description: Reported Normalized EBITDA represents earnings before interest and taxes; and depreciation & amortization adjusted for items that are irregular or unusual in nature; and/or are non-recurring as reported by the company. format: double nullable: true reportedNormalizedEbitValue: type: number description: Reported Normalized EBIT represents earnings before interest and taxes adjusted for items that are irregular or unusual in nature; and/or are non-recurring as reported by the company. format: double nullable: true reportedNormalizedIncomeValue: type: number description: Net income that is adjusted for the effects of seasonality and income/expenses that are unusual or one-time in nature reported by the company; usually in the notes to the financial statements or management discussion and analysis. format: double nullable: true reportedNormalizedOperatingProfitValue: type: number description: Reported Normalized Operating Profit represents Operating Profit net of irregular or unusual and non-recurring items as reported by the company. format: double nullable: true reportedTaxEffectOfAssociateExceptionalItemsForNormalizedEarningsCalculationValue: type: number description: Taxes on associate exceptional items reported by the company. format: double nullable: true reportedTaxEffectOfDeferredTaxAssetAndLiabilityForNormalizedEarningsCalculationValue: type: number description: Deferred tax asset or liability reported by the company. format: double nullable: true reportedTaxEffectOfExceptionalItemsForNormalizedEarningsCalculationValue: type: number description: Taxes on normalized exceptional items or changes in tax rates reported by the company. format: double nullable: true reportedTaxEffectOfIrregularItemsValue: type: number description: Total tax effect of irregular items reported by the company. format: double nullable: true reportedTaxEffectOfMinorityExceptionalItemsForNormalizedEarningsCalculationValue: type: number description: Taxes on minority interest exceptional items reported by the company. format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int32 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true researchAndDevelopmentExpensesSupplementalValue: type: number description: Costs incurred related to creating and developing new processes; applications; techniques; and products; that cannot be broken out in the main Income Statement tree. format: double nullable: true researchAndDevelopmentExpensesValue: type: number description: Costs incurred for creating and developing new processes; applications; techniques and products. format: double nullable: true restructuringAndReorganizationExpenseSupplementalValue: type: number description: Costs incurred in the process of restructuring or reorganizing for laying off employees or severance; closing manufacturing plants; shifting production to new locations; writing-off assets; etc. to improve the business and recover financially in the long-term. These costs cannot be broken out in the main Income Statement tree. format: double nullable: true restructuringAndReorganizationIncomeExpenseValue: type: number description: Costs incurred in the process of restructuring and reorganizing for laying off employees or severance; closing manufacturing plants; shifting production to new location; writing-off assets; etc. to improve the business and recover financially in the long-term. Recognized in the non-operating section of the Income Statement. format: double nullable: true restructuringExpenseValue: type: number description: Costs incurred during the process of restructuring and reorganizing to lay-off employees; pay severance; close manufacturing plants; shift production to new locations; write-off assets; etc. to improve the business and recover financially in the long-term. Recognized in the non-operating section of the Income Statement. format: double nullable: true royaltiesCostValue: type: number description: Amount paid for using another party's patent or copyrighted material in the course of conducting activities directly related to revenue generation; hence forming part of cost of revenue. format: double nullable: true saleOfInvestmentSecuritiesOfAffiliatedIssuersValue: type: number description: Realized gain/loss from the sale of securities of affiliated issuers included in revenue during the reporting period. format: double nullable: true saleOfInvestmentSecuritiesOfUnaffiliatedIssuersValue: type: number description: Realized gain/loss from the sale of securities of unaffiliated issuers included in revenue during the reporting period. format: double nullable: true salesReturnAndAllowancesDiscountsValue: type: number description: Reductions or adjustments to revenue due to customer returns; allowances; and discounts. format: double nullable: true securitiesBrokerageCommissionRevenueValue: type: number description: 'Revenue from commissions in the brokerage department. Includes: Brokerage fees' format: double nullable: true sellingAndMarketingExpensesSupplementalValue: type: number description: 'Sum of all costs incurred relating to the selling of merchandise that cannot be classified in the main Income Statement tree. Includes: picking; packing; warehousing; order charges; selling expenses; marketing expenses; distribution costs; commission expenses' format: double nullable: true sellingAndMarketingExpensesValue: type: number description: Sum of all costs that enable selling of merchandise including picking; packing; warehousing; order charges; distribution; advertising; marketing and sales commission format: double nullable: true sellingGeneralAndAdministrativeExpensesSupplementalValue: type: number description: Sum of all costs incurred relating to selling; general and administrative functions that cannot be classified in the main Income Statement tree. format: double nullable: true sellingGeneralAndAdministrativeExpensesValue: type: number description: Sum of all costs incurred relating to selling; general and administrative functions. format: double nullable: true serviceRevenuesValue: type: number description: Revenue generated from providing services to customers; such as monthly service charges. format: double nullable: true shareOfDiscontinuedOperationsValue: type: number description: After-tax income or loss of the segment(s) or division(s) of the company that have been discontinued. format: double nullable: true shareOfProfitAndInterestFromAssociatesSupplementalValue: type: number description: Income or loss from investments in affiliated companies accounted for through the equity method that cannot be classified in the main Income Statement tree. format: double nullable: true shareOfProfitAndInterestFromAssociatesValue: type: number description: Income or loss from investments in affiliated companies accounted for through the equity method and reported in the non-operating section of the Income Statement. format: double nullable: true shareOfProfitAndInterestFromJointVentureSupplementalValue: type: number description: Income or loss from investments in joint ventures accounted for through the equity method that cannot be classified in the main Income Statement tree. format: double nullable: true shareOfProfitAndInterestFromJointVenturesValue: type: number description: Income or loss from investments in joint ventures accounted for through the equity method and reported in the non-operating section of the Income Statement. format: double nullable: true shortTermInterestExpenseValue: type: number description: Short-term interest expense from non-operating activities. format: double nullable: true socialSecurityCostsSupplementalValue: type: number description: Costs incurred with respect to Social Security of the employees that cannot be classified in the main Income Statement tree. format: double nullable: true socialSecurityCostsValue: type: number description: Costs incurred with respect to Social Security of the employees. format: double nullable: true specialGrossDividendsValue: type: number description: Gross value of additional dividend payments made by the board to its shareholders that are separate from the normal recurring dividend cycle. format: double nullable: true staffCostCostOfRevenueValue: type: number description: Amount paid to employees in order to complete activities directly related to revenue generation; hence forming part of cost of revenue. Common for service-based companies like restaurants and airlines. format: double nullable: true staffCostsValue: type: number description: Sum of all costs incurred by the company relating to employees; officers; and directors. For example; remuneration or wages; stock based compensation; social security; pension; and other employee benefits. format: double nullable: true stockBasedCompensationSupplementalValue: type: number description: 'Costs incurred by the company for granting stock options to reward employees that cannot be broken out in the main Income Statement tree. Includes: share-based payments' format: double nullable: true stockBasedCompensationValue: type: number description: 'Costs incurred by the company for granting stock options to reward employees. Includes: share based payments' format: double nullable: true subadvisorFeesValue: type: number description: Fees paid to subadvisors for handling day-to-day management. format: double nullable: true taxAttributableToPolicyholdersReturnsValue: type: number description: Net of tax profit attributable to policyholders. format: double nullable: true taxesCostOfRevenueValue: type: number description: 'Taxes directly related to revenue generation; hence forming part of cost of revenue. Includes: all taxes in COR - production; property; sales; etc.' format: double nullable: true taxesOtherThanIncomeTaxesValue: type: number description: 'Other operating taxes that are not related to income; excise; or sales levied on the revenue of the entity. Includes: production and severance taxes; operating tax and surcharges' format: double nullable: true taxOnFxAdjustmentsValue: type: number description: Taxes on the foreign exchange adjustments made by the company. format: double nullable: true telecommunicationExpenseValue: type: number description: Expenses incurred for communication services. format: double nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' totalExpensesValue: type: number description: Costs incurred to provide the goods or services that generate revenue for the Entity. format: double nullable: true totalGrossDividendsValue: type: number description: Gross (before tax) amount of distributions to the company's shareholders. format: double nullable: true totalNetFinanceIncomeExpenseValue: type: number description: Difference between total interest and other finance income and total interest and other finance expense reported in the non-operating section of the Income Statement. format: double nullable: true totalNetIncomeAfterExtraordinaryItemsAndDiscontinuedOperationsComprehensiveIncomeValue: type: number description: Total net income after extraordinary items and discontinued operations reported in the comprehensive income table. format: double nullable: true totalOperatingExpensesClosedEndFundSupplementalValue: type: number description: Amount of total operating expenses from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true totalOperatingProfitLossAsReportedSupplementalValue: type: number description: Total Operating Profit/Loss reported by the company on the face of the Income Statement. format: double nullable: true totalOperatingProfitLossValue: type: number description: Profit or loss realized by calculating the difference between sales and total operating expenses. format: double nullable: true totalRevenueAsReportedSupplementalValue: type: number description: Amount of gross revenue as reported by the company. format: double nullable: true totalRevenueValue: type: number description: Sum of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances. format: double nullable: true trailCommissionsClosedEndFundSupplementalValue: type: number description: Amount of Trail Commissions from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true transactionCostClosedEndFundSupplementalValue: type: number description: Amount of transaction costs from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true transactionCostsValue: type: number description: Fees paid for the purchase or sale of investments. format: double nullable: true transferAgentFeesValue: type: number description: Fees paid for transfer agent services; such as recording ownership of shares and processing dividends. format: double nullable: true trustAndFiduciaryFeesValue: type: number description: Revenue from transaction fees on trusts. format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unadjustedRevenueValue: type: number description: Revenue derived based on requirements from NASDAQ. For companies using the bank industry template; it is calculated using Net Interest Income; adding back interest expense to derive interest income revenue for the bank; and adding non-interest income to derive unadjusted revenue. For companies using the normal; insurance and investment templates; unadjusted revenue is the same as the company's total revenue. format: double nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true unrealizedGainLossOnDerivativesRevenueValue: type: number description: Unrealized gain/loss on derivative investment activity included in revenue during the reporting period. Excludes gain/loss on Foreign Currency Exchange. format: double nullable: true unrealizedGainLossOnDerivativesValue: type: number description: Net gain or loss due to changes in fair value of derivative financial and hedging instruments. format: double nullable: true unrealizedGainLossOnForeignCurrencyExchangeRevenueValue: type: number description: Unrealized gain/loss on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true unrealizedGainLossOnForeignExchangeValue: type: number description: Net amount of foreign exchange gains and losses due to translation to the functional/reporting currency. format: double nullable: true unrealizedGainLossOnFuturesContractsValue: type: number description: Unrealized gain/loss on futures contract investment activity included in revenue during the reporting period. format: double nullable: true unrealizedGainLossOnInterestRateSwapContractsValue: type: number description: Unrealized gain/loss on interest rate swap contract investment activity included in revenue during the reporting period. format: double nullable: true unrealizedGainLossOnInvestmentSecuritiesRevenueValue: type: number description: Unrealized gain/loss on investment securities included in revenue during the reporting period. format: double nullable: true unrealizedGainLossOnOtherDerivativesValue: type: number description: Unrealized gain/loss on other derivative investment activities not yet classified included in revenue during the reporting period. format: double nullable: true unrealizedGainLossOnWrittenOptionsValue: type: number description: Unrealized gain/loss on written option investment activity included in revenue during the reporting period. format: double nullable: true unrealizedGainOnForeignCurrencyExchangeValue: type: number description: Unrealized gain on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true unrealizedGainOnInvestmentSecuritiesValue: type: number description: Unrealized gain on investment securities included in revenue during the reporting period. format: double nullable: true unrealizedGainOnOtherDerivativesValue: type: number description: Unrealized gain on other derivative investment activities not yet classified included in revenue during the reporting period. format: double nullable: true unrealizedLossOnForeignCurrencyExchangeValue: type: number description: Unrealized loss on Foreign Currency Exchange related activity included in revenue during the reporting period. format: double nullable: true unrealizedLossOnInvestmentSecuritiesValue: type: number description: Unrealized loss on investment securities included in revenue during the reporting period. format: double nullable: true unrealizedLossOnOtherDerivativesValue: type: number description: Unrealized loss on other derivative investment activities not yet classified included in revenue during the reporting period. format: double nullable: true vatIrrecoverableRecoveredClosedEndFundSupplementalValue: type: number description: Amount of irrecoverable or recovered VAT from the capital column of the Income Statement (particularly for UK investment companies). format: double nullable: true wagesAndSalariesValue: type: number description: Costs incurred relating to payment of wages or salaries to employees or officers of the company. format: double nullable: true writeDownFixedAssetsSupplementalValue: type: number description: Loss due to write-downs of fixed assets that cannot be classified in the main Income Statement tree. format: double nullable: true writeDownFixedAssetsValue: type: number description: Loss due to write-down of fixed assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeDownIntangibleAssetsSupplementalValue: type: number description: Loss due to write-downs of intangible assets that cannot be classified in the main Income Statement tree. format: double nullable: true writeDownIntangibleAssetsValue: type: number description: Loss due to write-down of intangible assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeDownOtherAssetsValue: type: number description: Loss due to write-down of assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeDownSupplementalValue: type: number description: Loss due to write-downs of assets that cannot be classified in the main Income Statement tree. format: double nullable: true writeOffBadDebtsSupplementalValue: type: number description: Loss due to write-offs of bad debts that cannot be classified in the main Income Statement tree. format: double nullable: true writeOffBadDebtsValue: type: number description: Loss due to write off of bad debts recognized in the non-operating section of the Income Statement. format: double nullable: true writeOffFixedAssetsSupplementalValue: type: number description: Loss due to write-offs of fixed assets that cannot be classified in the main Income Statement tree. format: double nullable: true writeOffFixedAssetsValue: type: number description: Loss due to write-off of fixed assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeOffIntangibleAssetsSupplementalValue: type: number description: Loss due to write-offs of intangible assets that cannot be classified in the main Income Statement tree. format: double nullable: true writeOffIntangibleAssetsValue: type: number description: Loss due to write off of intangible assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeOffOtherAssetsValue: type: number description: Loss due to write-off of assets recognized in the non-operating section of the Income Statement. format: double nullable: true writeOffSupplementalValue: type: number description: Loss due to write-offs of other assets that cannot be classified in the main Income Statement tree. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputIncomeStatement ResponseStableValueFundAggregatedStatistics: type: object properties: stableValueFundAggregatedStatistics: $ref: '#/components/schemas/OutputStableValueFundAggregatedStatistics' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputIncomeStatementCalculationsPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' totalRevenuePerShare: type: number description: 'The per share value of Total Revenue: This is derived using Total Revenue divided by the company''s average shares outstanding over the accounting period. Total Revenue: Sum of all revenues or sales that the company can attribute to operational activities of the business less discounts; sales returns; and allowances.' format: double nullable: true totalUnusualItemsPerShare: type: number description: 'The per share value of Total Unusual Items: This is derived using Total Unusual Items (After-Tax) divided by the company''s average shares outstanding over the accounting period. Total Unusual Items (After-Tax): This data point represents the subtotal of irregular and non-recurring items (after-tax) based on CPMS (Computerized Portfolio Management Services) methodology standards.' format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputIncomeStatementCalculationsPerShare OutputStrategicBeta: type: object properties: indexSelection: $ref: '#/components/schemas/CodeMappingString' indexWeighting: $ref: '#/components/schemas/CodeMappingString' strategicBetaGroup: $ref: '#/components/schemas/CodeMappingString' dp_StrategicBeta: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputStrategicBeta description: All fields are nullable. Empty or `null` value fields are not returned. InputViewEquityOwnershipRegulatoryReporting: title: InputViewEquityOwnershipRegulatoryReporting description: View input when `viewId=equity-ownership-regulatory-reporting` type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-ownership-regulatory-reporting parameters: $ref: '#/components/schemas/InputViewParametersEquityOwnershipRegulatoryReporting' OutputEsgFundLevelSustainableAttributes: type: object properties: basicNeeds: $ref: '#/components/schemas/CodeMappingString' basicNeedsSurveyed: $ref: '#/components/schemas/CodeMappingString' climateAction: $ref: '#/components/schemas/CodeMappingString' climateActionSurveyed: $ref: '#/components/schemas/CodeMappingString' employExclusionsOverall: $ref: '#/components/schemas/CodeMappingString' employExclusionsOverallSurveyed: $ref: '#/components/schemas/CodeMappingString' esgEngagement: $ref: '#/components/schemas/CodeMappingString' esgEngagementSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAbortionorstemCells: $ref: '#/components/schemas/CodeMappingString' excludesAbortionorstemCellsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAdultEntertainment: $ref: '#/components/schemas/CodeMappingString' excludesAdultEntertainmentSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAlcohol: $ref: '#/components/schemas/CodeMappingString' excludesAlcoholSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesAnimalTesting: $ref: '#/components/schemas/CodeMappingString' excludesAnimalTestingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesControversialWeapons: $ref: '#/components/schemas/CodeMappingString' excludesControversialWeaponsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesFossilFuel: $ref: '#/components/schemas/CodeMappingString' excludesFossilFuelSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesFurAndSpecialtyLeather: $ref: '#/components/schemas/CodeMappingString' excludesFurAndSpecialtyLeatherSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesGambling: $ref: '#/components/schemas/CodeMappingString' excludesGamblingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesGeneticallyModifiedOrganisms: $ref: '#/components/schemas/CodeMappingString' excludesGeneticallyModifiedOrganismsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesMilitaryContracting: $ref: '#/components/schemas/CodeMappingString' excludesMilitaryContractingSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesNuclear: $ref: '#/components/schemas/CodeMappingString' excludesNuclearSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesOther: $ref: '#/components/schemas/CodeMappingString' excludesOtherSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesPalmOil: $ref: '#/components/schemas/CodeMappingString' excludesPalmOilSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesPesticides: $ref: '#/components/schemas/CodeMappingString' excludesPesticidesSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesSmallArms: $ref: '#/components/schemas/CodeMappingString' excludesSmallArmsSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesThermalCoal: $ref: '#/components/schemas/CodeMappingString' excludesThermalCoalSurveyed: $ref: '#/components/schemas/CodeMappingString' excludesTobacco: $ref: '#/components/schemas/CodeMappingString' excludesTobaccoSurveyed: $ref: '#/components/schemas/CodeMappingString' generalEsgInvestment: $ref: '#/components/schemas/CodeMappingString' generalEsgInvestmentSurveyed: $ref: '#/components/schemas/CodeMappingString' healthyEcosystems: $ref: '#/components/schemas/CodeMappingString' healthyEcosystemsSurveyed: $ref: '#/components/schemas/CodeMappingString' humanDevelopment: $ref: '#/components/schemas/CodeMappingString' humanDevelopmentSurveyed: $ref: '#/components/schemas/CodeMappingString' resourceSecurity: $ref: '#/components/schemas/CodeMappingString' resourceSecuritySurveyed: $ref: '#/components/schemas/CodeMappingString' sustainabilityThemedInvestment: $ref: '#/components/schemas/CodeMappingString' sustainabilityThemedInvestmentSurveyed: $ref: '#/components/schemas/CodeMappingString' sustainableInvestmentOverall: $ref: '#/components/schemas/CodeMappingString' sustainableInvestmentOverallStartDate: type: string description: '' nullable: true sustainableInvestmentOverallStartDateSurveyed: type: string description: '' nullable: true sustainableInvestmentOverallSurveyed: $ref: '#/components/schemas/CodeMappingString' useNormsBasedScreening: $ref: '#/components/schemas/CodeMappingString' useNormsBasedScreeningSurveyed: $ref: '#/components/schemas/CodeMappingString' additionalProperties: false title: OutputEsgFundLevelSustainableAttributes description: All fields are nullable. Empty or `null` value fields are not returned. ResponsePurchaseDetails: type: object properties: purchaseDetails: $ref: '#/components/schemas/OutputPurchaseDetails' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputAustralianTmdData: type: object properties: tmdAcquisitionOutsideTmd: $ref: '#/components/schemas/CodeMappingString' tmdAlternativeDataStandardForComplaints: type: string description: '' nullable: true tmdAlternativeDataStandardForTransactions: type: string description: '' nullable: true tmdAppropriateness: $ref: '#/components/schemas/CodeMappingString' tmdCapitalGrowth: $ref: '#/components/schemas/CodeMappingString' tmdCapitalGuaranteed: $ref: '#/components/schemas/CodeMappingString' tmdCapitalPreservation: $ref: '#/components/schemas/CodeMappingString' tmdComplaintReportingFrequency: $ref: '#/components/schemas/CodeMappingString' tmdCoreComponent25To75Percent: $ref: '#/components/schemas/CodeMappingString' tmdCoreComponentUpTo50Percent: $ref: '#/components/schemas/CodeMappingString' tmdDescriptionOfTargetMarket: $ref: '#/components/schemas/CodeMappingString' tmdEffectiveDate: type: string description: '' nullable: true tmdFinancialServicesCouncilDataStandardForComplaints: $ref: '#/components/schemas/CodeMappingString' tmdFinancialServicesCouncilDataStandardForTransactionReporting: $ref: '#/components/schemas/CodeMappingString' tmdFrequencyOfReport: $ref: '#/components/schemas/CodeMappingString' tmdFscSignificantDealingsDistributorGuidance: $ref: '#/components/schemas/CodeMappingString' tmdFscSignificantDealingsGuidance: $ref: '#/components/schemas/CodeMappingString' tmdFundManagerAbn: type: number description: '' format: double nullable: true tmdFundManagerAfsl: type: integer description: '' format: int32 nullable: true tmdFundManagerName: type: string description: '' nullable: true tmdHowToSendReports: $ref: '#/components/schemas/CodeMappingString' tmdInitialReview: type: string description: '' nullable: true tmdInitialReviewDate: type: string description: '' nullable: true tmdInitialReviewMonths: type: number description: '' format: double nullable: true tmdInvestmentObjectiveDescription: $ref: '#/components/schemas/CodeMappingString' tmdInvestmentTimeframeDescription: $ref: '#/components/schemas/CodeMappingString' tmdInvestmentTimeframeLongMoreThan8Years: $ref: '#/components/schemas/CodeMappingString' tmdInvestmentTimeframeMaximum: type: number description: '' format: double nullable: true tmdInvestmentTimeframeMedium2To6Years: $ref: '#/components/schemas/CodeMappingString' tmdInvestmentTimeframeMinimum: type: number description: '' format: double nullable: true tmdInvestmentTimeframeShortLessThan2Years: $ref: '#/components/schemas/CodeMappingString' tmdLastUpdateDate: type: string description: '' nullable: true tmdMajorAllocationUpTo75Percent: $ref: '#/components/schemas/CodeMappingString' tmdMaximumSubsequentReviewPeriod: type: string description: '' nullable: true tmdMaximumSubsequentReviewPeriodDate: type: string description: '' nullable: true tmdMaximumSubsequentReviewPeriodMonths: type: number description: '' format: double nullable: true tmdMinorAllocationUpTo25Percent: $ref: '#/components/schemas/CodeMappingString' tmdNoDistributionConditions: $ref: '#/components/schemas/CodeMappingString' tmdOtherDistributionsConditions: $ref: '#/components/schemas/CodeMappingString' tmdOtherDistributionsConditionsSpecify: $ref: '#/components/schemas/CodeMappingString' tmdPersonalAdviceDistributionOnly: $ref: '#/components/schemas/CodeMappingString' tmdPersonalAdviceDistributionOnlyRationale: $ref: '#/components/schemas/CodeMappingString' tmdProductUseDescription: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequency: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequency10YearsOrMore: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyAnnually: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyAnnuallyOrLonger: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyDaily: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyMonthly: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyQuarterly: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyWeekly: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyWithin10Years: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionFrequencyWithin5Years: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionIssuersDiscretion: $ref: '#/components/schemas/CodeMappingString' tmdRedemptionIssuersDiscretionDetails: type: string description: '' nullable: true tmdRegularIncome: $ref: '#/components/schemas/CodeMappingString' tmdReturnObjectiveExtremelyHighRiskAndReturn: $ref: '#/components/schemas/CodeMappingString' tmdReturnObjectiveHighRiskAndReturn: $ref: '#/components/schemas/CodeMappingString' tmdReturnObjectiveLowRiskAndReturn: $ref: '#/components/schemas/CodeMappingString' tmdReturnObjectiveMediumRiskAndReturn: $ref: '#/components/schemas/CodeMappingString' tmdReturnObjectiveVeryHighRiskAndReturn: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerHighNumberComplaintsFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerMaterialChangeFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerMaterialDeviationFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerNotPerformedAsDisclosedFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerProductInterventionPowersFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdReviewTriggerSignificantDealingFinancialServicesCouncil: $ref: '#/components/schemas/CodeMappingString' tmdRiskReturnDescription: $ref: '#/components/schemas/CodeMappingString' tmdSatelliteAllocationUpTo10Percent: $ref: '#/components/schemas/CodeMappingString' tmdSatelliteLessThan25Percent: $ref: '#/components/schemas/CodeMappingString' tmdSpecifiedDistributorChannelsOnly: $ref: '#/components/schemas/CodeMappingString' tmdSpecifiedDistributorChannelsOnlyRationale: $ref: '#/components/schemas/CodeMappingString' tmdSpecifiedDistributorChannelsOnlySpecify: $ref: '#/components/schemas/CodeMappingString' tmdStandaloneMoreThan75Percent: $ref: '#/components/schemas/CodeMappingString' tmdStatus: $ref: '#/components/schemas/CodeMappingString' tmdVersion: type: string description: '' nullable: true tmdVersionOfDataStandard: type: string description: '' nullable: true additionalProperties: false title: OutputAustralianTmdData description: All fields are nullable. Empty or `null` value fields are not returned. OutputUkSdrCorePackage: type: object properties: consumerFacingDocumentProducedForNonSdrLabelledFund: $ref: '#/components/schemas/CodeMappingString' sdrEffectiveDate: type: string description: '' nullable: true sdrSustainabilityFocusLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityImpactLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityImproversLabelled: $ref: '#/components/schemas/CodeMappingString' sdrSustainabilityMixedGoalsLabelled: $ref: '#/components/schemas/CodeMappingString' sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityFocusLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityFocusLabelUpperRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImpactLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImpactLabelUpperRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImproversLabelLowerRange: type: number description: '' format: double nullable: true sustainabilityMixedGoalsProportionOfAssetsInvestedInSustainabilityImproversLabelUpperRange: type: number description: '' format: double nullable: true additionalProperties: false title: OutputUkSdrCorePackage description: All fields are nullable. Empty or `null` value fields are not returned. OutputMetadata_3: type: object properties: requestId: type: string nullable: true time: type: string format: date-time readOnly: true portfolioDate: type: string nullable: true portfolioCurrency: type: string nullable: true messages: type: array items: $ref: '#/components/schemas/OutputMetadataMessages_3' nullable: true additionalProperties: false title: OutputMetadata description: All fields are nullable. Empty or `null` value fields are not returned. OutputPricesHistorical: type: object properties: averagePrice: type: number description: '' format: double nullable: true buySellSpread: type: number description: '' format: double nullable: true buySpread: type: number description: '' format: double nullable: true dailyPremiumDiscount: type: number description: '' format: double nullable: true dailyVolume: type: number description: '' format: double nullable: true dailyVolumeValue: type: number description: '' format: double nullable: true sellSpread: type: number description: '' format: double nullable: true unweightedDailyDiscount: type: number description: '' format: double nullable: true weightedDailyDiscount: type: number description: '' format: double nullable: true additionalProperties: false title: OutputPricesHistorical description: All fields are nullable. Empty or `null` value fields are not returned. OutputYieldsMostRecent: type: object properties: currentYield: type: number description: '' format: double nullable: true currentYieldDate: type: string description: '' nullable: true currentYieldAtNavPercDate: type: string description: '' nullable: true currentYieldAtNavPerc: type: number description: '' format: double nullable: true yieldDate: type: string description: '' nullable: true _1MonthYield: type: string description: '' nullable: true sitcaYieldDate: type: string description: '' nullable: true secYield: type: number description: '' format: double nullable: true secYieldDate: type: string description: '' nullable: true _12MoYieldDate: type: string description: '' nullable: true yield12MonthAtMarketPrice: type: number description: '' format: double nullable: true yield12MonthAtMarketPriceEndDate: type: string description: '' nullable: true totalYieldLong: type: number description: '' format: double nullable: true totalYieldLongDate: type: string description: '' nullable: true aggregated12MonthYield: type: number description: '' format: double nullable: true aggregatedSecYield: type: number description: '' format: double nullable: true _7DayYield: type: string description: '' nullable: true _7DayYieldDate: type: string description: '' nullable: true _12MoYieldRescalingFactor: type: string description: '' nullable: true incomeOnlyYieldPriceUs: type: number description: '' format: double nullable: true taxEquivalentYieldPrice: type: number description: '' format: double nullable: true incomeOnlyYieldNavUs: type: number description: '' format: double nullable: true _7DayGrossYield: type: string description: '' nullable: true _7DayGrossYieldDate: type: string description: '' nullable: true _7DayUnsubsidizedYield: type: string description: '' nullable: true _7DayUnsubsidizedYieldDate: type: string description: '' nullable: true _30DayUnsubsidizedSecYield: type: string description: '' nullable: true _30DayUnsubsidizedSecYieldDate: type: string description: '' nullable: true vctDistributionYieldDateDaily: type: string description: '' nullable: true vctDistributionYield1yDaily: type: number description: '' format: double nullable: true vctDistributionYield3yDaily: type: number description: '' format: double nullable: true vctDistributionYield5yDaily: type: number description: '' format: double nullable: true additionalProperties: false title: OutputYieldsMostRecent description: All fields are nullable. Empty or `null` value fields are not returned. OutputData: title: OutputData description: All fields are nullable. Empty or `null` value fields are not returned. type: object properties: aggregationDailyDividendMetrics: $ref: '#/components/schemas/OutputAggregationDailyDividendMetrics' aggregationEfficiencyRatios: $ref: '#/components/schemas/OutputAggregationEfficiencyRatios' aggregationEnterpriseValueCalculations: $ref: '#/components/schemas/OutputAggregationEnterpriseValueCalculations' aggregationFinancialHealthRatios: $ref: '#/components/schemas/OutputAggregationFinancialHealthRatios' aggregationFinancialStatementsSimpleSummation: $ref: '#/components/schemas/OutputAggregationFinancialStatementsSimpleSummation' aggregationLeverage: $ref: '#/components/schemas/OutputAggregationLeverage' aggregationMargins: $ref: '#/components/schemas/OutputAggregationMargins' aggregationMarketCapital: $ref: '#/components/schemas/OutputAggregationMarketCapital' aggregationMonthlyDividendMetrics: $ref: '#/components/schemas/OutputAggregationMonthlyDividendMetrics' aggregationPriceMultiples: $ref: '#/components/schemas/OutputAggregationPriceMultiples' aggregationPriceYields: $ref: '#/components/schemas/OutputAggregationPriceYields' aggregationProfitability: $ref: '#/components/schemas/OutputAggregationProfitability' aggregationResidualRiskAndReturnSensitivity: $ref: '#/components/schemas/OutputAggregationResidualRiskAndReturnSensitivity' aggregationTrailingReturn: $ref: '#/components/schemas/OutputAggregationTrailingReturn' averageRates: $ref: '#/components/schemas/OutputAverageRates' averageRatesPerShare: $ref: '#/components/schemas/OutputAverageRatesPerShare' balanceSheet: $ref: '#/components/schemas/OutputBalanceSheet' balanceSheetCalculations: $ref: '#/components/schemas/OutputBalanceSheetCalculations' balanceSheetCalculationsPerShare: $ref: '#/components/schemas/OutputBalanceSheetCalculationsPerShare' bankReserveRatioDuration: $ref: '#/components/schemas/OutputBankReserveRatioDuration' bankReserveRatioSpot: $ref: '#/components/schemas/OutputBankReserveRatioSpot' boardAndCommitteeAttendance: $ref: '#/components/schemas/OutputBoardAndCommitteeAttendance' capitalRepayment: $ref: '#/components/schemas/OutputCapitalRepayment' cashDividend: $ref: '#/components/schemas/OutputCashDividend' cashFlow: $ref: '#/components/schemas/OutputCashFlow' cashFlowCalculations: $ref: '#/components/schemas/OutputCashFlowCalculations' cashFlowCalculationsPerShare: $ref: '#/components/schemas/OutputCashFlowCalculationsPerShare' centralIndexKeyChangeLog: $ref: '#/components/schemas/OutputCentralIndexKeyChangeLog' companyAddress: $ref: '#/components/schemas/OutputCompanyAddress' companyAdvisor: $ref: '#/components/schemas/OutputCompanyAdvisor' companyGrade: $ref: '#/components/schemas/OutputCompanyGrade' companyInformation: $ref: '#/components/schemas/OutputCompanyInformation' companyLevelInsiderHolding: $ref: '#/components/schemas/OutputCompanyLevelInsiderHolding' companyLevelInsiderTransactionStatistics: $ref: '#/components/schemas/OutputCompanyLevelInsiderTransactionStatistics' companyLevelTotalSharesOutstanding: $ref: '#/components/schemas/OutputCompanyLevelTotalSharesOutstanding' companyProfile: $ref: '#/components/schemas/OutputCompanyProfile' comparablesRank: $ref: '#/components/schemas/OutputComparablesRank' consensusRawEstimate: $ref: '#/components/schemas/OutputConsensusRawEstimate' consensusRawRecommendations: $ref: '#/components/schemas/OutputConsensusRawRecommendations' contactInformation: $ref: '#/components/schemas/OutputContactInformation' conversionRatioChangeLog: $ref: '#/components/schemas/OutputConversionRatioChangeLog' cusip: $ref: '#/components/schemas/OutputCusip' cusipChangeLog: $ref: '#/components/schemas/OutputCusipChangeLog' dailyDividendResidualRiskAndReturnSensitivity: $ref: '#/components/schemas/OutputDailyDividendResidualRiskAndReturnSensitivity' dailyNonDividendResidualRiskAndReturnSensitivity: $ref: '#/components/schemas/OutputDailyNonDividendResidualRiskAndReturnSensitivity' dailyStandardDeviation: $ref: '#/components/schemas/OutputDailyStandardDeviation' debtMaturitySchedule: $ref: '#/components/schemas/OutputDebtMaturitySchedule' delistInformation: $ref: '#/components/schemas/OutputDelistInformation' dilutedEnterpriseValueCalculations: $ref: '#/components/schemas/OutputDilutedEnterpriseValueCalculations' dilutedMarketCapital: $ref: '#/components/schemas/OutputDilutedMarketCapital' dividendMetrics: $ref: '#/components/schemas/OutputDividendMetrics' dividendResidualRiskAndReturnSensitivity: $ref: '#/components/schemas/OutputDividendResidualRiskAndReturnSensitivity' domicileCountryChangeLog: $ref: '#/components/schemas/OutputDomicileCountryChangeLog' drRatioChangeLog: $ref: '#/components/schemas/OutputDrRatioChangeLog' earningReport: $ref: '#/components/schemas/OutputEarningReport' efficiencyRatios: $ref: '#/components/schemas/OutputEfficiencyRatios' employeeNumber: $ref: '#/components/schemas/OutputEmployeeNumber' enterpriseValueAverageRates: $ref: '#/components/schemas/OutputEnterpriseValueAverageRates' enterpriseValueCalculations: $ref: '#/components/schemas/OutputEnterpriseValueCalculations' enterpriseValueGrowthRates: $ref: '#/components/schemas/OutputEnterpriseValueGrowthRates' entityReferenceEntityNameChange: $ref: '#/components/schemas/OutputEntityReferenceEntityNameChange' equityResearchRatingsMostRecent: $ref: '#/components/schemas/OutputEquityResearchRatingsMostRecent' equityResearchRatingsMostRecentAndHistorical: $ref: '#/components/schemas/OutputEquityResearchRatingsMostRecentAndHistorical' eventCalendar: $ref: '#/components/schemas/OutputEventCalendar' exchangeCodeChangeLog: $ref: '#/components/schemas/OutputExchangeCodeChangeLog' executiveCompensationBoardOfDirectors: $ref: '#/components/schemas/OutputExecutiveCompensationBoardOfDirectors' executiveOfficersAndBoardOfDirectors: $ref: '#/components/schemas/OutputExecutiveOfficersAndBoardOfDirectors' executiveOfficersCompensation: $ref: '#/components/schemas/OutputExecutiveOfficersCompensation' executiveOptionsExercisedAndStockVested: $ref: '#/components/schemas/OutputExecutiveOptionsExercisedAndStockVested' executiveOutstandingStockAndOptionAwards: $ref: '#/components/schemas/OutputExecutiveOutstandingStockAndOptionAwards' executivePayRatioInformation: $ref: '#/components/schemas/OutputExecutivePayRatioInformation' executiveStockAndOptionGrants: $ref: '#/components/schemas/OutputExecutiveStockAndOptionGrants' financialHealthGrade: $ref: '#/components/schemas/OutputFinancialHealthGrade' financialHealthRatios: $ref: '#/components/schemas/OutputFinancialHealthRatios' floatMarketCapital: $ref: '#/components/schemas/OutputFloatMarketCapital' forwardCalculationMetrics: $ref: '#/components/schemas/OutputForwardCalculationMetrics' fundFromOperations: $ref: '#/components/schemas/OutputFundFromOperations' fundFromOperationsPerShare: $ref: '#/components/schemas/OutputFundFromOperationsPerShare' growthRates: $ref: '#/components/schemas/OutputGrowthRates' growthRatesPerShare: $ref: '#/components/schemas/OutputGrowthRatesPerShare' incomeStatement: $ref: '#/components/schemas/OutputIncomeStatement' incomeStatementCalculations: $ref: '#/components/schemas/OutputIncomeStatementCalculations' incomeStatementCalculationsPerShare: $ref: '#/components/schemas/OutputIncomeStatementCalculationsPerShare' insider: $ref: '#/components/schemas/OutputInsider' insiderHoldingsDetail: $ref: '#/components/schemas/OutputInsiderHoldingsDetail' insiderTradingActivity: $ref: '#/components/schemas/OutputInsiderTradingActivity' isinChangeLog: $ref: '#/components/schemas/OutputIsinChangeLog' legalNameChangeLog: $ref: '#/components/schemas/OutputLegalNameChangeLog' leverage: $ref: '#/components/schemas/OutputLeverage' margins: $ref: '#/components/schemas/OutputMargins' marketCapital: $ref: '#/components/schemas/OutputMarketCapital' marketCapitalBreakpoint: $ref: '#/components/schemas/OutputMarketCapitalBreakpoint' marketReturn: $ref: '#/components/schemas/OutputMarketReturn' mergerAcquisition: $ref: '#/components/schemas/OutputMergerAcquisition' momentum: $ref: '#/components/schemas/OutputMomentum' monthEndReturnStatistics: $ref: '#/components/schemas/OutputMonthEndReturnStatistics' monthlyStandardDeviation: $ref: '#/components/schemas/OutputMonthlyStandardDeviation' netAssetValue: $ref: '#/components/schemas/OutputNetAssetValue' netAssetValuePerShare: $ref: '#/components/schemas/OutputNetAssetValuePerShare' nonDividendResidualRiskAndReturnSensitivity: $ref: '#/components/schemas/OutputNonDividendResidualRiskAndReturnSensitivity' ownershipDataFundCompany: $ref: '#/components/schemas/OutputOwnershipDataFundCompany' ownershipDataMutualFund: $ref: '#/components/schemas/OutputOwnershipDataMutualFund' ownershipDataSecAndSedar: $ref: '#/components/schemas/OutputOwnershipDataSecAndSedar' ownershipDataSummary: $ref: '#/components/schemas/OutputOwnershipDataSummary' performanceLevelTotalSharesOutstanding: $ref: '#/components/schemas/OutputPerformanceLevelTotalSharesOutstanding' performanceLevelTotalSharesOutstandingTreasury: $ref: '#/components/schemas/OutputPerformanceLevelTotalSharesOutstandingTreasury' preferredStockRedemptionSchedule: $ref: '#/components/schemas/OutputPreferredStockRedemptionSchedule' preferredStockSchedulePaymentDate: $ref: '#/components/schemas/OutputPreferredStockSchedulePaymentDate' preferredStockSpecific: $ref: '#/components/schemas/OutputPreferredStockSpecific' priceMultipleStatistics: $ref: '#/components/schemas/OutputPriceMultipleStatistics' priceMultiples: $ref: '#/components/schemas/OutputPriceMultiples' priceYields: $ref: '#/components/schemas/OutputPriceYields' primaryPerformanceIdDetails: $ref: '#/components/schemas/OutputPrimaryPerformanceIdDetails' profitability: $ref: '#/components/schemas/OutputProfitability' profitabilityPerShare: $ref: '#/components/schemas/OutputProfitabilityPerShare' quantitativeEquitySmartText: $ref: '#/components/schemas/OutputQuantitativeEquitySmartText' quantitativeFairValues: $ref: '#/components/schemas/OutputQuantitativeFairValues' quantitativeRatings: $ref: '#/components/schemas/OutputQuantitativeRatings' rightsIssue: $ref: '#/components/schemas/OutputRightsIssue' sayOnPay: $ref: '#/components/schemas/OutputSayOnPay' sedolChangeLog: $ref: '#/components/schemas/OutputSedolChangeLog' segmentsEnhanced: $ref: '#/components/schemas/OutputSegmentsEnhanced' shareClassInformation: $ref: '#/components/schemas/OutputShareClassInformation' shortInterest: $ref: '#/components/schemas/OutputShortInterest' spinOff: $ref: '#/components/schemas/OutputSpinOff' stockSplit: $ref: '#/components/schemas/OutputStockSplit' stockStyle: $ref: '#/components/schemas/OutputStockStyle' symbolChangeLog: $ref: '#/components/schemas/OutputSymbolChangeLog' totalSharesOutstandingRaw: $ref: '#/components/schemas/OutputTotalSharesOutstandingRaw' totalSharesOutstandingRawTreasury: $ref: '#/components/schemas/OutputTotalSharesOutstandingRawTreasury' trailingReturn: $ref: '#/components/schemas/OutputTrailingReturn' transcriptsCompany: $ref: '#/components/schemas/OutputTranscriptsCompany' ukStakeholderOwnership: $ref: '#/components/schemas/OutputUkStakeholderOwnership' valuationAverageRates: $ref: '#/components/schemas/OutputValuationAverageRates' valuationGrowthRates: $ref: '#/components/schemas/OutputValuationGrowthRates' votingReport: $ref: '#/components/schemas/OutputVotingReport' OutputMonthEndReturnStatistics: type: object properties: asOfDate: type: string description: The calendar date when the best and worst 3 months total return datapoints are calculated nullable: true best3MonthTotalReturnOverPast120Months: type: number description: This data point refers to the highest 3 month total return value over the past 120 months. format: double nullable: true best3MonthTotalReturnOverPast12Months: type: number description: This data point refers to the highest 3 month total return value over the past 12 months. format: double nullable: true best3MonthTotalReturnOverPast36Months: type: number description: This data point refers to the highest 3 month total return value over the past 36 months. format: double nullable: true best3MonthTotalReturnOverPast60Months: type: number description: This data point refers to the highest 3 month total return value over the past 60 months. format: double nullable: true worst3MonthTotalReturnOverPast120Months: type: number description: This data point refers to the lowest 3 month total return value over the past 120 months. format: double nullable: true worst3MonthTotalReturnOverPast12Months: type: number description: This data point refers to the lowest 3 month total return value over the past 12 months. format: double nullable: true worst3MonthTotalReturnOverPast36Months: type: number description: This data point refers to the lowest 3 month total return value over the past 36 months. format: double nullable: true worst3MonthTotalReturnOverPast60Months: type: number description: This data point refers to the lowest 3 month total return value over the past 60 months. format: double nullable: true additionalProperties: false title: OutputMonthEndReturnStatistics InputViewEquityOwnershipSummary: title: InputViewEquityOwnershipSummary description: View input when `viewId=equity-ownership-summary` type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-ownership-summary parameters: $ref: '#/components/schemas/InputViewParametersEquityOwnershipSummary' OutputAverageRatesPerShare: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true commonEquityBookValuePerShare1YearAverage: type: number description: This data point is calculated by summing all available common equity book value per share values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 1 year period; then dividing by the number of available inputs. Common Equity Book Value Per Share is calculated using common equity book value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true currencyCode: type: string description: The three-letter ISO Code for the country associated to an holding. Different types of securites apply different country assignment methodologies. The country is derived from the Morningstar Business Country methodology for equity holdings; while it is sourced from third party vendors for non-equity holdings. nullable: true dilutedEps5YearAverage: type: number description: This data point is calculated by summing all available diluted earnings per share (EPS) values collected from every financial report in the stipulated 5 year period; then dividing by the number of available inputs. For average values with period type Annual/Quarter/Semi-Annual; calculation inputs are sourced from the Annual/Quarter/Semi-Annual reports respectively. format: double nullable: true tangibleBookValuePerShare3YearAverage: type: number description: This data point is calculated by summing all available tangible book value per share values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 3 year period; then dividing by the number of available inputs. Tangible Book Value Per Share is calculated using tangible book value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true tangibleBookValuePerShare5YearAverage: type: number description: This data point is calculated by summing all available tangible book value per share values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 5 year period; then dividing by the number of available inputs. Tangible Book Value Per Share is calculated using tangible book value divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true workingCapitalPerShare3YearAverage: type: number description: This data point is calculated by summing all available working capital per share values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 3 year period; then dividing by the number of available inputs. Working Capital Per Share is calculated using working capital divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true workingCapitalPerShare5YearAverage: type: number description: This data point is calculated by summing all available working capital per share values derived from every financial report (quarterly; semi-annual; annual) between the beginning and ending of the stipulated 5 year period; then dividing by the number of available inputs. Working Capital Per Share is calculated using working capital divided by the company's total shares outstanding as of the financial report period end date. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportPeriod: type: string description: '' nullable: true reportType: type: string description: '' nullable: true additionalProperties: false title: OutputAverageRatesPerShare OutputCashFlow: type: object properties: reportPeriodEndDate: type: string description: The standardized report date when the company reports its financial statements. Standardized report date will be either 28 or 29 (February); 30 or 31. nullable: true accessionNumber: type: string description: The US Securities And Exchange Commission (SEC) 18-digit unique identifier assigned automatically to an accepted submission by its filer system. The first 10 digits comprise the Central Index Key (CIK) of the entity submitting the filing. The next 2 digits represent the year. The last series of digits comprise a sequential count of submitted filings from that CIK. The count is usually; but not always; reset to 0 at the start of each calendar year. nullable: true cashFlowFileDate: type: string description: '' nullable: true accretionOfAssetRetirementObligationNonCashAdjustmentValue: type: number description: Non-cash charge related to accretion of asset retirement obligation recognized during the accounting period. format: double nullable: true additionsToPolicyholderFundsAndContractsValue: type: number description: Cash inflow from deposit in policyholder fund by new insurance contracts. format: double nullable: true allowanceForFundsUsedDuringConstructionNonCashAdjustmentValue: type: number description: Non-cash allowances for construction contracts during the accounting period. format: double nullable: true amortizationAccretionOfDiscountsAndPremiumsNonCashAdjustmentValue: type: number description: Amortization of discount/premium reported by the company in the non-cash section of the cash flow statement. format: double nullable: true amortizationNonCashAdjustmentValue: type: number description: 'Non-cash charge for intangible assets during the accounting period. Excludes: Amortization for Securities (recorded as interest)' format: double nullable: true amortizationOfAcquisitionCostsNonCashAdjustmentValue: type: number description: Non-cash expenses charged against earnings in the period to account for capitalized costs associated with acquisition of business. format: double nullable: true amortizationOfDeferredLoanAndLeaseFeesNonCashAdjustmentValue: type: number description: Non-cash expenses charged against earnings in the period to account for deferred loan and lease fees. format: double nullable: true amortizationOfDeferredPolicyAcquisitionCostNonCashAdjustmentValue: type: number description: Non-cash charge allocated to the gradual reduction of deferred policy acquisition costs over the life of the insurance contracts; includes amortization of deferred financing cost. format: double nullable: true amortizationOfSecuritiesNonCashAdjustmentValue: type: number description: Non-Cash charge allocated to the gradual elimination of discount/premium on investment made in fixed income securities by the company format: double nullable: true bankOverdraftReconciliationOfCashValue: type: number description: Carrying value of any bank overdrafts. format: double nullable: true capitalExpenditureReportedValue: type: number description: 'Funds used to acquire capital assets; other than those associated with acquisitions; during the accounting period. Includes: purchase of tangibles and intangibles given as combined expense that does not have granular break out. Excludes: capitalized expenses or costs for non-capital assets' format: double nullable: true cashAdvancesAndLoansMadeToOtherPartiesValue: type: number description: Cash outflow arising from cash advances and loans made to other debtors or parties during the accounting period. format: double nullable: true cashAndCashEquivalentsBeginningOfPeriodValue: type: number description: Cash and cash equivalents balance at the beginning of the accounting period; as indicated on the Cash Flow statement. format: double nullable: true cashAndCashEquivalentsEndOfPeriodValue: type: number description: Cash and cash equivalents balance at the end of the accounting period; as indicated on the Cash Flow statement. format: double nullable: true cashDividendsAndInterestPaidValue: type: number description: Sum of interest paid on debt and payment of cash dividends to common and preferred stockholders during the accounting period. format: double nullable: true cashDividendsPaidToNonControllingMinorityInterestsValue: type: number description: Cash outflow arising from payment of cash dividends to non-controlling or minority interests during the accounting period. format: double nullable: true cashDividendsPaidValue: type: number description: 'Cash outflow arising from payment of dividends to common and preferred stockholders during the accounting period. Substance over form: ''Distribution to Shareholders'' or ''Profit Distributions''.' format: double nullable: true cashFlowFromContinuingFinancingActivitiesValue: type: number description: Cash generated by or used in financing activities of continuing operations. format: double nullable: true cashFlowFromContinuingInvestingActivitiesValue: type: number description: Cash generated by or used in investing activities of continuing operations. format: double nullable: true cashFlowFromDiscontinuedOperationIncludedInNetChangeInCashValue: type: number description: Net cash flow from discontinued operations that cannot be classified into CFO; CFI; or CFF that is included in the net change in cash. format: double nullable: true cashFlowFromFinancingActivitiesValue: type: number description: Aggregate change in cash position of the company resulting from its financing activities. format: double nullable: true cashFlowFromInvestingActivitiesValue: type: number description: Aggregate change in cash position of the company resulting from its long term or short term investments in the financial markets; operating subsidiaries; and purchase or sale of capital assets. format: double nullable: true cashFlowFromOperatingActivitiesIndirectValue: type: number description: Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the indirect method. format: double nullable: true cashFlowsFromUsedInOperatingActivitiesDirectValue: type: number description: Cash generated by or used in operating activities (such as manufacturing and selling goods or providing a service) under the direct method. format: double nullable: true cashGeneratedFromOperatingActivitiesValue: type: number description: Cash inflows and outflows from operating activities of continuing operations. format: double nullable: true cashPaidToReinsurersDirectValue: type: number description: Cash outflow to pay reinsurers. format: double nullable: true cashPaymentsForDepositsByBanksAndCustomersDirectValue: type: number description: Cash outflow for bank and customer deposits. format: double nullable: true cashPaymentsForInsuranceRelatedActivitiesDirectValue: type: number description: Cash outflow for insurance services provided; such as paying out claims. format: double nullable: true cashPaymentsForLoansAndBorrowingsDirectValue: type: number description: Cash outflow for customer loans and borrowings. format: double nullable: true cashPaymentsForSecuritiesRelatedActivitiesDirectValue: type: number description: Cash outflow for securities; such as cash used to buy a security. format: double nullable: true cashPaymentsFromOperatingActivitiesDirectValue: type: number description: Cash outflow from operating activities of continuing operations. format: double nullable: true cashPaymentsSupplementalValue: type: number description: Cash outflows during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true cashReceiptsFromDepositsByBanksAndCustomersDirectValue: type: number description: Cash inflow from bank and customer deposits. format: double nullable: true cashReceiptsFromFeesAndCommissionsDirectValue: type: number description: Cash inflow from fees and commissions. format: double nullable: true cashReceiptsFromInsuranceRelatedActivitiesDirectValue: type: number description: Cash inflow from insurance services provided; such as premiums charged and insurance service fees collected. format: double nullable: true cashReceiptsFromLoansAndBorrowingsDirectValue: type: number description: Cash inflow from customer loans and bank borrowings; including interest income from loans to customers format: double nullable: true cashReceiptsFromOperatingActivitiesDirectValue: type: number description: Cash inflows from operating activities of continuing operations. format: double nullable: true cashReceiptsFromRepaymentOfAdvancesAndLoansMadeToOtherPartiesValue: type: number description: Cash inflow arising from repayments of loans and advances by other parties during the accounting period. format: double nullable: true cashReceiptsFromSecuritiesRelatedActivitiesDirectValue: type: number description: Cash inflow relating to securities; such as proceeds from selling a trading security. format: double nullable: true cashReconciliationOfCashValue: type: number description: Carrying value of cash and highly liquid investments with short periods to maturity; which are readily convertible to cash on hand. format: double nullable: true changeInAccruedExpensesValue: type: number description: Increase or decrease of accrued expenses between reporting periods. format: double nullable: true changeInAccruedIncomeUnbilledRevenueCostInExcessOfBillingsValue: type: number description: Increase or decrease of accrued income or unbilled revenue between reporting periods. format: double nullable: true changeInAdvancePaymentsByBorrowersForTaxesAndInsuranceValue: type: number description: Net change in advance payments by borrowers for taxes and insurance during the period. format: double nullable: true changeInAdvancesFromCentralBanksValue: type: number description: Net change in the amount of advances from central banks during the period. format: double nullable: true changeInBankOwnedInsuranceValue: type: number description: Net change in the amount of bank owned life insurance during the period. format: double nullable: true changeInCashAndBalancesAtCentralBanksValue: type: number description: Net change in the amount of the cash and balances with central banks during the period. format: double nullable: true changeInCashAsReportedSupplementalValue: type: number description: Net change in cash during the accounting period as reported by the company. format: double nullable: true changeInCashRestrictedOrPledgedValue: type: number description: 'Increase or decrease in restricted or pledged cash between reporting periods. Includes: Changes in restricted investment' format: double nullable: true changeInCashValue: type: number description: Change in cash reported in the cash flow statement. format: double nullable: true changeInCentralBankFundsPurchasedSecuritiesSoldUnderReposAndSecuritiesLoanedValue: type: number description: Net change during the period in the amount that a bank with insufficient reserves borrows; at the federal funds rate; from another bank to meet its reserve requirements and the amount of securities that an institution sells and agrees to repurchase at a specified date. format: double nullable: true changeInCentralBankFundsSoldSecuritiesPurchasedUnderReposAndSecuritiesBorrowedValue: type: number description: Net change during the period in the amount of (1) central bank funds lent to a commercial bank requiring the funds for its legal reserve requirements and (2) securities purchased under agreements to resell. format: double nullable: true changeInDeferredAcquisitionAmortizationCostsNetValue: type: number description: Net change in deferred acquisition amortization costs during the period. format: double nullable: true changeInDeferredAssetsLiabilitiesValue: type: number description: Increase or decrease of deferred assets or liabilities between reporting periods. format: double nullable: true changeInDepositsCashFlowFromFinancingActivitiesValue: type: number description: Net change in money given as security; collateral; or margin deposits during the period. format: double nullable: true changeInDepositsCashFlowFromInvestingActivitiesValue: type: number description: Net change in deposits classified under investing activities during the period. format: double nullable: true changeInDepositsCashFlowFromOperatingActivitiesValue: type: number description: Net change in the amount of deposits during the period. format: double nullable: true changeInDividendsPayableValue: type: number description: Increase or decrease of dividends payable between reporting periods. format: double nullable: true changeInDividendsReceivableValue: type: number description: Increase or decrease of dividends receivable between reporting periods. format: double nullable: true changeInFinanceLeaseReceivableValue: type: number description: Increase or decrease of finance lease receivable between reporting periods. format: double nullable: true changeInFinancialAssetsValue: type: number description: Net change in the amount of financial assets during the period. format: double nullable: true changeInFinancialLiabilitiesValue: type: number description: Net change in the amount of financial liabilities during the period. format: double nullable: true changeInInsuranceContractAssetsValue: type: number description: Net change in insurance contract assets during the period. format: double nullable: true changeInInsuranceContractLiabilitiesValue: type: number description: Net change in insurance contract liabilities during the period. format: double nullable: true changeInInterestBearingDepositsInBankValue: type: number description: Net change in interest-bearing deposits in other financial institutions during the period. format: double nullable: true changeInInterestPayablesValue: type: number description: Increase or decrease of interest payable between reporting periods. format: double nullable: true changeInInterestReceivablesValue: type: number description: Increase or decrease of interest receivables between reporting periods. format: double nullable: true changeInInventoriesValue: type: number description: Increase or decrease in inventories between reporting periods. format: double nullable: true changeInInvestmentContractLiabilitiesValue: type: number description: Net change in investment contract liabilities during the period. format: double nullable: true changeInLoansAndAdvancesValue: type: number description: Net change in the amount of borrowings; loans and advances during the period. format: double nullable: true changeInLoansReceivableValue: type: number description: Increase or decrease of loans receivable between reporting periods. format: double nullable: true changeInNotesReceivableValue: type: number description: Increase or decrease of notes receivable between reporting periods. format: double nullable: true changeInOtherAssetsValue: type: number description: Net change in the amount of other assets during the period. format: double nullable: true changeInOtherCurrentAssetsValue: type: number description: Increase or decrease of other assets between reporting periods. format: double nullable: true changeInOtherCurrentLiabilitiesValue: type: number description: Increase or decrease of other liabilities between reporting periods. format: double nullable: true changeInOtherInsuranceContractLiabilitiesValue: type: number description: Net increase or decrease in other insurance contract liabilities during the reporting period that cannot be classified elsewhere. format: double nullable: true changeInOtherLiabilitiesValue: type: number description: Net change in the amount of other liabilities during the period. format: double nullable: true changeInOtherOperatingCapitalValue: type: number description: Increase or decrease of all operating capital between reporting periods. format: double nullable: true changeInOtherPayablesValue: type: number description: 'Increase or decrease of other payables between reporting periods. Includes: change in mortgages payable' format: double nullable: true changeInOtherReceivablesValue: type: number description: 'Increase or decrease of the other receivables between reporting periods. Includes: change in mortgages receivable; change in rent receivable' format: double nullable: true changeInPayablesAndAccruedExpensesValue: type: number description: Increase or decrease of payables and accrued expenses between reporting periods. format: double nullable: true changeInPolicyholdersDepositsFundsValue: type: number description: Net change in deposits/funds during the period. format: double nullable: true changeInPolicyholdersFundsAndContractsValue: type: number description: Net change in policyholder funds and contracts during the period. format: double nullable: true changeInPrepaymentsAndDepositsValue: type: number description: 'Increase or decrease of prepayments and deposits between reporting periods. Includes: change in prepaid assets' format: double nullable: true changeInProvisionForLoanAndOtherCreditRiskLossesValue: type: number description: Net change in provisions for loans; leases; and other losses during the period. format: double nullable: true changeInProvisionsValue: type: number description: Increase or decrease of provisions between reporting periods. format: double nullable: true changeInReinsuranceAssetsValue: type: number description: Net change in reinsurance assets during the period. format: double nullable: true changeInReservesForBenefitsClaimsAndLossesExpenseValue: type: number description: Net change in reserves for benefits; claims; and losses expense during the period. format: double nullable: true changeInRestrictedCashAndCashEquivalentsValue: type: number description: 'Net change of restricted cash and cash equivalents between reporting periods. Includes: Change in restricted investment' format: double nullable: true changeInTaxesPayableValue: type: number description: 'Increase or decrease of taxes payable between reporting periods. Includes: change in income taxes payable' format: double nullable: true changeInTaxReceivablesValue: type: number description: Increase or decrease of tax receivables between reporting periods. format: double nullable: true changeInTradeAccountsPayableValue: type: number description: 'Increase or decrease of trade or accounts payable between reporting periods. Includes: Retainage/Retention payable' format: double nullable: true changeInTradeAccountsReceivableValue: type: number description: 'Increase or decrease of trade/accounts receivable between reporting periods. Includes: Retainage/Retention receivable' format: double nullable: true changeInTradeAndOtherPayablesValue: type: number description: Increase or decrease of trade and other payables between reporting periods. format: double nullable: true changeInTradeAndOtherReceivablesValue: type: number description: Increase or decrease of trade and other receivables between reporting periods. format: double nullable: true changeInTradeNotesPayableValue: type: number description: Increase or decrease of trade notes payable between reporting periods. format: double nullable: true changeInTradingAccountSecuritiesValue: type: number description: Net change in trading account securities during the period. format: double nullable: true changeInUnearnedPremiumsValue: type: number description: Net change in unearned premiums during the period. format: double nullable: true changeInUnpaidLossAndLossAdjustmentReserveValue: type: number description: Net change in unpaid loss and loss adjustment reserve during the period. format: double nullable: true changesInOperatingCapitalValue: type: number description: Increase or decrease in operating capital between reporting periods. format: double nullable: true claimsPaidDirectValue: type: number description: Cash outflow to pay claims. format: double nullable: true commissionPaidDirectValue: type: number description: Cash outflow to pay commissions. format: double nullable: true commonStockDividendsPaidCashFlowFromOperatingActivitiesDirectValue: type: number description: Cash outflow for dividends paid to common shareholders. format: double nullable: true commonStockDividendsPaidCashFlowFromOperatingActivitiesIndirectValue: type: number description: Cash outflow from the distribution of dividends to common shareholders. format: double nullable: true commonStockDividendsPaidValue: type: number description: 'Cash outflow arising from payment of dividends to common stockholders during the accounting period. Substance over form: ''Distribution to Shareholders'' or ''Profit Distributions''.' format: double nullable: true creditStandbyArrangementsAvailableValue: type: number description: Total credit standby arrangements available for use with the company at the end of accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true creditStandbyArrangementsUsedValue: type: number description: Total credit standby arrangements utilized by the company during accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' debtIssuanceCostsValue: type: number description: Costs associated with issuance of debt capital during the accounting period. format: double nullable: true decreaseInInterestBearingDepositsInBankValue: type: number description: Decrease in interest-bearing deposits in other financial institutions during the period. format: double nullable: true depletionNonCashAdjustmentValue: type: number description: 'Non-cash charge allocated to natural resources during the accounting period. Includes: dry hole expense; abandonments of wells; provision for oil and gas property valuation' format: double nullable: true depositsAtCallReconciliationOfCashValue: type: number description: Carrying value of any deposits at call; which are convertible at very short notice. format: double nullable: true depreciationAmortizationAndDepletionNonCashAdjustmentValue: type: number description: Non-cash charges for use and obsolescence of tangible assets; intangible assets; and natural resources during the accounting period. format: double nullable: true depreciationAndAmortizationNonCashAdjustmentValue: type: number description: Non-cash charges for use and obsolescence of tangible and intangible assets during the accounting period. format: double nullable: true depreciationNonCashAdjustmentValue: type: number description: Non-cash charge for use and obsolescence of tangible assets during the accounting period. format: double nullable: true dividendsAndInterestIncomeNonCashAdjustmentValue: type: number description: Non-cash carrying value of dividends earned from equity investment securities and interest income generated from all deposit accounts. format: double nullable: true dividendsPaidCashFlowFromOperatingActivitiesDirectValue: type: number description: Cash outflow for dividends paid to shareholders of the company. format: double nullable: true dividendsPaidCashFlowFromOperatingActivitiesIndirectValue: type: number description: 'Dividends paid to the investors; reported in in the operating cash flow section. Substance over form: ''Distribution to Shareholders'' or ''Profit Distributions''.' format: double nullable: true dividendsReceivedCashFlowFromOperatingActivitiesIndirectValue: type: number description: Cash inflow from dividends on the company's equity investments reported in the operating cash flow section. format: double nullable: true dividendsReceivedDirectValue: type: number description: 'Cash inflow from dividends received on equity investments. Includes: dividends from associates and related parties; other dividends received' format: double nullable: true dividendsReceivedPaidCashFlowFromInvestingActivitiesValue: type: number description: 'Dividends received by the company reported in the cash flow from investing activities section. Substance over form: ''Distribution to Shareholders'' or ''Profit Distributions''.' format: double nullable: true documentFormType: type: string description: 'The type of document filed by the company: for instance; 10-K (annual report) or 10-Q (quarterly report)' nullable: true documentId: type: integer description: Morningstar Document Id; a unique and unchanging Morningstar identifier assigned to each document format: int32 nullable: true domesticTaxRefundPaidIndirectValue: type: number description: Taxes paid or refund of taxes received from the domicile country during the accounting year; reported in the operating cash flow section. format: double nullable: true effectOfExchangeRateChangesValue: type: number description: Effect of exchange rate fluctuations on cash balances held in foreign currencies. format: double nullable: true estimatedCashOutflowsSupplementalValue: type: number description: Estimated cash outflows during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true excessTaxBenefitFromShareBasedCompensationFinancingActivitiesValue: type: number description: Non-cash effect from reductions in the entity's income taxes that arise from issuing stock based compensation during the accounting period. Reported in the financing activities. format: double nullable: true excessTaxBenefitFromStockBasedCompensationNonCashAdjustmentValue: type: number description: Non-cash effect from reduction in the entity's income taxes that arises from issuing stock based compensation. format: double nullable: true explorationAndEvaluationValue: type: number description: Estimated cash outflows for exploration and evaluation activities performed by mining companies during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true explorationAndMineDevelopmentCostsValue: type: number description: Cash outflow by the company for feasibility studies and development of mines during the accounting period. format: double nullable: true feesAndCommissionsPaidDirectValue: type: number description: Cash outflow for payment of fees and commissions. format: double nullable: true feesAndCommissionsReceivedDirectValue: type: number description: Cash inflow from fees and commissions received. format: double nullable: true financingFacilitiesAvailableSupplementalValue: type: number description: Total financing arrangements with the company and its utilization during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true fiscalPeriod: type: string description: '' nullable: true fiscalYearEnd: type: string description: The company's fiscal year that it uses to report its financial statements nullable: true gainLossOnDerivativesNonCashAdjustmentValue: type: number description: Non-cash gain or loss on derivative instruments resulting from fair value adjustments during the accounting period. format: double nullable: true gainLossOnDisposalSaleOfBusinessNonCashAdjustmentValue: type: number description: Non-cash gain or loss arising from the sale of business segments. format: double nullable: true gainLossOnDisposalSaleOfFixedAssetsNonCashAdjustmentValue: type: number description: Non-cash gain or loss arising from the disposal of capital assets (Property plant and equipment; leased PPE; Intangibles; biological Assets; Mineral & Exploration Assets)- excluding investment properties format: double nullable: true gainLossOnDisposalSaleOfOtherAssetsNonCashAdjustmentValue: type: number description: Non-cash gain or loss arising from the disposal or sale of other assets. format: double nullable: true gainLossOnDisposalsNonCashAdjustmentValue: type: number description: Sum of all non-cash gains or losses recognized during the accounting period from the disposal or sale of fixed assets; businesses; or other assets. format: double nullable: true gainLossOnExtinguishmentOfDebtNonCashAdjustmentValue: type: number description: Non-cash gain or loss earned or incurred due to the extinguishment of debt during the accounting period. format: double nullable: true gainLossOnFinancialInstrumentsNonCashAdjustmentValue: type: number description: Realized non-cash gain or loss from the sale of investments and securities during the accounting period. format: double nullable: true gainLossOnInvestmentPropertiesNonCashAdjustmentValue: type: number description: Realized non-cash gain or loss from disposal or change in fair value of investment properties during the accounting period. format: double nullable: true gainLossOnOtherInvestmentsNonCashAdjustmentValue: type: number description: Non-cash gains or losses from other investments not categorized above. format: double nullable: true impairmentOfGoodwillNonCashAdjustmentValue: type: number description: 'Non-cash expense charged for the impairment of goodwill. Includes: amortization of acquisition costs' format: double nullable: true impairmentReversalsOfInvestmentsNonCashAdjustmentValue: type: number description: Non-cash adjustments resulting from write-downs/reversals in the fair value of investments. format: double nullable: true impairmentWriteOffWriteDownOfCapitalAssetsLossReversalNonCashAdjustmentValue: type: number description: 'Non-cash amount allocated to impairment; write-off; or write-down of capital assets during the accounting period. Capital assets refer to PPE; Intangibles and Fixed Assets Investment. Excludes: impairment of other non-current assets (Write Off/Write Down of Other Assets; Non-Cash Adjustment) and Impairment of Goodwill.' format: double nullable: true impairmentWriteOffWriteDownOfOtherAssetsNonCashAdjustmentValue: type: number description: 'Non-cash expense charged to write-down or write-off non-capital assets during the accounting period. Includes: 1.Impairment of current assets (including inventory) 2.Reversal/ recovery of bad debt and doubtful accounts' format: double nullable: true incomeLossBeforeNonCashAdjustmentValue: type: number description: 'Income or loss before non-cash adjustments to net income. Includes: discontinued operations if reported separately' format: double nullable: true incomeLossOnBankOwnedLifeInsuranceNonCashAdjustmentValue: type: number description: Non-cash change in the bank owned life insurance. format: double nullable: true incomeTaxesRefundPaidCashFlowFromInvestingActivitiesValue: type: number description: 'Net amount of tax refund received or tax expense paid during the period; reported in the cash flow from investing activities section. Includes: tax litigation' format: double nullable: true incomeTaxPaidSupplementalValue: type: number description: Amount of cash paid during the accounting period to foreign; federal; state; and local authorities as taxes on income. format: double nullable: true incomeTaxRefundSupplementalValue: type: number description: Amount of income tax refund received. format: double nullable: true increaseDecreaseInLiquidResourcesValue: type: number description: Change in liquid resources of the company during the period reported in the net debt table. format: double nullable: true increaseDecreaseInLoansLeaseFinancingAndOtherDebtValue: type: number description: Changes to borrowings and leases during the accounting period reported in the net debt table. format: double nullable: true increaseInInterestBearingDepositsInBankValue: type: number description: Increase in interest-bearing deposits in other financial institutions during the period. format: double nullable: true interestAndCommissionPaidDirectValue: type: number description: Cash outflow for interest and commissions. format: double nullable: true interestAndFinanceIncomeExpensesNonCashAdjustmentValue: type: number description: Non-cash adjustments for interest and finance income/expenses during the accounting period. format: double nullable: true interestPaidCashFlowFromFinancingActivitiesValue: type: number description: Cash outflow arising from interest paid on debt during the accounting period. format: double nullable: true interestPaidCashFlowFromOperatingActivitiesIndirectValue: type: number description: Interest paid on loans; debt; or borrowings reported in the operating cash flow section. format: double nullable: true interestPaidDirectValue: type: number description: Cash outflow for payment of interest on debt owed by the company. format: double nullable: true interestPaidForHirePurchaseAndFinanceLeasesCashFlowFromOperatingActivitiesIndirectValue: type: number description: Interest expense on hire purchased or leased assets. format: double nullable: true interestPaidSupplementalValue: type: number description: 'Amount of cash paid during the accounting period for interest owed on borrowings. Includes: amount of interest capitalized' format: double nullable: true interestReceivedCashFlowFromOperatingActivitiesIndirectValue: type: number description: Interest received by the company; reported in the operating cash flow section. format: double nullable: true interestReceivedDirectValue: type: number description: Cash inflow from interest earned on surplus funds deposited with the bank. format: double nullable: true interestReceivedPaidCashFlowFromInvestingActivitiesValue: type: number description: Interest received by the company during the accounting period reported in the cash flow from investing activities section. format: double nullable: true interestReceivedSupplementalValue: type: number description: Amount of cash earned as interest income during the accounting period. format: double nullable: true investmentReceiptsCashFlowFromOperatingActivitiesIndirectValue: type: number description: Income from investments reported in the operating cash flow section. format: double nullable: true irregularIncomeLossNonCashAdjustmentValue: type: number description: Sum of all non-cash income or losses recognized during the accounting period from activities that are not regular or normal in nature. format: double nullable: true isBestKnown: $ref: '#/components/schemas/CodeMappingBoolean' isCalculatedOrCopy: $ref: '#/components/schemas/CodeMappingInt' isConsolidated: $ref: '#/components/schemas/CodeMappingBoolean' isFiscalYearEndChange: $ref: '#/components/schemas/CodeMappingBoolean' isIncomplete: $ref: '#/components/schemas/CodeMappingBoolean' isIrregularPeriod: $ref: '#/components/schemas/CodeMappingBoolean' issuanceOfPaymentsForCommonStockNetValue: type: number description: Net increase or decrease in cash due to purchase (treasury) or issuance of common stock during the accounting period. format: double nullable: true issuanceOfPaymentsForPreferredStockNetValue: type: number description: Net increase or decrease in cash due to issuance or purchase of preferred stock during the accounting period. format: double nullable: true issuanceOfRepaymentsForDebtNetValue: type: number description: Net increase or decrease in cash due to issuance or payments on debt during the accounting period. format: double nullable: true issuanceOfRepaymentsForLeaseFinancingValue: type: number description: Net increase or decrease in cash due to issuance or repayments of lease financing during the accounting period. format: double nullable: true issuanceOfRepaymentsForLongTermDebtNetValue: type: number description: Net increase or decrease in cash due to issuance or payments on long-term debt during the accounting period. format: double nullable: true issuanceOfRepaymentsForPartnersEquityNetValue: type: number description: Net increase or decrease in cash due to issuance or repayments of Limited Partners' equity during the accounting period. format: double nullable: true issuanceOfRepaymentsForShortTermDebtNetValue: type: number description: Net increase or decrease in cash due to issuance or payments on short-term debt during the accounting period. format: double nullable: true issueAndFinancingCostsValue: type: number description: Costs associated with issuance of debt or equity capital during the accounting period. format: double nullable: true loanFacilitiesAvailableValue: type: number description: Total loan facilities available for use with the company at the end of accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true loanFacilitiesUsedValue: type: number description: Total loan facilities utilized by the company during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true loansToRelatedPartiesValue: type: number description: Cash outflows from loans to related parties during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true miningDevelopmentValue: type: number description: Estimated cash outflows for developmental phase activities by mining companies during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true minorityInterestNonCashAdjustmentValue: type: number description: Non-cash effect from the increase/decrease in non-controlling or minority interest. format: double nullable: true netCashFlowFromContinuingOperatingActivitiesDirectValue: type: number description: Net change in cash balance from operating activities of continuing operations. format: double nullable: true netCashFlowFromContinuingOperatingActivitiesIndirectValue: type: number description: Net change in cash balance for operating activities of continuing operations under the indirect method. format: double nullable: true netCashFlowFromDiscontinuedFinancingActivitiesValue: type: number description: Aggregate cash flow from discontinued operations included in financing activities. format: double nullable: true netCashFlowFromDiscontinuedInvestingActivitiesValue: type: number description: Aggregate cash flow from discontinued operations included in investing activities. format: double nullable: true netCashFlowFromDiscontinuedOperatingActivitiesDirectValue: type: number description: Change in cash allocated to discontinued operations after the effects of exchange rates. Reported as an adjustment to cash flow from operating activities. format: double nullable: true netCashFlowFromDiscontinuedOperatingActivitiesValue: type: number description: Aggregate cash flow from discontinued operations. Included in operating activities. format: double nullable: true netForeignExchangeGainLossNonCashAdjustmentValue: type: number description: 'Net non-cash gain or loss related to the changes in foreign currency exchange rates. Includes: net realized and net unrealized foreign currency exchange gain/loss' format: double nullable: true netInvestmentIncomeLossNonCashAdjustmentValue: type: number description: Net value of non-cash adjustments arising from the gain or loss on investments made by the company and recognized during the accounting period. format: double nullable: true netMovementInNonControllingMinorityInterestValue: type: number description: 'Net movement in cash relating to non-controlling or minority interests during the accounting period. Includes: changes in ownership interests with no gain/loss of control' format: double nullable: true netRealizedForeignCurrencyExchangeGainLossValue: type: number description: The net amount of realized gain or loss resulting from changes in exchange rates between currencies during the reporting period. format: double nullable: true netUnrealizedForeignCurrencyExchangeGainLossValue: type: number description: The net amount of unrealized gain or loss resulting from changes in exchange rates between currencies during the reporting period. format: double nullable: true newDebtAndLeaseFinancingAcquiredValue: type: number description: New borrowings made by the company during the accounting period; reported in the net debt table. format: double nullable: true originationsAndPurchasesOfLoansHeldForSaleValue: type: number description: Cash outflow used to purchase loans held for sale. format: double nullable: true otherCashAdjustmentsIncludedInChangeInCashValue: type: number description: Other cash adjustments included in change in cash not categorized above. format: double nullable: true otherCashPaymentsFromOperatingActivitiesDirectValue: type: number description: 'Cash outflow for any other operating activity not categorized above. Includes: payments from contracts held for dealing or trading purposes; payments for premiums and claims; annuities and other policy benefits' format: double nullable: true otherCashReceiptsFromOperatingActivitiesDirectValue: type: number description: Other cash inflows from operating activities not categorized above. format: double nullable: true otherChangesValue: type: number description: Other changes to cash and cash equivalents during the accounting period. format: double nullable: true otherFinancingCashFlowFromOperatingActivitiesIndirectValue: type: number description: Cash flow from other financing activities reported in the operating cash flow section. format: double nullable: true otherFinancingCashFlowValue: type: number description: 'Other cash inflows or outflows from financing activities not categorized above. Includes: proceeds from government grants reported in financing activities; income taxes refund/paid reported in financing activities' format: double nullable: true otherInvestingCashFlowValue: type: number description: Other cash inflow or outflow in the investing cash flow section not categorized above. format: double nullable: true otherIrregularIncomeLossNonCashAdjustmentValue: type: number description: 'Other irregular non-cash income/loss not accounted for above. Includes: reorganization; restructuring; or severance costs' format: double nullable: true otherNonCashItemsValue: type: number description: Other non-cash inflow or outflow recorded during the accounting period and not categorized above. format: double nullable: true otherOperatingCashFlowValue: type: number description: Other cash flow from operations not categorized above. format: double nullable: true otherOperatingGainLossNonCashAdjustmentValue: type: number description: Other non-cash operating gains or losses recorded during the accounting period and not categorized above. format: double nullable: true otherProvisionsNonCashAdjustmentValue: type: number description: Non-cash charges for provisions during the period to protect the company's assets and liabilities in case of contingent events. format: double nullable: true otherReconciliationOfCashValue: type: number description: Other adjustments reported as a part of the cash reconciliation not categorized above. format: double nullable: true otherUnderwritingExpensesPaidDirectValue: type: number description: Cash outflow for other underwriting expenses not categorized above. format: double nullable: true overseasTaxRefundPaidIndirectValue: type: number description: Taxes paid or tax refund received from the foreign countries where the company has operations during the accounting year; reported in the operating cash flow section. format: double nullable: true paymentForAdvertisingAndMarketingDirectValue: type: number description: Cash outflow for marketing; advertising and other promotional activities. format: double nullable: true paymentForCostOfRevenueValue: type: number description: Cash outflow for the payment of cost of revenue. format: double nullable: true paymentForLeasedAssetsDirectValue: type: number description: Cash outflow for rentals and operating leases on leased assets. format: double nullable: true paymentForLoanGrantedAndRepaymentsReceivedNetValue: type: number description: Net increase or decrease in cash due to payments of loans granted and repayments received from other debtors or parties during the accounting period. format: double nullable: true paymentForOtherWorkingCapitalDirectValue: type: number description: Cash outflow for any other activity relating to normal business operations. format: double nullable: true paymentForResearchAndDevelopmentDirectValue: type: number description: Cash outflow for research and development activities. format: double nullable: true paymentsForAdministrationDirectValue: type: number description: Cash outflow for management and administration activities of the company. format: double nullable: true paymentsForCommonStockValue: type: number description: Cash outflow to reacquire common stock during the period. format: double nullable: true paymentsForDevelopmentExpenditureDirectValue: type: number description: Cash outflow for payment of personal development expenses of employees. format: double nullable: true paymentsForExplorationAndEvaluationDirectValue: type: number description: Cash outflow for payment of exploration and evaluation costs. format: double nullable: true paymentsForFederalHomeLoanBankStockValue: type: number description: Cash outflow to purchase Federal Home Loan Bank stock during the period. format: double nullable: true paymentsForInsuranceActivitiesDirectValue: type: number description: Cash outflow for insurance activities; including claims paid; commission paid; cash paid to reinsurers; and other underwriting expenses paid. format: double nullable: true paymentsForLoanGrantedPurchasedValue: type: number description: Cash outflow for loans granted/purchased. format: double nullable: true paymentsForOperationsAndFeesValue: type: number description: Cash outflow for Operations and Fees under the direct cash flow method. format: double nullable: true paymentsForPreferredStockValue: type: number description: Cash outflow for payment for preferred stock redeemed by preferred stockholders during the accounting period. format: double nullable: true paymentsForProductionDirectValue: type: number description: Cash outflow for direct production or manufacturing costs. format: double nullable: true paymentsForPurchaseOfInvestmentValue: type: number description: Cash outflow for the purchase of investments under the direct cash flow method. format: double nullable: true paymentsForRealizedLossesValue: type: number description: Cash outflow for realized losses on investments under the direct cash flow method. format: double nullable: true paymentsProceedsOfFederalHomeLoanBankStockValue: type: number description: Net change in cash resulting from acquiring and selling Federal Home Loan Bank stock during the period. format: double nullable: true paymentsToEmployeesDirectValue: type: number description: Cash outflow in the form of salaries and compensation to employees of the company. format: double nullable: true paymentsToRelatedPartiesValue: type: number description: Cash outflows to pay related parties during the accounting period that cannot be classified in the main Cash Flow tree. format: double nullable: true paymentsToSuppliersForGoodsAndServicesDirectValue: type: number description: Cash outflow paid to suppliers for goods or services purchased by the company. format: double nullable: true pensionAndEmployeeBenefitExpenseNonCashAdjustmentValue: type: number description: Non-cash charge allocated to pension and other post-retirement employee benefit costs recognized during the period. format: double nullable: true policyholderDepositInvestmentReceivedValue: type: number description: Cash inflow from policyholder deposit investments received. format: double nullable: true preferenceMinoritiesCashFlowFromOperatingActivitiesIndirectValue: type: number description: Change in operating cash flow due to preference minorities. format: double nullable: true preferredStockDividendsPaidCashFlowFromOperatingActivitiesDirectValue: type: number description: Cash outflow for dividends paid to preferred shareholders. format: double nullable: true preferredStockDividendsPaidCashFlowFromOperatingActivitiesIndirectValue: type: number description: Cash outflow from the distribution of dividends to preferred stockholders. format: double nullable: true preferredStockDividendsPaidValue: type: number description: 'Cash outflow arising from payment of dividends to preferred stockholders during the accounting period. Substance over form: ''Distribution to Shareholders'' or ''Profit Distributions''.' format: double nullable: true premiumReinsurancePremiumReceivedValue: type: number description: 'Cash inflow from premiums received. Includes: reinsurance premiums' format: double nullable: true proceedsFromFederalHomeLoanBankStockValue: type: number description: Cash inflow from selling Federal Home Loan Bank stock during the period. format: double nullable: true proceedsFromIssuanceExercisingOfStockOptionsWarrantsValue: type: number description: Net increase or decrease in cash due to issuance or exercising of stock options during the accounting period. format: double nullable: true proceedsFromIssuanceOfCommonStockValue: type: number description: 'Cash inflow from issuance of common stock during the accounting period. Includes: amount received from conversion of convertible debentures and preferred stock' format: double nullable: true proceedsFromIssuanceOfDebtValue: type: number description: Cash inflow from issuance of debt during the reporting period. format: double nullable: true proceedsFromIssuanceOfGeneralUnitsValue: type: number description: Cash inflow from issuance of General Partner units during the accounting period. format: double nullable: true proceedsFromIssuanceOfLimitedPartnerUnitsValue: type: number description: Cash inflow from issuance of Limited Partner units during the accounting period. format: double nullable: true proceedsFromIssuanceOfLongTermDebtValue: type: number description: Cash inflow from issuance of long term debt during the accounting period. format: double nullable: true proceedsFromIssuanceOfPreferredStockValue: type: number description: Cash inflow from issuance of preferred stock during the accounting period. format: double nullable: true proceedsFromIssuanceOfShortTermDebtValue: type: number description: Cash inflow from issuance of short-term debt during the accounting period. format: double nullable: true proceedsFromLeaseFinancingValue: type: number description: Cash inflow from the issuance of lease financing during the accounting period. format: double nullable: true proceedsFromSalesOfLoansHeldForSaleValue: type: number description: Cash inflow from selling loans held for sale. format: double nullable: true profitLossBeforeTaxesValue: type: number description: Profit before tax is a measure that looks at a company's profits before the company has to pay corporate income tax. format: double nullable: true profitLossFromOperationsValue: type: number description: Earnings before interest and taxes is a measure of a firm's profit that includes all incomes and expenses except interest expenses and income tax expenses format: double nullable: true provisionAndImpairmentForLoanLossesAndCreditRiskValue: type: number description: 'Losses and provisions that relate to loan defaults; credit risk and doubtful accounts (Account receivable; other receivable; Interest Receivable; and Trade receivable) Includes: provision for impairment of loans; write off/ reversal/ recovery /provision of bad debt and doubtful accounts and Provision and impairment of (Due from bank; Balances with bank; Interbank transaction; deposit; expected credit loss (ECL); off-balance sheet; Lease receivable; Loan commitment; financial guarantee contracts; acceptances and commitments and guarantees)' format: double nullable: true provisionsReserveForInsuranceActivitiesValue: type: number description: 'Provisions during the period for insurance activities including claims paid; commission paid; cash paid to reinsurers; and other underwriting expenses paid. Includes: provision and impairment for accounts/trade/loans receivable/doubtful accounts/bad debt' format: double nullable: true purchaseAcquisitionOfBusinessValue: type: number description: 'Cash outflow for purchases or acquisitions of businesses during the accounting period. Includes: purchase of subsidiaries' format: double nullable: true purchaseOfIntangiblesValue: type: number description: 'Cash outflow for purchase of intangibles during the accounting period. Includes: purchase of technology; research and development costs' format: double nullable: true purchaseOfInvestmentPropertiesValue: type: number description: Cash outflow for purchases of investment properties during the accounting period. format: double nullable: true purchaseOfInvestmentsOperatingValue: type: number description: Cash outflow for the purchase of investments under the indirect cash flow method. format: double nullable: true purchaseOfInvestmentsValue: type: number description: Cash outflow for purchases of investments during the accounting period. format: double nullable: true purchaseOfJointVentureAssociateValue: type: number description: Cash outflow for purchases of joint ventures or associate companies during the accounting period. format: double nullable: true purchaseOfMineralPropertiesRightsInterestsValue: type: number description: Cash outflow to purchase; construct; or improve mineral properties; rights; or interests during the accounting period. format: double nullable: true purchaseOfOtherNonCurrentAssetsValue: type: number description: Cash outflow from purchases of other non-current assets during the accounting period. format: double nullable: true purchaseOfPropertyPlantAndEquipmentValue: type: number description: Cash outflow for purchase of property; plant; and equipment during the accounting period. format: double nullable: true purchaseSaleAndDisposalOfPropertyPlantAndEquipmentNetValue: type: number description: 'Net increase or decrease in cash due to purchase or sale of property; plant and equipment during the accounting period. Includes: increase (decrease) in fixed assets payable' format: double nullable: true purchaseSaleOfBusinessNetValue: type: number description: Net increase or decrease in cash due to purchase or sale of businesses during the accounting period. format: double nullable: true purchaseSaleOfEquityInvestmentsValue: type: number description: Net increase or decrease in cash due to purchase or sale of equity investments during the accounting period. format: double nullable: true purchaseSaleOfIntangiblesNetValue: type: number description: Net increase or decrease in cash due to purchase or sale of intangibles during the accounting period. format: double nullable: true purchaseSaleOfInvestmentPropertiesNetValue: type: number description: Net increase or decrease in cash due to purchases or sales of investment properties during the accounting period. format: double nullable: true purchaseSaleOfInvestmentsNetOperatingValue: type: number description: Net increase or decrease in cash due to purchases or sales of investments under the indirect cash flow method. format: double nullable: true purchaseSaleOfInvestmentsNetValue: type: number description: Net increase or decrease in cash due to purchases or sales of both long-term and short-term investments during the accounting period. format: double nullable: true purchaseSaleOfOtherNonCurrentAssetsNetValue: type: number description: Net cash flow from purchases or sales of other non-current assets during the accounting period. format: double nullable: true realizedGainLossOnSaleOfLoansAndLeaseNonCashAdjustmentValue: type: number description: Non-cash difference between the sale price and book value of the loans and leases that were sold during the reporting period. format: double nullable: true receiptsAndPaymentsForLoansNetValue: type: number description: Net value from proceeds and payments of loans during the period. format: double nullable: true receiptsFromCustomersDirectValue: type: number description: 'Cash inflow due to cash payments received or collections from customers. Includes: fees and commissions received' format: double nullable: true receiptsFromGovernmentGrantsDirectValue: type: number description: Cash inflow from government grants. format: double nullable: true receiptsFromInsuranceActivitiesDirectValue: type: number description: Cash inflow from premiums received; reinsurance recoveries; policyholder deposit investments received; and fees/commissions received. format: double nullable: true receiptsFromRealizedGainsValue: type: number description: Sum of total cash receipts from realized gains on investments under the direct cash flow method. format: double nullable: true receiptsFromRepaymentsOfLoansValue: type: number description: Cash inflow from repayments of loans. format: double nullable: true receiptsFromRepaymentsSaleOfLoansValue: type: number description: Cash inflow from the repayment of loans. format: double nullable: true receiptsFromSaleOfInvestmentsValue: type: number description: Sum of total cash receipts from the sale of investments under the direct cash flow method. format: double nullable: true receiptsFromTaxRefundsDirectValue: type: number description: Cash inflow from rebates on tax received from the government. format: double nullable: true reinsuranceRecoveriesValue: type: number description: Cash inflow from reinsurance recoveries. format: double nullable: true reorganizationAndMANonCashAdjustmentValue: type: number description: 'Non-cash expense for reorganization and M&A that is added back under the indirect cash flow method. Includes: Negative Goodwill; Bargain purchase' format: double nullable: true repaymentForGeneralUnitsValue: type: number description: Cash outflow arising from repurchase of General Partner units during the accounting period. format: double nullable: true repaymentForLimitedPartnerUnitsValue: type: number description: Cash outflow arising from repurchase of Limited Partner units during the accounting period. format: double nullable: true repaymentsForDebtValue: type: number description: Cash outflow from repayment of debt during the reporting period. format: double nullable: true repaymentsForLeaseFinancingValue: type: number description: Cash outflow arising from repayment of lease financing during the period. format: double nullable: true repaymentsForLongTermDebtValue: type: number description: Cash outflow arising from repayment of long-term debt during the accounting period. format: double nullable: true repaymentsForShortTermDebtValue: type: number description: Cash outflow arising from repayment of short-term debt during the accounting period. format: double nullable: true reportPeriodLength: type: integer description: 'Indicates number of period length reported by the company: for instance; 12-month annual report has report period length as 12.' format: int32 nullable: true reportPeriodLengthType: type: string description: 'Indicates unit of period length reported by the company: for instance; 12-month annual report has report period length type as months. General period length types include days; weeks; months and quarters.' nullable: true reportRawEndDate: type: string description: The actual report date when the company reports its financial statements nullable: true saleAndDisposalOfPropertyPlantAndEquipmentValue: type: number description: Cash inflow from sale or disposal of property; plant; and equipment during the accounting period. format: double nullable: true saleOfBusinessValue: type: number description: 'Cash inflow from sale of businesses during the accounting period. Includes: sale of subsidiaries' format: double nullable: true saleOfIntangiblesValue: type: number description: 'Cash inflow from the sale of intangibles during the accounting period. Includes: sale of technology' format: double nullable: true saleOfInvestmentPropertiesValue: type: number description: Cash inflow from sale of investment properties during the accounting period. format: double nullable: true saleOfInvestmentsOperatingValue: type: number description: Cash receipts from the sale of investments under the indirect cash flow method. format: double nullable: true saleOfInvestmentsValue: type: number description: Cash inflow from sales of investments during the accounting period. format: double nullable: true saleOfJointVentureAssociateValue: type: number description: Cash inflow from the sale of joint ventures or associate companies during the accounting period. format: double nullable: true saleOfMineralPropertiesRightsInterestsValue: type: number description: Cash inflow from the sale of mineral properties; rights; or interests during the accounting period. format: double nullable: true salesOfOtherNonCurrentAssetsValue: type: number description: Cash inflow from sales of other non-current assets during the accounting period. format: double nullable: true shareIssuanceCostsValue: type: number description: Costs associated with issuance of equity capital during the accounting period. format: double nullable: true shareOfProfitLossFromAssociatesJointVenturesAndOtherEquityInvestmentsNonCashAdjustmentValue: type: number description: 'Non-cash share of profit or loss from joint ventures and associates during the accounting period. Includes: remeasurement to fair value of previously held equity interests' format: double nullable: true stockBasedCompensationNonCashAdjustmentValue: type: number description: Non-cash cost incurred by the company for granting stock options to its employees. format: double nullable: true taxesNonCashAdjustmentValue: type: number description: 'Non-cash effect from the increase or decrease of deferred taxes between accounting periods. Includes: deferred income tax; tax credits and adjustments; tax benefit from stock options exercised' format: double nullable: true taxesPaidDirectValue: type: number description: Cash outflow for taxes paid to the government. format: double nullable: true taxesRefundPaidIndirectValue: type: number description: 'Amount of tax refund received during the accounting year; reported in the operating cash flow section. Includes: tax litigation' format: double nullable: true templateCode: $ref: '#/components/schemas/CodeMappingString' totalAdjustmentsForNonCashItemsValue: type: number description: Sum of all non-cash credits and charges of the company; adjusted to conform with the GAAP. format: double nullable: true totalCashAtEndOfPeriodsReconciliationOfCashValue: type: number description: Sum of cash; deposits at call; bank overdrafts; and other items reported in the reconciliation of cash section. Should match cash and cash equivalents on the Balance Sheet at the end of the accounting period. format: double nullable: true totalNetChangeInCashValue: type: number description: Total net change in cash. format: double nullable: true typeOfPeriod: type: string description: Indicates the period type of financial statements. The period types include Discrete; Cumulative; Annual; TTM and Others. Discrete means a 3-month period for a quarter report and a 6-month period for a semi-annual report (SA1); Cumulative means a year-to-date period such as 6 months (Q2) and 9 months (Q3); Annual means a 12-month period; TTM means a derived trailing 12 months period; Others is used for exceptional or unusual cases such as when a Fiscal Year End Change (FYC) occurs. nullable: true unitOfReport: type: integer description: 'The unit that the company uses when reporting the values within its financial statements: for instance; 1000 for value reported in thousands.' format: int64 nullable: true unrealizedGainLossOnFinancialInstrumentsNonCashAdjustmentValue: type: number description: Unrealized non-cash gain or loss on the company's financial assets. format: double nullable: true unrealizedGainLossOnInvestmentPropertiesNonCashAdjustmentValue: type: number description: Non-cash gain or loss on investment properties resulting from fair value adjustments. format: double nullable: true withdrawalFromPolicyholderFundsAndContractsValue: type: number description: Cash outflow for full/partial withdrawal/surrender of policy by policyholder. format: double nullable: true numberOfMonths: type: integer description: '' format: int32 nullable: true reportType: type: string description: '' nullable: true reportPeriod: type: string description: '' nullable: true additionalProperties: false title: OutputCashFlow OutputIdentifiers_3: type: object properties: performanceId: type: string nullable: true securityId: type: string nullable: true cusip: type: string nullable: true isin: type: string nullable: true sedol: type: string nullable: true tradingSymbol: type: string nullable: true fundCode: type: string nullable: true msid: type: string nullable: true ticker: type: string nullable: true additionalProperties: false title: OutputIdentifiers description: All fields are nullable. Empty or `null` value fields are not returned. InputViewEquityTotalSharesOutstanding: title: InputViewEquityTotalSharesOutstanding description: View input when `viewId=equity-total-shares-outstanding` type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-total-shares-outstanding parameters: $ref: '#/components/schemas/InputViewParametersEquityTotalSharesOutstanding' ResponsePriipKid: type: object properties: priipKid: $ref: '#/components/schemas/OutputPriipKid' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' OutputEnterpriseValueGrowthRates: type: object properties: asOfDate: type: string description: The calendar date when the company grade is calculated. nullable: true enterpriseValueToEbitdaRatio10YearGrowth: type: number description: This data point is the annualized growth of EV to EBITDA ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. format: double nullable: true enterpriseValueToEbitdaRatio1YearGrowth: type: number description: This data point is the annualized growth of EV to EBITDA ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true enterpriseValueToEbitdaRatio3YearAverageChange: type: number description: This data point is the percentage change of EV to EBITDA ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true enterpriseValueToEbitdaRatio3YearGrowth: type: number description: This data point is the annualized growth of EV to EBITDA ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. format: double nullable: true enterpriseValueToEbitdaRatio5YearGrowth: type: number description: This data point is the annualized growth of EV to EBITDA ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. format: double nullable: true enterpriseValueToEbitRatio3YearAverageChange: type: number description: This data point is the percentage change of EV to EBIT ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true enterpriseValueToFreeCashFlowRatio10YearGrowth: type: number description: This data point is the annualized growth of EV to FCF ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. format: double nullable: true enterpriseValueToFreeCashFlowRatio1YearGrowth: type: number description: This data point is the annualized growth of EV to FCF ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true enterpriseValueToFreeCashFlowRatio3YearAverageChange: type: number description: This data point is the percentage change of EV to FCF ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true enterpriseValueToFreeCashFlowRatio3YearGrowth: type: number description: This data point is the annualized growth of EV to FCF ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. format: double nullable: true enterpriseValueToFreeCashFlowRatio5YearGrowth: type: number description: This data point is the annualized growth of EV to FCF ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. format: double nullable: true enterpriseValueToRevenueRatio10YearGrowth: type: number description: This data point is the annualized growth of EV to Revenue ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. format: double nullable: true enterpriseValueToRevenueRatio1YearGrowth: type: number description: This data point is the annualized growth of EV to Revenue ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true enterpriseValueToRevenueRatio3YearAverageChange: type: number description: This data point is the percentage change of EV to Revenue ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true enterpriseValueToRevenueRatio3YearGrowth: type: number description: This data point is the annualized growth of EV to Revenue ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. format: double nullable: true enterpriseValueToRevenueRatio5YearGrowth: type: number description: This data point is the annualized growth of EV to Revenue ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. format: double nullable: true enterpriseValueToTotalAssetsRatio10YearGrowth: type: number description: This data point is the annualized growth of EV to Total Assets ratio over a 10 year period calculated as [(Value from current period / Value from the same period 10 years ago)^(1/10) - 1]. format: double nullable: true enterpriseValueToTotalAssetsRatio1YearGrowth: type: number description: This data point is the annualized growth of EV to Total Assets ratio over a 1 year period calculated as [(Value from current period / Value from the same period 1 year ago) - 1]. format: double nullable: true enterpriseValueToTotalAssetsRatio3YearAverageChange: type: number description: This data point is the percentage change of EV to Total Assets ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago) - 1]. format: double nullable: true enterpriseValueToTotalAssetsRatio3YearGrowth: type: number description: This data point is the annualized growth of EV to Total Assets ratio over a 3 year period calculated as [(Value from current period / Value from the same period 3 years ago)^(1/3) - 1]. format: double nullable: true enterpriseValueToTotalAssetsRatio5YearGrowth: type: number description: This data point is the annualized growth of EV to Total Assets ratio over a 5 year period calculated as [(Value from current period / Value from the same period 5 years ago)^(1/5) - 1]. format: double nullable: true additionalProperties: false title: OutputEnterpriseValueGrowthRates OutputStableValueFundAggregatedStatistics: type: object properties: additionalDepositsFixedSynthetics: type: number description: '' format: double nullable: true additionalDepositsManagedSynthetics: type: number description: '' format: double nullable: true additionalDepositsStructuredorotherSynthetics: type: number description: '' format: double nullable: true additionalDepositsTotal: type: number description: '' format: double nullable: true assetsEachFundsPercOfTotal: type: number description: '' format: double nullable: true bookValueAssetsManagedExternallyPerc: type: number description: '' format: double nullable: true bookValueAssetsManagedInternallyPerc: type: number description: '' format: double nullable: true contractAllocationTotal: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateCashEquivalents: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateFixed: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateGics: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateGicsSeparateAcct: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateManaged: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateOther: type: number description: '' format: double nullable: true contractAllocationWtdAvgRateTotalSynthetics: type: number description: '' format: double nullable: true creditQualityAaaPerc: type: number description: '' format: double nullable: true creditQualityAaPerc: type: number description: '' format: double nullable: true creditQualityAPerc: type: number description: '' format: double nullable: true creditQualityBbbPerc: type: number description: '' format: double nullable: true creditQualityBbPerc: type: number description: '' format: double nullable: true creditQualityBelowBPerc: type: number description: '' format: double nullable: true creditQualityBPerc: type: number description: '' format: double nullable: true creditQualityNotRatedPerc: type: number description: '' format: double nullable: true creditQualityUniverseAverage: $ref: '#/components/schemas/CodeMappingString' creditQualityUniverseHigh: $ref: '#/components/schemas/CodeMappingString' creditQualityUniverseLow: $ref: '#/components/schemas/CodeMappingString' durationEffective: type: number description: '' format: double nullable: true durationEffectiveUniverseAverage: type: number description: '' format: double nullable: true durationEffectiveUniverseHigh: type: number description: '' format: double nullable: true durationEffectiveUniverseLow: type: number description: '' format: double nullable: true durationManagedAverage: type: number description: '' format: double nullable: true durationManagedHigh: type: number description: '' format: double nullable: true durationManagedLow: type: number description: '' format: double nullable: true fundSizeUniverseAverage: type: number description: '' format: double nullable: true fundSizeUniverseHigh: type: number description: '' format: double nullable: true fundSizeUniverseLow: type: number description: '' format: double nullable: true fundSizeUniverseMedian: type: number description: '' format: double nullable: true grossRet10YrAverage: type: number description: '' format: double nullable: true grossRet10YrHigh: type: number description: '' format: double nullable: true grossRet10YrLow: type: number description: '' format: double nullable: true grossRet15YrAverage: type: number description: '' format: double nullable: true grossRet15YrHigh: type: number description: '' format: double nullable: true grossRet15YrLow: type: number description: '' format: double nullable: true grossRet1DayAverage: type: number description: '' format: double nullable: true grossRet1DayHigh: type: number description: '' format: double nullable: true grossRet1DayLow: type: number description: '' format: double nullable: true grossRet1MoAverage: type: number description: '' format: double nullable: true grossRet1MoHigh: type: number description: '' format: double nullable: true grossRet1MoLow: type: number description: '' format: double nullable: true grossRet1WkAverage: type: number description: '' format: double nullable: true grossRet1WkHigh: type: number description: '' format: double nullable: true grossRet1WkLow: type: number description: '' format: double nullable: true grossRet1YrAverage: type: number description: '' format: double nullable: true grossRet1YrHigh: type: number description: '' format: double nullable: true grossRet1YrLow: type: number description: '' format: double nullable: true grossRet20YrAverage: type: number description: '' format: double nullable: true grossRet20YrHigh: type: number description: '' format: double nullable: true grossRet20YrLow: type: number description: '' format: double nullable: true grossRet2MoAverage: type: number description: '' format: double nullable: true grossRet2MoHigh: type: number description: '' format: double nullable: true grossRet2MoLow: type: number description: '' format: double nullable: true grossRet2YrAverage: type: number description: '' format: double nullable: true grossRet2YrHigh: type: number description: '' format: double nullable: true grossRet2YrLow: type: number description: '' format: double nullable: true grossRet3MoAverage: type: number description: '' format: double nullable: true grossRet3MoHigh: type: number description: '' format: double nullable: true grossRet3MoLow: type: number description: '' format: double nullable: true grossRet3YrAverage: type: number description: '' format: double nullable: true grossRet3YrHigh: type: number description: '' format: double nullable: true grossRet3YrLow: type: number description: '' format: double nullable: true grossRet4YrAverage: type: number description: '' format: double nullable: true grossRet4YrHigh: type: number description: '' format: double nullable: true grossRet4YrLow: type: number description: '' format: double nullable: true grossRet5YrAverage: type: number description: '' format: double nullable: true grossRet5YrHigh: type: number description: '' format: double nullable: true grossRet5YrLow: type: number description: '' format: double nullable: true grossRet6MoAverage: type: number description: '' format: double nullable: true grossRet6MoHigh: type: number description: '' format: double nullable: true grossRet6MoLow: type: number description: '' format: double nullable: true grossRet6YrAverage: type: number description: '' format: double nullable: true grossRet6YrHigh: type: number description: '' format: double nullable: true grossRet6YrLow: type: number description: '' format: double nullable: true grossRet7YrAverage: type: number description: '' format: double nullable: true grossRet7YrHigh: type: number description: '' format: double nullable: true grossRet7YrLow: type: number description: '' format: double nullable: true grossRet8YrAverage: type: number description: '' format: double nullable: true grossRet8YrHigh: type: number description: '' format: double nullable: true grossRet8YrLow: type: number description: '' format: double nullable: true grossRet9MoAverage: type: number description: '' format: double nullable: true grossRet9MoHigh: type: number description: '' format: double nullable: true grossRet9MoLow: type: number description: '' format: double nullable: true grossRet9YrAverage: type: number description: '' format: double nullable: true grossRet9YrHigh: type: number description: '' format: double nullable: true grossRet9YrLow: type: number description: '' format: double nullable: true grossRetInceptionAverage: type: number description: '' format: double nullable: true grossRetInceptionHigh: type: number description: '' format: double nullable: true grossRetInceptionLow: type: number description: '' format: double nullable: true grossRetYtdAverage: type: number description: '' format: double nullable: true grossRetYtdHigh: type: number description: '' format: double nullable: true grossRetYtdLow: type: number description: '' format: double nullable: true mvorbvRatio: type: number description: '' format: double nullable: true mvorbvRatioSynthetic: type: number description: '' format: double nullable: true newContractPurchasesFixed: type: number description: '' format: double nullable: true newContractPurchasesFixedPerc: type: number description: '' format: double nullable: true newContractPurchasesGics: type: number description: '' format: double nullable: true newContractPurchasesGicsPerc: type: number description: '' format: double nullable: true newContractPurchasesManaged: type: number description: '' format: double nullable: true newContractPurchasesManagedPerc: type: number description: '' format: double nullable: true newContractPurchasesOther: type: number description: '' format: double nullable: true newContractPurchasesOtherPerc: type: number description: '' format: double nullable: true newContractPurchasesSeparateAcct: type: number description: '' format: double nullable: true newContractPurchasesSeparateAcctPerc: type: number description: '' format: double nullable: true newContractPurchasesTotal: type: number description: '' format: double nullable: true newContractPurchasesTotalSynthetics: type: number description: '' format: double nullable: true newContractPurchasesTotalSyntheticsPerc: type: number description: '' format: double nullable: true newSyntheticsAverageWrapFees: type: number description: '' format: double nullable: true numberOfWholesaleFunds: type: integer description: '' format: int32 nullable: true ofContractsCashEquivalents: type: integer description: '' format: int32 nullable: true ofContractsFixed: type: integer description: '' format: int32 nullable: true ofContractsGics: type: integer description: '' format: int32 nullable: true ofContractsGicsSeparateAcct: type: integer description: '' format: int32 nullable: true ofContractsManaged: type: integer description: '' format: int32 nullable: true ofContractsOther: type: integer description: '' format: int32 nullable: true ofContractsTotalSynthetics: type: integer description: '' format: int32 nullable: true ofFundsCashEquivalents: type: integer description: '' format: int32 nullable: true ofFundsFixed: type: integer description: '' format: int32 nullable: true ofFundsGics: type: integer description: '' format: int32 nullable: true ofFundsGicsSeparateAcct: type: integer description: '' format: int32 nullable: true ofFundsInRangeWithMvorbvRatio: type: string description: '' nullable: true ofFundsInRangeWithMvorbvRatioSynthetic: type: string description: '' nullable: true ofFundsManaged: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10050perc10099perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10050perc10099percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10100perc10149perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10100perc10149percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10150perc10199perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10150perc10199percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10200perc10249perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10200perc10249percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10250perc10299perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10250perc10299percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10300perc10349perc: type: integer description: '' format: int32 nullable: true ofFundsMvorbvRatio10300perc10349percSynthetic: type: integer description: '' format: int32 nullable: true ofFundsTotalSynthetics: type: integer description: '' format: int32 nullable: true portfolioDuration0099: type: number description: '' format: double nullable: true portfolioDuration100199: type: number description: '' format: double nullable: true portfolioDuration200299: type: number description: '' format: double nullable: true portfolioDuration300399: type: number description: '' format: double nullable: true portfolioDuration40499: type: number description: '' format: double nullable: true portfolioDuration500: type: number description: '' format: double nullable: true portfolioEffectiveDuration0099Perc: type: number description: '' format: double nullable: true portfolioEffectiveDuration100199Perc: type: number description: '' format: double nullable: true portfolioEffectiveDuration200299Perc: type: number description: '' format: double nullable: true portfolioEffectiveDuration300399Perc: type: number description: '' format: double nullable: true portfolioEffectiveDuration40499Perc: type: number description: '' format: double nullable: true portfolioEffectiveDuration500Perc: type: number description: '' format: double nullable: true returnDateHighorloworaverage: type: string description: '' nullable: true stableValueDataDate: type: string description: '' nullable: true stableValueFund: $ref: '#/components/schemas/CodeMappingString' syntheticsAverageWrapFees: type: number description: '' format: double nullable: true universeFundSizeDate: type: string description: '' nullable: true withdrawalMethodologyBufferFundLifoPerc: type: number description: '' format: double nullable: true withdrawalMethodologyBufferFundProrataPerc: type: number description: '' format: double nullable: true withdrawalMethodologyBufferTieredProrataPerc: type: number description: '' format: double nullable: true withdrawalMethodologyOtherPerc: type: number description: '' format: double nullable: true withdrawalMethodologyProrataPerc: type: number description: '' format: double nullable: true yieldToMaturityUniverseAverage: type: number description: '' format: double nullable: true yieldToMaturityUniverseHigh: type: number description: '' format: double nullable: true yieldToMaturityUniverseLow: type: number description: '' format: double nullable: true additionalProperties: false title: OutputStableValueFundAggregatedStatistics description: All fields are nullable. Empty or `null` value fields are not returned. OutputBoardAndCommitteeAttendance: type: object properties: fiscalYearEndDate: type: string description: The company's fiscal year that it uses to report its financial results. nullable: true committeeId: type: string description: A unique identifier assigned to each committee. nullable: true committeeName: type: string description: Represents the name of the committee; a committee is a group of directors; which is formed by the Board of the Company; with the purpose of performing particular functions. nullable: true currencyCode: $ref: '#/components/schemas/CodeMappingString' exceptionalPayment: type: number description: Any additional amount paid to the director for responsibilities other than the duties performed as part of the committees. format: double nullable: true isCommitteeChairperson: type: boolean description: 'Flag to indicate whether the person is a chairperson of the committee: The chairperson is the presiding officer of an organized group such as a board/committee. The chairperson is responsible for making sure that each meeting is planned effectively; conducted according to the constitution and that matters are dealt with in an orderly; efficient manner. TRUE denotes the person is a chairperson of the committee; otherwise FALSE.' nullable: true isCompensationCommittee: $ref: '#/components/schemas/CodeMappingBoolean' isExpensePaid: $ref: '#/components/schemas/CodeMappingBoolean' meetingAttendancePercentage: type: number description: Percentage of the board and committee meetings attended during the fiscal year. format: double nullable: true meetingFeeAlternate: type: number description: Fees paid to the directors for attending board/committee alternate meetings (meetings other than the regular meetings). format: double nullable: true meetingFeeChair: type: number description: Fees paid to the chairperson for attending board/committee meetings. format: double nullable: true meetingFeeMember: type: number description: Fees paid to the directors for attending board/committee meetings. format: double nullable: true numberOfMeetingsAlternate: type: integer description: Total number of meetings held other than in-person; e.g. telephonic meeting; written consent; etc...; during the fiscal year for each board and committee member. format: int32 nullable: true numberOfMeetingsPerson: type: integer description: Total number of meetings held in-person during the fiscal year for each board and committee. format: int32 nullable: true personId: type: string description: A unique identifier assigned to each director/officer. nullable: true reportDate: type: string description: The date the company publishes the document from which the data is sourced. nullable: true reportSource: type: string description: 'The document where the company discloses the key information and from where the data is collected: Examples include Annual Report; DEF 14A; 10-K; 8-K; etc....' nullable: true retainerFeeChair: type: number description: 'Annual retainer fees paid to the Board/Committee chair: Retainer is the cash amount that company pays its non-employee directors for performing their duties and responsibilities on various committees and board. It is paid monthly; quarterly; half yearly or yearly.' format: double nullable: true retainerFeeMember: type: number description: 'Annual retainer fees paid to the board/committee member: Retainer is the cash amount that the company pays its non-employee directors for performing their duties and responsibilities on various committees and boards. It is paid monthly; quarterly; half yearly or yearly.' format: double nullable: true additionalProperties: false title: OutputBoardAndCommitteeAttendance OutputEsgFundLevelEsgLabels: type: object properties: cifscEsgBestInClass: $ref: '#/components/schemas/CodeMappingString' cifscEsgExclusion: $ref: '#/components/schemas/CodeMappingString' cifscEsgImpactInvesting: $ref: '#/components/schemas/CodeMappingString' cifscEsgIntegrationAndEvaluation: $ref: '#/components/schemas/CodeMappingString' cifscEsgRelatedEngagementAndStewardshipActivities: $ref: '#/components/schemas/CodeMappingString' cifscEsgThematicInvesting: $ref: '#/components/schemas/CodeMappingString' cifscEvaluationDate: type: string description: '' nullable: true additionalProperties: false title: OutputEsgFundLevelEsgLabels description: All fields are nullable. Empty or `null` value fields are not returned. OutputTargetDateData: type: object properties: glidePathType: $ref: '#/components/schemas/CodeMappingString' landingPoint: $ref: '#/components/schemas/CodeMappingString' targetDate: type: string description: '' nullable: true targetDateReportDate: type: string description: '' nullable: true targetDateSeriesId: type: string description: '' nullable: true targetDateSeriesName: type: string description: '' nullable: true yttYear0Bond: type: number description: '' format: double nullable: true yttYear0Cash: type: number description: '' format: double nullable: true yttYear0Other: type: number description: '' format: double nullable: true yttYear0Stock: type: number description: '' format: double nullable: true yttYear10Bond: type: number description: '' format: double nullable: true yttYear10Cash: type: number description: '' format: double nullable: true yttYear10Other: type: number description: '' format: double nullable: true yttYear10Stock: type: number description: '' format: double nullable: true yttYear15Bond: type: number description: '' format: double nullable: true yttYear15Cash: type: number description: '' format: double nullable: true yttYear15Other: type: number description: '' format: double nullable: true yttYear15Stock: type: number description: '' format: double nullable: true yttYear20Bond: type: number description: '' format: double nullable: true yttYear20Cash: type: number description: '' format: double nullable: true yttYear20Other: type: number description: '' format: double nullable: true yttYear20Stock: type: number description: '' format: double nullable: true yttYear25Bond: type: number description: '' format: double nullable: true yttYear25Cash: type: number description: '' format: double nullable: true yttYear25Other: type: number description: '' format: double nullable: true yttYear25Stock: type: number description: '' format: double nullable: true yttYear30Bond: type: number description: '' format: double nullable: true yttYear30Cash: type: number description: '' format: double nullable: true yttYear30Other: type: number description: '' format: double nullable: true yttYear30Stock: type: number description: '' format: double nullable: true yttYear35Bond: type: number description: '' format: double nullable: true yttYear35Cash: type: number description: '' format: double nullable: true yttYear35Other: type: number description: '' format: double nullable: true yttYear35Stock: type: number description: '' format: double nullable: true yttYear40Bond: type: number description: '' format: double nullable: true yttYear40Cash: type: number description: '' format: double nullable: true yttYear40Other: type: number description: '' format: double nullable: true yttYear40Stock: type: number description: '' format: double nullable: true yttYear45Bond: type: number description: '' format: double nullable: true yttYear45Cash: type: number description: '' format: double nullable: true yttYear45Other: type: number description: '' format: double nullable: true yttYear45Stock: type: number description: '' format: double nullable: true yttYear50Bond: type: number description: '' format: double nullable: true yttYear50Cash: type: number description: '' format: double nullable: true yttYear50Other: type: number description: '' format: double nullable: true yttYear50Stock: type: number description: '' format: double nullable: true yttYear5Bond: type: number description: '' format: double nullable: true yttYear5Cash: type: number description: '' format: double nullable: true yttYear5Other: type: number description: '' format: double nullable: true yttYear5Stock: type: number description: '' format: double nullable: true yttYearMinus10Bond: type: number description: '' format: double nullable: true yttYearMinus10Cash: type: number description: '' format: double nullable: true yttYearMinus10Other: type: number description: '' format: double nullable: true yttYearMinus10Stock: type: number description: '' format: double nullable: true yttYearMinus15Bond: type: number description: '' format: double nullable: true yttYearMinus15Cash: type: number description: '' format: double nullable: true yttYearMinus15Other: type: number description: '' format: double nullable: true yttYearMinus15Stock: type: number description: '' format: double nullable: true yttYearMinus20Bond: type: number description: '' format: double nullable: true yttYearMinus20Cash: type: number description: '' format: double nullable: true yttYearMinus20Other: type: number description: '' format: double nullable: true yttYearMinus20Stock: type: number description: '' format: double nullable: true yttYearMinus25Bond: type: number description: '' format: double nullable: true yttYearMinus25Cash: type: number description: '' format: double nullable: true yttYearMinus25Other: type: number description: '' format: double nullable: true yttYearMinus25Stock: type: number description: '' format: double nullable: true yttYearMinus30Bond: type: number description: '' format: double nullable: true yttYearMinus30Cash: type: number description: '' format: double nullable: true yttYearMinus30Other: type: number description: '' format: double nullable: true yttYearMinus30Stock: type: number description: '' format: double nullable: true yttYearMinus5Bond: type: number description: '' format: double nullable: true yttYearMinus5Cash: type: number description: '' format: double nullable: true yttYearMinus5Other: type: number description: '' format: double nullable: true yttYearMinus5Stock: type: number description: '' format: double nullable: true additionalProperties: false title: OutputTargetDateData description: All fields are nullable. Empty or `null` value fields are not returned. InputViewParametersEquityTotalSharesOutstanding: title: InputViewParametersEquityTotalSharesOutstanding type: object required: - shareType properties: shareType: type: string enum: - all - adr - cef - common - etf - note - preferred - rights - treasury - unlisted - unit - warrant x-enumDescriptions: all: Includes all share types. adr: American Depositary Receipt — represents shares of a foreign company traded on U.S. exchanges. cef: Closed-End Fund shares — represent ownership in a pooled investment fund with a fixed number of shares. common: Standard equity shares that represent ownership in a company, typically with voting rights. etf: Exchange-Traded Fund shares — represent ownership in a fund that tracks an index or asset group and trades on exchanges. note: Debt security representing a loan made by an investor to a company, typically with a fixed interest rate and maturity date. preferred: Shares that provide specific privileges, such as fixed dividends or priority over common stock in liquidation. rights: Rights issued to existing shareholders to purchase additional shares, often at a discount. treasury: Shares that were previously issued and later repurchased by the issuing company. unlisted: Shares not listed on a formal stock exchange but may trade over-the-counter or privately. unit: Combined security consisting of multiple components, such as shares and warrants, sold together. warrant: Security that gives the holder the right to purchase company stock at a specific price before expiration. InputViewEquityIndustrySpecificMetrics: title: InputViewEquityIndustrySpecificMetrics description: View input when `viewId=equity-industry-specific-metrics`. `reportType` and `period` are required. `numberOfMonths` is optional. type: object required: - viewId - parameters properties: viewId: type: string enum: - equity-industry-specific-metrics parameters: $ref: '#/components/schemas/InputViewParametersEquityIndustrySpecificMetrics' ResponseAnnualReturnsHistorical: type: object properties: annualReturnsHistorical: $ref: '#/components/schemas/OutputAnnualReturnsHistorical' trailingTotalReturnForDayEndForDistribution: $ref: '#/components/schemas/OutputTrailingTotalReturnForDayEndForDistribution' trailingMarketReturnAndPriceStatisticsForDistribution: $ref: '#/components/schemas/OutputTrailingMarketReturnAndPriceStatisticsForDistribution' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' ResponseAccepted: title: ResponseAccepted description: 'Defines the HTTP 202 Accepted response returned when a request is accepted for asynchronous processing. Includes the job identifier, metadata, and links to retrieve the job status or results.' type: object properties: jobId: type: string description: 'A unique identifier for the asynchronous job. This ID is used to track processing progress or retrieve completed results.' example: 16bf1a7a-c883-4424-8810-2f4e9d244d40 _links: $ref: '#/components/schemas/OutputResponseLink' metadata: $ref: '#/components/schemas/OutputMetadata' OutputSubAssetClassification: type: object properties: strategyAllocationDate: type: string description: '' nullable: true directionalPerc: type: number description: '' format: double nullable: true relativeValuePerc: type: number description: '' format: double nullable: true eventDrivenPerc: type: number description: '' format: double nullable: true directionalEquityLongorshortPerc: type: number description: '' format: double nullable: true directionalEquityLorsGrowthPerc: type: number description: '' format: double nullable: true directionalEquityLorsValuePerc: type: number description: '' format: double nullable: true directionalEquityLorsOpportunisticPerc: type: number description: '' format: double nullable: true directionalEquityLorsShortSellingPerc: type: number description: '' format: double nullable: true directionalEquityLorsPipesPerc: type: number description: '' format: double nullable: true directionalEquityLorsOtherPerc: type: number description: '' format: double nullable: true directionalFixedIncomePerc: type: number description: '' format: double nullable: true directionalFixedIncHighYieldPerc: type: number description: '' format: double nullable: true directionalFixedIncMortgageBackedSecuritiesAgenciesPerc: type: number description: '' format: double nullable: true directionalFixedIncMortgageBackedSecuritiesCommercialPerc: type: number description: '' format: double nullable: true directionalFixedIncCorporatePerc: type: number description: '' format: double nullable: true directionalFixedIncSovereignNonUsPerc: type: number description: '' format: double nullable: true directionalFixedIncTreasuriesPerc: type: number description: '' format: double nullable: true directionalGlobalMacroPerc: type: number description: '' format: double nullable: true directionalCurrencyPerc: type: number description: '' format: double nullable: true directionalTacticalAssetAllocationPerc: type: number description: '' format: double nullable: true directionalVolatilityTradingPerc: type: number description: '' format: double nullable: true directionalOtherPerc: type: number description: '' format: double nullable: true relativeValueCapitalStructureArbitragePerc: type: number description: '' format: double nullable: true relativeValueCapitalStructureArbitrageConvertibleArbitragePerc: type: number description: '' format: double nullable: true relativeValueCapitalStructureArbitrageOtherPerc: type: number description: '' format: double nullable: true relativeValueEquitiesLorsEqualWeightedPerc: type: number description: '' format: double nullable: true relativeValueEquitiesPairTradingPerc: type: number description: '' format: double nullable: true relativeValueFixedIncArbitragePerc: type: number description: '' format: double nullable: true relativeValueIndexorbasisTradeArbitragePerc: type: number description: '' format: double nullable: true relativeValueVolatilityArbitragePerc: type: number description: '' format: double nullable: true relativeValueClosedEndFundArbitragePerc: type: number description: '' format: double nullable: true relativeValueOtherPerc: type: number description: '' format: double nullable: true eventDrivenMergerArbitragePerc: type: number description: '' format: double nullable: true eventDrivenCorporateReOrgPerc: type: number description: '' format: double nullable: true eventDrivenDistressedSecuritiesPerc: type: number description: '' format: double nullable: true eventDrivenSpecialSituationsPerc: type: number description: '' format: double nullable: true eventDrivenTradeClaimsPerc: type: number description: '' format: double nullable: true eventDrivenStrategicBlockoractivistTradingPerc: type: number description: '' format: double nullable: true eventDrivenOtherPerc: type: number description: '' format: double nullable: true canadaStockLargeCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockLargeCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockMidCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaStockMidCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaStockMidCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockMidCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockSmallCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaStockSmallCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaStockSmallCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockSmallCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaStockStyleUnclassifiedPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrMidCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrMidCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrMidCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrMidCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapCoreorgrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapGrowthPercLongRescaled: type: number description: '' format: double nullable: true canadaIncomeTrStyleUnclassifiedPercLongRescaled: type: number description: '' format: double nullable: true usStockPercLongRescaled: type: number description: '' format: double nullable: true europeanStockPercLongRescaled: type: number description: '' format: double nullable: true japanStockPercLongRescaled: type: number description: '' format: double nullable: true australasiaStockPercLongRescaled: type: number description: '' format: double nullable: true asiaExJapanStockPercLongRescaled: type: number description: '' format: double nullable: true emergingMarketStockPercLongRescaled: type: number description: '' format: double nullable: true otherStockPercLongRescaled: type: number description: '' format: double nullable: true canadaBondShortorhighQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondIntermorhighQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondLongorhighQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondIntermormedQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondLongormedQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondShortorlowQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondIntermorlowQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondLongorlowQualityQualityPercLongRescaled: type: number description: '' format: double nullable: true canadaBondUnclassifiedStylePercLongRescaled: type: number description: '' format: double nullable: true usBondPercLongRescaled: type: number description: '' format: double nullable: true europeanBondPercLongRescaled: type: number description: '' format: double nullable: true japanBondPercLongRescaled: type: number description: '' format: double nullable: true australasiaBondPercLongRescaled: type: number description: '' format: double nullable: true asiaExJapanBondPercLongRescaled: type: number description: '' format: double nullable: true emergingMarketBondPercLongRescaled: type: number description: '' format: double nullable: true otherBondPercLongRescaled: type: number description: '' format: double nullable: true propertyorrealEstatePercLongRescaled: type: number description: '' format: double nullable: true commodityPercLongRescaled: type: number description: '' format: double nullable: true preciousMetalsPercLongRescaled: type: number description: '' format: double nullable: true preferredPercLongRescaled: type: number description: '' format: double nullable: true convertiblePercLongRescaled: type: number description: '' format: double nullable: true cashPercLongRescaled: type: number description: '' format: double nullable: true otherPercLongRescaled: type: number description: '' format: double nullable: true canadaAssetRescalingFactorLong: type: number description: '' format: double nullable: true canadaStockLargeCapValuePercLongRescaled: type: number description: '' format: double nullable: true canadaStockLargeCapValueorcorePercLongRescaled: type: number description: '' format: double nullable: true canadaBondShortormedQualityPercLongRescaled: type: number description: '' format: double nullable: true ukStockLargeValueLongRescaled: type: number description: '' format: double nullable: true ukStockLargeValueorcoreLongRescaled: type: number description: '' format: double nullable: true ukStockLargeCoreorgrowthLongRescaled: type: number description: '' format: double nullable: true ukStockLargeGrowthLongRescaled: type: number description: '' format: double nullable: true ukStockMidValueLongRescaled: type: number description: '' format: double nullable: true ukStockMidValueorcoreLongRescaled: type: number description: '' format: double nullable: true ukStockMidCoreorgrowthLongRescaled: type: number description: '' format: double nullable: true ukStockMidGrowthLongRescaled: type: number description: '' format: double nullable: true ukStockSmallValueLongRescaled: type: number description: '' format: double nullable: true ukStockSmallValueorcoreLongRescaled: type: number description: '' format: double nullable: true ukStockSmallCoreorgrowthLongRescaled: type: number description: '' format: double nullable: true ukStockSmallGrowthLongRescaled: type: number description: '' format: double nullable: true europeanStockLargeCapLongRescaled: type: number description: '' format: double nullable: true europeanStockMidCapLongRescaled: type: number description: '' format: double nullable: true europeanStockSmallCapLongRescaled: type: number description: '' format: double nullable: true northAmericanStockLongRescaled: type: number description: '' format: double nullable: true japanStockLongRescaled: type: number description: '' format: double nullable: true asiaExJapanStockLongRescaled: type: number description: '' format: double nullable: true emergingMarketStockLongRescaled: type: number description: '' format: double nullable: true otherStockLongRescaled: type: number description: '' format: double nullable: true ukGiltBondShortTermLongRescaled: type: number description: '' format: double nullable: true ukGiltBondIntorlongTermLongRescaled: type: number description: '' format: double nullable: true ukCorporateBondShortTermLongRescaled: type: number description: '' format: double nullable: true ukCorpBondIntorlongTermLongRescaled: type: number description: '' format: double nullable: true ukIndexLinkedBondLongRescaled: type: number description: '' format: double nullable: true europeanBondLongRescaled: type: number description: '' format: double nullable: true northAmericanBondLongRescaled: type: number description: '' format: double nullable: true japanBondLongRescaled: type: number description: '' format: double nullable: true asiaExJapanBondLongRescaled: type: number description: '' format: double nullable: true emergingMarketsBondLongRescaled: type: number description: '' format: double nullable: true otherBondLongRescaled: type: number description: '' format: double nullable: true assetAllocPropertyPercLongRescaled: type: number description: '' format: double nullable: true commodityLongRescaled: type: number description: '' format: double nullable: true preciousMetalsLongRescaled: type: number description: '' format: double nullable: true preferredStockLongRescaled: type: number description: '' format: double nullable: true convertibleLongRescaled: type: number description: '' format: double nullable: true assetAllocCashPercLongRescaled: type: number description: '' format: double nullable: true otherLongRescaled: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondDerivativesPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelEquityInvestmentsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondAndDebenturesPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelSecuritizedDebtInstrumentsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMoneyMarketInstrumentsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelGovernmentSecuritiesPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelFixedDepositsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCashAndNetCurrentAssetsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMutualFundUnitsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCommoditiesPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelOtherAssetsPercNet: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondDerivativesPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelEquityInvestmentsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondAndDebenturesPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelSecuritizedDebtInstrumentsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMoneyMarketInstrumentsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelGovernmentSecuritiesPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelFixedDepositsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCashAndNetCurrentAssetsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMutualFundUnitsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCommoditiesPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelOtherAssetsPercLong: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondDerivativesPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelEquityInvestmentsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelBondAndDebenturesPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelSecuritizedDebtInstrumentsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMoneyMarketInstrumentsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelGovernmentSecuritiesPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelFixedDepositsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCashAndNetCurrentAssetsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelMutualFundUnitsPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelCommoditiesPercShort: type: number description: '' format: double nullable: true indiaAssetTypePrimaryLevelOtherAssetsPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCommercialPaperPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStockPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPreferredStockPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelWarrantsOrRightsIssuePercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelEquityDerivativesPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPrivateCorporateBodiePercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPublicSectorUnitsPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBanksorfiIncludingNbfcPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelSingleLoanPtcPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPoolPtcPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCertificateOfDepositPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelTreasuryBillsPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCblosorrepoPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBillsRediscountingPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCentralGovTSecuritiesPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStateGovTSecuritiesPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInflationIndexedBondPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelFixedDepositsPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashEquivalentsPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsFundPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsEtfPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashCommodityPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateSwapPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateFuturePercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCreditDefaultSwapPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelUndefinedAssetsPercNet: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCommercialPaperPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStockPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPreferredStockPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelWarrantsOrRightsIssuePercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelEquityDerivativesPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPrivateCorporateBodiePercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPublicSectorUnitsPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBanksorfiIncludingNbfcPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelSingleLoanPtcPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPoolPtcPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCertificateOfDepositPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelTreasuryBillsPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCblosorrepoPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBillsRediscountingPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCentralGovTSecuritiesPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStateGovTSecuritiesPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInflationIndexedBondPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelFixedDepositsPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashEquivalentsPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsFundPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsEtfPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashCommodityPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateSwapPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateFuturePercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCreditDefaultSwapPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelUndefinedAssetsPercLong: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCommercialPaperPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStockPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPreferredStockPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelWarrantsOrRightsIssuePercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelEquityDerivativesPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPrivateCorporateBodiePercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPublicSectorUnitsPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBanksorfiIncludingNbfcPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelSingleLoanPtcPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelPoolPtcPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCertificateOfDepositPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelTreasuryBillsPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCblosorrepoPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelBillsRediscountingPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCentralGovTSecuritiesPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelStateGovTSecuritiesPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInflationIndexedBondPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelFixedDepositsPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashEquivalentsPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsFundPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelMutualFundUnitsEtfPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCashCommodityPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateSwapPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelInterestRateFuturePercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelCreditDefaultSwapPercShort: type: number description: '' format: double nullable: true indiaAssetTypeSecondaryLevelUndefinedAssetsPercShort: type: number description: '' format: double nullable: true customAssetGroupingPercent: type: string description: '' nullable: true customCreditRatingTypePercent: type: string description: '' nullable: true canadaStockLargeCapCoreorgrowthPercNet: type: number description: '' format: double nullable: true canadaStockLargeCapGrowthPercNet: type: number description: '' format: double nullable: true canadaStockMidCapValuePercNet: type: number description: '' format: double nullable: true canadaStockMidCapValueorcorePercNet: type: number description: '' format: double nullable: true canadaStockMidCapCoreorgrowthPercNet: type: number description: '' format: double nullable: true canadaStockMidCapGrowthPercNet: type: number description: '' format: double nullable: true canadaStockSmallCapValuePercNet: type: number description: '' format: double nullable: true canadaStockSmallCapValueorcorePercNet: type: number description: '' format: double nullable: true canadaStockSmallCapCoreorgrowthPercNet: type: number description: '' format: double nullable: true canadaStockSmallCapGrowthPercNet: type: number description: '' format: double nullable: true canadaStockStyleUnclassifiedPercNet: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapValuePercNet: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapValueorcorePercNet: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapCoreorgrowthPercNet: type: number description: '' format: double nullable: true canadaIncomeTrLargeCapGrowthPercNet: type: number description: '' format: double nullable: true canadaIncomeTrMidCapValuePercNet: type: number description: '' format: double nullable: true canadaIncomeTrMidCapValueorcorePercNet: type: number description: '' format: double nullable: true canadaIncomeTrMidCapCoreorgrowthPercNet: type: number description: '' format: double nullable: true canadaIncomeTrMidCapGrowthPercNet: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapValuePercNet: type: number description: '' format: double nullable: true canadaIncomeTrSmallCapValueorcorePercNet: type: string description: '' nullable: true canadaIncomeTrSmallCapCoreorgrowthPercNet: type: string description: '' nullable: true canadaIncomeTrSmallCapGrowthPercNet: type: string description: '' nullable: true canadaIncomeTrStyleUnclassifiedPercNet: type: string description: '' nullable: true usStockPercNet: type: string description: '' nullable: true europeanStockPercNet: type: string description: '' nullable: true japanStockPercNet: type: string description: '' nullable: true australasiaStockPercNet: type: string description: '' nullable: true asiaExJapanStockPercNet: type: string description: '' nullable: true emergingMarketStockPercNet: type: string description: '' nullable: true otherStockPercNet: type: string description: '' nullable: true canadaBondShortorhighQualityPercNet: type: string description: '' nullable: true canadaBondIntermorhighQualityPercNet: type: string description: '' nullable: true canadaBondLongorhighQualityPercNet: type: string description: '' nullable: true canadaBondIntermormedQualityPercNet: type: string description: '' nullable: true canadaBondLongormedQualityPercNet: type: string description: '' nullable: true canadaBondShortorlowQualityPercNet: type: string description: '' nullable: true canadaBondIntermorlowQualityPercNet: type: string description: '' nullable: true canadaBondLongorlowQualityQualityPercNet: type: string description: '' nullable: true canadaBondUnclassifiedStylePercNet: type: string description: '' nullable: true usBondPercNet: type: string description: '' nullable: true europeanBondPercNet: type: string description: '' nullable: true japanBondPercNet: type: string description: '' nullable: true australasiaBondPercNet: type: string description: '' nullable: true asiaExJapanBondPercNet: type: string description: '' nullable: true emergingMarketBondPercNet: type: string description: '' nullable: true otherBondPercNet: type: string description: '' nullable: true propertyorrealEstatePercNet: type: string description: '' nullable: true commodityPercNet: type: string description: '' nullable: true preciousMetalsPercNet: type: string description: '' nullable: true preferredPercNet: type: string description: '' nullable: true convertiblePercNet: type: string description: '' nullable: true cashPercNet: type: string description: '' nullable: true otherPercNet: type: string description: '' nullable: true canadaStockLargeCapValuePercNet: type: string description: '' nullable: true canadaStockLargeCapValueorcorePercNet: type: string description: '' nullable: true canadaBondShortormedQualityPercNet: type: string description: '' nullable: true ukStockLargeValueNet: type: string description: '' nullable: true ukStockLargeValueorcoreNet: type: string description: '' nullable: true ukStockLargeCoreorgrowthNet: type: string description: '' nullable: true ukStockLargeGrowthNet: type: string description: '' nullable: true ukStockMidValueNet: type: string description: '' nullable: true ukStockMidValueorcoreNet: type: string description: '' nullable: true ukStockMidCoreorgrowthNet: type: string description: '' nullable: true ukStockMidGrowthNet: type: string description: '' nullable: true ukStockSmallValueNet: type: string description: '' nullable: true ukStockSmallValueorcoreNet: type: string description: '' nullable: true ukStockSmallCoreorgrowthNet: type: string description: '' nullable: true ukStockSmallGrowthNet: type: string description: '' nullable: true europeanStockLargeCapNet: type: string description: '' nullable: true europeanStockMidCapNet: type: string description: '' nullable: true europeanStockSmallCapNet: type: string description: '' nullable: true northAmericanStockNet: type: string description: '' nullable: true japanStockNet: type: string description: '' nullable: true asiaExJapanStockNet: type: string description: '' nullable: true emergingMarketStockNet: type: string description: '' nullable: true otherStockNet: type: string description: '' nullable: true ukGiltBondShortTermNet: type: string description: '' nullable: true ukGiltBondIntorlongTermNet: type: string description: '' nullable: true ukCorporateBondShortTermNet: type: string description: '' nullable: true ukCorpBondIntorlongTermNet: type: string description: '' nullable: true ukIndexLinkedBondNet: type: string description: '' nullable: true europeanBondNet: type: string description: '' nullable: true northAmericanBondNet: type: string description: '' nullable: true japanBondNet: type: string description: '' nullable: true asiaExJapanBondNet: type: string description: '' nullable: true emergingMarketsBondNet: type: string description: '' nullable: true otherBondNet: type: string description: '' nullable: true assetAllocPropertyPercNet: type: string description: '' nullable: true commodityNet: type: string description: '' nullable: true preciousMetalsNet: type: string description: '' nullable: true preferredStockNet: type: string description: '' nullable: true convertibleNet: type: string description: '' nullable: true assetAllocCashPercNet: type: string description: '' nullable: true otherNet: type: string description: '' nullable: true canadaStockLargeCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaStockLargeCapGrowthPercShort: type: string description: '' nullable: true canadaStockMidCapValuePercShort: type: string description: '' nullable: true canadaStockMidCapValueorcorePercShort: type: string description: '' nullable: true canadaStockMidCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaStockMidCapGrowthPercShort: type: string description: '' nullable: true canadaStockSmallCapValuePercShort: type: string description: '' nullable: true canadaStockSmallCapValueorcorePercShort: type: string description: '' nullable: true canadaStockSmallCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaStockSmallCapGrowthPercShort: type: string description: '' nullable: true canadaStockStyleUnclassifiedPercShort: type: string description: '' nullable: true canadaIncomeTrLargeCapValuePercShort: type: string description: '' nullable: true canadaIncomeTrLargeCapValueorcorePercShort: type: string description: '' nullable: true canadaIncomeTrLargeCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaIncomeTrLargeCapGrowthPercShort: type: string description: '' nullable: true canadaIncomeTrMidCapValuePercShort: type: string description: '' nullable: true canadaIncomeTrMidCapValueorcorePercShort: type: string description: '' nullable: true canadaIncomeTrMidCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaIncomeTrMidCapGrowthPercShort: type: string description: '' nullable: true canadaIncomeTrSmallCapValuePercShort: type: string description: '' nullable: true canadaIncomeTrSmallCapValueorcorePercShort: type: string description: '' nullable: true canadaIncomeTrSmallCapCoreorgrowthPercShort: type: string description: '' nullable: true canadaIncomeTrSmallCapGrowthPercShort: type: string description: '' nullable: true canadaIncomeTrStyleUnclassifiedPercShort: type: string description: '' nullable: true usStockPercShort: type: string description: '' nullable: true europeanStockPercShort: type: string description: '' nullable: true japanStockPercShort: type: string description: '' nullable: true australasiaStockPercShort: type: string description: '' nullable: true asiaExJapanStockPercShort: type: string description: '' nullable: true emergingMarketStockPercShort: type: string description: '' nullable: true otherStockPercShort: type: string description: '' nullable: true canadaBondShortorhighQualityPercShort: type: string description: '' nullable: true canadaBondIntermorhighQualityPercShort: type: string description: '' nullable: true canadaBondLongorhighQualityPercShort: type: string description: '' nullable: true canadaBondIntermormedQualityPercShort: type: string description: '' nullable: true canadaBondLongormedQualityPercShort: type: string description: '' nullable: true canadaBondShortorlowQualityPercShort: type: string description: '' nullable: true canadaBondIntermorlowQualityPercShort: type: string description: '' nullable: true canadaBondLongorlowQualityQualityPercShort: type: string description: '' nullable: true canadaBondUnclassifiedStylePercShort: type: string description: '' nullable: true usBondPercShort: type: string description: '' nullable: true europeanBondPercShort: type: string description: '' nullable: true japanBondPercShort: type: string description: '' nullable: true australasiaBondPercShort: type: string description: '' nullable: true asiaExJapanBondPercShort: type: string description: '' nullable: true emergingMarketBondPercShort: type: string description: '' nullable: true otherBondPercShort: type: string description: '' nullable: true propertyorrealEstatePercShort: type: string description: '' nullable: true commodityPercShort: type: string description: '' nullable: true preciousMetalsPercShort: type: string description: '' nullable: true preferredPercShort: type: string description: '' nullable: true convertiblePercShort: type: string description: '' nullable: true cashPercShort: type: string description: '' nullable: true otherPercShort: type: string description: '' nullable: true canadaStockLargeCapValuePercShort: type: string description: '' nullable: true canadaStockLargeCapValueorcorePercShort: type: string description: '' nullable: true canadaBondShortormedQualityPercShort: type: string description: '' nullable: true ukStockLargeValueShort: type: string description: '' nullable: true ukStockLargeValueorcoreShort: type: string description: '' nullable: true ukStockLargeCoreorgrowthShort: type: string description: '' nullable: true ukStockLargeGrowthShort: type: string description: '' nullable: true ukStockMidValueShort: type: string description: '' nullable: true ukStockMidValueorcoreShort: type: string description: '' nullable: true ukStockMidCoreorgrowthShort: type: string description: '' nullable: true ukStockMidGrowthShort: type: string description: '' nullable: true ukStockSmallValueShort: type: string description: '' nullable: true ukStockSmallValueorcoreShort: type: string description: '' nullable: true ukStockSmallCoreorgrowthShort: type: string description: '' nullable: true ukStockSmallGrowthShort: type: string description: '' nullable: true europeanStockLargeCapShort: type: string description: '' nullable: true europeanStockMidCapShort: type: string description: '' nullable: true europeanStockSmallCapShort: type: string description: '' nullable: true northAmericanStockShort: type: string description: '' nullable: true japanStockShort: type: string description: '' nullable: true asiaExJapanStockShort: type: string description: '' nullable: true emergingMarketStockShort: type: string description: '' nullable: true otherStockShort: type: string description: '' nullable: true ukGiltBondShortTermShort: type: string description: '' nullable: true ukGiltBondIntorlongTermShort: type: string description: '' nullable: true ukCorporateBondShortTermShort: type: string description: '' nullable: true ukCorpBondIntorlongTermShort: type: string description: '' nullable: true ukIndexLinkedBondShort: type: string description: '' nullable: true europeanBondShort: type: string description: '' nullable: true northAmericanBondShort: type: string description: '' nullable: true japanBondShort: type: string description: '' nullable: true asiaExJapanBondShort: type: string description: '' nullable: true emergingMarketsBondShort: type: string description: '' nullable: true otherBondShort: type: string description: '' nullable: true assetAllocPropertyPercShort: type: string description: '' nullable: true commodityShort: type: string description: '' nullable: true preciousMetalsShort: type: string description: '' nullable: true preferredStockShort: type: string description: '' nullable: true convertibleShort: type: string description: '' nullable: true assetAllocCashPercShort: type: string description: '' nullable: true otherShort: type: string description: '' nullable: true canadaStockLargeCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaStockLargeCapGrowthPercLong: type: string description: '' nullable: true canadaStockMidCapValuePercLong: type: string description: '' nullable: true canadaStockMidCapValueorcorePercLong: type: string description: '' nullable: true canadaStockMidCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaStockMidCapGrowthPercLong: type: string description: '' nullable: true canadaStockSmallCapValuePercLong: type: string description: '' nullable: true canadaStockSmallCapValueorcorePercLong: type: string description: '' nullable: true canadaStockSmallCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaStockSmallCapGrowthPercLong: type: string description: '' nullable: true canadaStockStyleUnclassifiedPercLong: type: string description: '' nullable: true canadaIncomeTrLargeCapValuePercLong: type: string description: '' nullable: true canadaIncomeTrLargeCapValueorcorePercLong: type: string description: '' nullable: true canadaIncomeTrLargeCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaIncomeTrLargeCapGrowthPercLong: type: string description: '' nullable: true canadaIncomeTrMidCapValuePercLong: type: string description: '' nullable: true canadaIncomeTrMidCapValueorcorePercLong: type: string description: '' nullable: true canadaIncomeTrMidCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaIncomeTrMidCapGrowthPercLong: type: string description: '' nullable: true canadaIncomeTrSmallCapValuePercLong: type: string description: '' nullable: true canadaIncomeTrSmallCapValueorcorePercLong: type: string description: '' nullable: true canadaIncomeTrSmallCapCoreorgrowthPercLong: type: string description: '' nullable: true canadaIncomeTrSmallCapGrowthPercLong: type: string description: '' nullable: true canadaIncomeTrStyleUnclassifiedPercLong: type: string description: '' nullable: true usStockPercLong: type: string description: '' nullable: true europeanStockPercLong: type: string description: '' nullable: true japanStockPercLong: type: string description: '' nullable: true australasiaStockPercLong: type: string description: '' nullable: true asiaExJapanStockPercLong: type: string description: '' nullable: true emergingMarketStockPercLong: type: string description: '' nullable: true otherStockPercLong: type: string description: '' nullable: true canadaBondShortorhighQualityPercLong: type: string description: '' nullable: true canadaBondIntermorhighQualityPercLong: type: string description: '' nullable: true canadaBondLongorhighQualityPercLong: type: string description: '' nullable: true canadaBondIntermormedQualityPercLong: type: string description: '' nullable: true canadaBondLongormedQualityPercLong: type: string description: '' nullable: true canadaBondShortorlowQualityPercLong: type: string description: '' nullable: true canadaBondIntermorlowQualityPercLong: type: string description: '' nullable: true canadaBondLongorlowQualityQualityPercLong: type: string description: '' nullable: true canadaBondUnclassifiedStylePercLong: type: string description: '' nullable: true usBondPercLong: type: string description: '' nullable: true europeanBondPercLong: type: string description: '' nullable: true japanBondPercLong: type: string description: '' nullable: true australasiaBondPercLong: type: string description: '' nullable: true asiaExJapanBondPercLong: type: string description: '' nullable: true emergingMarketBondPercLong: type: string description: '' nullable: true otherBondPercLong: type: string description: '' nullable: true propertyorrealEstatePercLong: type: string description: '' nullable: true commodityPercLong: type: string description: '' nullable: true preciousMetalsPercLong: type: string description: '' nullable: true preferredPercLong: type: string description: '' nullable: true convertiblePercLong: type: string description: '' nullable: true cashPercLong: type: string description: '' nullable: true otherPercLong: type: string description: '' nullable: true canadaStockLargeCapValuePercLong: type: string description: '' nullable: true canadaStockLargeCapValueorcorePercLong: type: string description: '' nullable: true canadaBondShortormedQualityPercLong: type: string description: '' nullable: true ukStockLargeValueLong: type: string description: '' nullable: true ukStockLargeValueorcoreLong: type: string description: '' nullable: true ukStockLargeCoreorgrowthLong: type: string description: '' nullable: true ukStockLargeGrowthLong: type: string description: '' nullable: true ukStockMidValueLong: type: string description: '' nullable: true ukStockMidValueorcoreLong: type: string description: '' nullable: true ukStockMidCoreorgrowthLong: type: string description: '' nullable: true ukStockMidGrowthLong: type: string description: '' nullable: true ukStockSmallValueLong: type: string description: '' nullable: true ukStockSmallValueorcoreLong: type: string description: '' nullable: true ukStockSmallCoreorgrowthLong: type: string description: '' nullable: true ukStockSmallGrowthLong: type: string description: '' nullable: true europeanStockLargeCapLong: type: string description: '' nullable: true europeanStockMidCapLong: type: string description: '' nullable: true europeanStockSmallCapLong: type: string description: '' nullable: true northAmericanStockLong: type: string description: '' nullable: true japanStockLong: type: string description: '' nullable: true asiaExJapanStockLong: type: string description: '' nullable: true emergingMarketStockLong: type: string description: '' nullable: true otherStockLong: type: string description: '' nullable: true ukGiltBondShortTermLong: type: string description: '' nullable: true ukGiltBondIntorlongTermLong: type: string description: '' nullable: true ukCorporateBondShortTermLong: type: string description: '' nullable: true ukCorpBondIntorlongTermLong: type: string description: '' nullable: true ukIndexLinkedBondLong: type: string description: '' nullable: true europeanBondLong: type: string description: '' nullable: true northAmericanBondLong: type: string description: '' nullable: true japanBondLong: type: string description: '' nullable: true asiaExJapanBondLong: type: string description: '' nullable: true emergingMarketsBondLong: type: string description: '' nullable: true otherBondLong: type: string description: '' nullable: true assetAllocPropertyPercLong: type: string description: '' nullable: true commodityLong: type: string description: '' nullable: true preciousMetalsLong: type: string description: '' nullable: true preferredStockLong: type: string description: '' nullable: true convertibleLong: type: string description: '' nullable: true assetAllocCashPercLong: type: string description: '' nullable: true otherLong: type: string description: '' nullable: true additionalProperties: false title: OutputSubAssetClassification description: All fields are nullable. Empty or `null` value fields are not returned. OutputIndiaSector: type: object properties: indiaSectorBanksPercNet: type: number description: '' format: double nullable: true indiaSectorConstructionPercNet: type: number description: '' format: double nullable: true indiaSectorConsumerDurablesPercNet: type: number description: '' format: double nullable: true indiaSectorEngineeringServicesPercNet: type: number description: '' format: double nullable: true indiaSectorFerrousMetalsPercNet: type: number description: '' format: double nullable: true indiaSectorFinancePercNet: type: number description: '' format: double nullable: true indiaSectorGasPercNet: type: number description: '' format: double nullable: true indiaSectorHealthcareServicesPercNet: type: number description: '' format: double nullable: true indiaSectorIndustrialProductsPercNet: type: number description: '' format: double nullable: true indiaSectorNonFerrousMetalsPercNet: type: number description: '' format: double nullable: true indiaSectorOilPercNet: type: number description: '' format: double nullable: true indiaSectorPetroleumProductsPercNet: type: number description: '' format: double nullable: true indiaSectorPowerPercNet: type: number description: '' format: double nullable: true indiaSectorRetailingPercNet: type: number description: '' format: double nullable: true indiaSectorTelecomEquipmentAndAccessoriesPercNet: type: number description: '' format: double nullable: true indiaSectorTelecomServicesPercNet: type: number description: '' format: double nullable: true indiaSectorBanksPercLong: type: number description: '' format: double nullable: true indiaSectorConstructionPercLong: type: number description: '' format: double nullable: true indiaSectorConsumerDurablesPercLong: type: number description: '' format: double nullable: true indiaSectorEngineeringServicesPercLong: type: number description: '' format: double nullable: true indiaSectorFerrousMetalsPercLong: type: number description: '' format: double nullable: true indiaSectorFinancePercLong: type: number description: '' format: double nullable: true indiaSectorGasPercLong: type: number description: '' format: double nullable: true indiaSectorHealthcareServicesPercLong: type: number description: '' format: double nullable: true indiaSectorIndustrialProductsPercLong: type: number description: '' format: double nullable: true indiaSectorNonFerrousMetalsPercLong: type: number description: '' format: double nullable: true indiaSectorOilPercLong: type: number description: '' format: double nullable: true indiaSectorPetroleumProductsPercLong: type: number description: '' format: double nullable: true indiaSectorPowerPercLong: type: number description: '' format: double nullable: true indiaSectorRetailingPercLong: type: number description: '' format: double nullable: true indiaSectorTelecomEquipmentAndAccessoriesPercLong: type: number description: '' format: double nullable: true indiaSectorTelecomServicesPercLong: type: number description: '' format: double nullable: true indiaSectorBanksPercShort: type: number description: '' format: double nullable: true indiaSectorConstructionPercShort: type: number description: '' format: double nullable: true indiaSectorConsumerDurablesPercShort: type: number description: '' format: double nullable: true indiaSectorEngineeringServicesPercShort: type: number description: '' format: double nullable: true indiaSectorFerrousMetalsPercShort: type: number description: '' format: double nullable: true indiaSectorFinancePercShort: type: number description: '' format: double nullable: true indiaSectorGasPercShort: type: number description: '' format: double nullable: true indiaSectorHealthcareServicesPercShort: type: number description: '' format: double nullable: true indiaSectorIndustrialProductsPercShort: type: number description: '' format: double nullable: true indiaSectorNonFerrousMetalsPercShort: type: number description: '' format: double nullable: true indiaSectorOilPercShort: type: number description: '' format: double nullable: true indiaSectorPetroleumProductsPercShort: type: number description: '' format: double nullable: true indiaSectorPowerPercShort: type: number description: '' format: double nullable: true indiaSectorRetailingPercShort: type: number description: '' format: double nullable: true indiaSectorTelecomEquipmentAndAccessoriesPercShort: type: number description: '' format: double nullable: true indiaSectorTelecomServicesPercShort: type: number description: '' format: double nullable: true indiaSectorBanksPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorConstructionPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorConsumerDurablesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorEngineeringServicesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorFerrousMetalsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorFinancePercLongRescaled: type: number description: '' format: double nullable: true indiaSectorGasPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorHealthcareServicesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorIndustrialProductsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorNonFerrousMetalsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorOilPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorPetroleumProductsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorPowerPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorRetailingPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorTelecomEquipmentAndAccessoriesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorTelecomServicesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorAerospaceAndDefensePercLongRescaled: type: number description: '' format: double nullable: true indiaSectorCapitalMarketsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorCementAndCementProductsPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorLeisureServicesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorEntertainmentPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorInsurancePercLongRescaled: type: number description: '' format: double nullable: true indiaSectorOtherConsumerServicesPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorPrintingAndPublicationPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorMediaPercLongRescaled: type: number description: '' format: double nullable: true indiaSectorAerospaceAndDefensePercLong: type: number description: '' format: double nullable: true indiaSectorCapitalMarketsPercLong: type: number description: '' format: double nullable: true indiaSectorCementAndCementProductsPercLong: type: number description: '' format: double nullable: true indiaSectorLeisureServicesPercLong: type: number description: '' format: double nullable: true indiaSectorEntertainmentPercLong: type: number description: '' format: double nullable: true indiaSectorInsurancePercLong: type: number description: '' format: double nullable: true indiaSectorOtherConsumerServicesPercLong: type: number description: '' format: double nullable: true indiaSectorPrintingAndPublicationPercLong: type: number description: '' format: double nullable: true indiaSectorMediaPercLong: type: number description: '' format: double nullable: true indiaSectorAerospaceAndDefensePercShort: type: number description: '' format: double nullable: true indiaSectorCapitalMarketsPercShort: type: number description: '' format: double nullable: true indiaSectorCementAndCementProductsPercShort: type: number description: '' format: double nullable: true indiaSectorLeisureServicesPercShort: type: number description: '' format: double nullable: true indiaSectorEntertainmentPercShort: type: number description: '' format: double nullable: true indiaSectorInsurancePercShort: type: number description: '' format: double nullable: true indiaSectorOtherConsumerServicesPercShort: type: number description: '' format: double nullable: true indiaSectorPrintingAndPublicationPercShort: type: number description: '' format: double nullable: true indiaSectorMediaPercShort: type: number description: '' format: double nullable: true indiaSectorAerospaceAndDefensePercNet: type: number description: '' format: double nullable: true indiaSectorCapitalMarketsPercNet: type: number description: '' format: double nullable: true indiaSectorCementAndCementProductsPercNet: type: number description: '' format: double nullable: true indiaSectorLeisureServicesPercNet: type: number description: '' format: double nullable: true indiaSectorEntertainmentPercNet: type: number description: '' format: double nullable: true indiaSectorInsurancePercNet: type: number description: '' format: double nullable: true indiaSectorOtherConsumerServicesPercNet: type: number description: '' format: double nullable: true indiaSectorPrintingAndPublicationPercNet: type: number description: '' format: double nullable: true indiaSectorMediaPercNet: type: number description: '' format: double nullable: true indiaSectorAgriculturalFoodAndOtherProductsPercNet: type: number description: '' format: double nullable: true indiaSectorAgriculturalCommercialAndConstructionVehiclesPercNet: type: number description: '' format: double nullable: true indiaSectorAutoComponentsPercNet: type: number description: '' format: double nullable: true indiaSectorAutomobilesPercNet: type: number description: '' format: double nullable: true indiaSectorBeveragesPercNet: type: number description: '' format: double nullable: true indiaSectorChemicalsAndPetrochemicalsPercNet: type: number description: '' format: double nullable: true indiaSectorCigarettesAndTobaccoProductsPercNet: type: number description: '' format: double nullable: true indiaSectorCommercialServicesAndSuppliesPercNet: type: number description: '' format: double nullable: true indiaSectorConsumableFuelsPercNet: type: number description: '' format: double nullable: true indiaSectorDiversifiedPercNet: type: number description: '' format: double nullable: true indiaSectorDiversifiedFmcgPercNet: type: number description: '' format: double nullable: true indiaSectorDiversifiedMetalsPercNet: type: number description: '' format: double nullable: true indiaSectorElectricalEquipmentPercNet: type: number description: '' format: double nullable: true indiaSectorFertilizersAndAgrochemicalsPercNet: type: number description: '' format: double nullable: true indiaSectorFinancialTechnologyPercNet: type: number description: '' format: double nullable: true indiaSectorFoodProductsPercNet: type: number description: '' format: double nullable: true indiaSectorHealthcareEquipmentAndSuppliesPercNet: type: number description: '' format: double nullable: true indiaSectorHouseholdProductsPercNet: type: number description: '' format: double nullable: true indiaSectorIndustrialManufacturingPercNet: type: number description: '' format: double nullable: true indiaSectorItHardwarePercNet: type: number description: '' format: double nullable: true indiaSectorItServicesPercNet: type: number description: '' format: double nullable: true indiaSectorItSoftwarePercNet: type: number description: '' format: double nullable: true indiaSectorMetalsAndMineralsTradingPercNet: type: number description: '' format: double nullable: true indiaSectorMineralsAndMiningPercNet: type: number description: '' format: double nullable: true indiaSectorOtherConstructionMaterialsPercNet: type: number description: '' format: double nullable: true indiaSectorOtherUtilitiesPercNet: type: number description: '' format: double nullable: true indiaSectorPaperForestAndJuteProductsPercNet: type: number description: '' format: double nullable: true indiaSectorPersonalProductsPercNet: type: number description: '' format: double nullable: true indiaSectorPharmaceuticalsAndBiotechnologyPercNet: type: number description: '' format: double nullable: true indiaSectorRealtyPercNet: type: number description: '' format: double nullable: true indiaSectorTextilesAndApparelsPercNet: type: number description: '' format: double nullable: true indiaSectorTransportInfrastructurePercNet: type: number description: '' format: double nullable: true indiaSectorTransportServicesPercNet: type: number description: '' format: double nullable: true indiaSectorAgriculturalFoodAndOtherProductsPercLong: type: number description: '' format: double nullable: true indiaSectorAgriculturalCommercialAndConstructionVehiclesPercLong: type: number description: '' format: double nullable: true indiaSectorAutoComponentsPercLong: type: number description: '' format: double nullable: true indiaSectorAutomobilesPercLong: type: number description: '' format: double nullable: true indiaSectorBeveragesPercLong: type: number description: '' format: double nullable: true indiaSectorChemicalsAndPetrochemicalsPercLong: type: number description: '' format: double nullable: true indiaSectorCigarettesAndTobaccoProductsPercLong: type: number description: '' format: double nullable: true indiaSectorCommercialServicesAndSuppliesPercLong: type: number description: '' format: double nullable: true indiaSectorConsumableFuelsPercLong: type: number description: '' format: double nullable: true indiaSectorDiversifiedPercLong: type: number description: '' format: double nullable: true indiaSectorDiversifiedFmcgPercLong: type: number description: '' format: double nullable: true indiaSectorDiversifiedMetalsPercLong: type: number description: '' format: double nullable: true indiaSectorElectricalEquipmentPercLong: type: number description: '' format: double nullable: true indiaSectorFertilizersAndAgrochemicalsPercLong: type: number description: '' format: double nullable: true indiaSectorFinancialTechnologyPercLong: type: number description: '' format: double nullable: true indiaSectorFoodProductsPercLong: type: number description: '' format: double nullable: true indiaSectorHealthcareEquipmentAndSuppliesPercLong: type: number description: '' format: double nullable: true indiaSectorHouseholdProductsPercLong: type: number description: '' format: double nullable: true indiaSectorIndustrialManufacturingPercLong: type: number description: '' format: double nullable: true indiaSectorItHardwarePercLong: type: number description: '' format: double nullable: true indiaSectorItServicesPercLong: type: number description: '' format: double nullable: true indiaSectorItSoftwarePercLong: type: number description: '' format: double nullable: true indiaSectorMetalsAndMineralsTradingPercLong: type: number description: '' format: double nullable: true indiaSectorMineralsAndMiningPercLong: type: number description: '' format: double nullable: true indiaSectorOtherConstructionMaterialsPercLong: type: number description: '' format: double nullable: true indiaSectorOtherUtilitiesPercLong: type: number description: '' format: double nullable: true indiaSectorPaperForestAndJuteProductsPercLong: type: number description: '' format: double nullable: true indiaSectorPersonalProductsPercLong: type: number description: '' format: double nullable: true indiaSectorPharmaceuticalsAndBiotechnologyPercLong: type: number description: '' format: double nullable: true indiaSectorRealtyPercLong: type: number description: '' format: double nullable: true indiaSectorTextilesAndApparelsPercLong: type: number description: '' format: double nullable: true indiaSectorTransportInfrastructurePercLong: type: number description: '' format: double nullable: true indiaSectorTransportServicesPercLong: type: number description: '' format: double nullable: true indiaSectorAgriculturalFoodAndOtherProductsPercShort: type: number description: '' format: double nullable: true indiaSectorAgriculturalCommercialAndConstructionVehiclesPercShort: type: number description: '' format: double nullable: true indiaSectorAutoComponentsPercShort: type: number description: '' format: double nullable: true indiaSectorAutomobilesPercShort: type: number description: '' format: double nullable: true indiaSectorBeveragesPercShort: type: number description: '' format: double nullable: true indiaSectorChemicalsAndPetrochemicalsPercShort: type: number description: '' format: double nullable: true indiaSectorCigarettesAndTobaccoProductsPercShort: type: number description: '' format: double nullable: true indiaSectorCommercialServicesAndSuppliesPercShort: type: number description: '' format: double nullable: true indiaSectorConsumableFuelsPercShort: type: number description: '' format: double nullable: true indiaSectorDiversifiedPercShort: type: number description: '' format: double nullable: true indiaSectorDiversifiedFmcgPercShort: type: number description: '' format: double nullable: true indiaSectorDiversifiedMetalsPercShort: type: number description: '' format: double nullable: true indiaSectorElectricalEquipmentPercShort: type: number description: '' format: double nullable: true indiaSectorFertilizersAndAgrochemicalsPercShort: type: number description: '' format: double nullable: true indiaSectorFinancialTechnologyPercShort: type: number description: '' format: double nullable: true indiaSectorFoodProductsPercShort: type: number description: '' format: double nullable: true indiaSectorHealthcareEquipmentAndSuppliesPercShort: type: number description: '' format: double nullable: true indiaSectorHouseholdProductsPercShort: type: number description: '' format: double nullable: true indiaSectorIndustrialManufacturingPercShort: type: number description: '' format: double nullable: true indiaSectorItHardwarePercShort: type: number description: '' format: double nullable: true indiaSectorItServicesPercShort: type: number description: '' format: double nullable: true indiaSectorItSoftwarePercShort: type: number description: '' format: double nullable: true indiaSectorMetalsAndMineralsTradingPercShort: type: number description: '' format: double nullable: true indiaSectorMineralsAndMiningPercShort: type: number description: '' format: double nullable: true indiaSectorOtherConstructionMaterialsPercShort: type: number description: '' format: double nullable: true indiaSectorOtherUtilitiesPercShort: type: number description: '' format: double nullable: true indiaSectorPaperForestAndJuteProductsPercShort: type: number description: '' format: double nullable: true indiaSectorPersonalProductsPercShort: type: string description: '' nullable: true indiaSectorPharmaceuticalsAndBiotechnologyPercShort: type: string description: '' nullable: true indiaSectorRealtyPercShort: type: string description: '' nullable: true indiaSectorTextilesAndApparelsPercShort: type: string description: '' nullable: true indiaSectorTransportInfrastructurePercShort: type: string description: '' nullable: true indiaSectorTransportServicesPercShort: type: string description: '' nullable: true indiaSectorAgriculturalFoodAndOtherProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorAgriculturalCommercialAndConstructionVehiclesPercLongRescaled: type: string description: '' nullable: true indiaSectorAutoComponentsPercLongRescaled: type: string description: '' nullable: true indiaSectorAutomobilesPercLongRescaled: type: string description: '' nullable: true indiaSectorBeveragesPercLongRescaled: type: string description: '' nullable: true indiaSectorChemicalsAndPetrochemicalsPercLongRescaled: type: string description: '' nullable: true indiaSectorCigarettesAndTobaccoProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorCommercialServicesAndSuppliesPercLongRescaled: type: string description: '' nullable: true indiaSectorConsumableFuelsPercLongRescaled: type: string description: '' nullable: true indiaSectorDiversifiedPercLongRescaled: type: string description: '' nullable: true indiaSectorDiversifiedFmcgPercLongRescaled: type: string description: '' nullable: true indiaSectorDiversifiedMetalsPercLongRescaled: type: string description: '' nullable: true indiaSectorElectricalEquipmentPercLongRescaled: type: string description: '' nullable: true indiaSectorFertilizersAndAgrochemicalsPercLongRescaled: type: string description: '' nullable: true indiaSectorFinancialTechnologyPercLongRescaled: type: string description: '' nullable: true indiaSectorFoodProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorHealthcareEquipmentAndSuppliesPercLongRescaled: type: string description: '' nullable: true indiaSectorHouseholdProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorIndustrialManufacturingPercLongRescaled: type: string description: '' nullable: true indiaSectorItHardwarePercLongRescaled: type: string description: '' nullable: true indiaSectorItServicesPercLongRescaled: type: string description: '' nullable: true indiaSectorItSoftwarePercLongRescaled: type: string description: '' nullable: true indiaSectorMetalsAndMineralsTradingPercLongRescaled: type: string description: '' nullable: true indiaSectorMineralsAndMiningPercLongRescaled: type: string description: '' nullable: true indiaSectorOtherConstructionMaterialsPercLongRescaled: type: string description: '' nullable: true indiaSectorOtherUtilitiesPercLongRescaled: type: string description: '' nullable: true indiaSectorPaperForestAndJuteProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorPersonalProductsPercLongRescaled: type: string description: '' nullable: true indiaSectorPharmaceuticalsAndBiotechnologyPercLongRescaled: type: string description: '' nullable: true indiaSectorRealtyPercLongRescaled: type: string description: '' nullable: true indiaSectorTextilesAndApparelsPercLongRescaled: type: string description: '' nullable: true indiaSectorTransportInfrastructurePercLongRescaled: type: string description: '' nullable: true indiaSectorTransportServicesPercLongRescaled: type: string description: '' nullable: true additionalProperties: false title: OutputIndiaSector description: All fields are nullable. Empty or `null` value fields are not returned. ResponseMorningstarCategory: type: object properties: morningstarCategory: $ref: '#/components/schemas/OutputMorningstarCategory' identifiers: $ref: '#/components/schemas/OutputIdentifiers_3' metadata: $ref: '#/components/schemas/OutputMetadata_3' examples: ResponseAcceptedExample1: summary: Accepted for Async Processing value: jobId: 16bf1a7a-c883-4424-8810-2f4e9d244d40 _links: href: https://www.us-api.morningstar.com/dynamic-services-apis/jobs/16bf1a7a-c883-4424-8810-2f4e9d244d40 rel: status method: GET metadata: requestId: c63e7f6c-b52d-42c3-9d1b-4a4b4ac05f3c time: '2025-10-02T10:54:36.9161062Z' ResponseBadRequestExample4: summary: Invalid Date Format value: statusCode: 400 errorCode: 400.investmentDetailsAsync.010 message: Invalid date format. Dates must be formatted as YYYY-MM-DD. requestId: 9d4a2e6f-1b8c-4d3a-b7e5-2c0f9a1d6b84 ResponseBadRequestExample2: summary: Input ID Does Not Match idType value: statusCode: 400 errorCode: 400.investmentDetailsAsync.003 message: The input id does not match the specified idType. requestId: 8a2d6f1b-3c4e-4a7d-9b2f-1e6c8d0a5b73 ResponseBadRequestExample5: summary: Portfolio Holdings - Maximum Number of Views Exceeded value: statusCode: 400 errorCode: 400.investmentDetailsAsync.019 message: 'The following view: [full-portfolio-holdings-month-end-or-quarter-end-most-recent, full-look-through-portfolio-holdings] must be submitted individually and cannot be combined with other views in the request.' requestId: d0da262e-2819-4a57-9729-cc77f27bc184 RequestInvestmentDetailsExample19: summary: 'Request Parameters: Filter by Language ID' description: "The following view IDs support filtering results by language. Language support varies depending on the data.\n\n * `equity-basic-details`\n * `quantitative-equity-rating-analysis`\n" value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: quantitative-equity-rating-analysis parameters: quantitativeSmartTextType: - VALUATION langaugeId: FRA RequestInvestmentDetailsExample5: summary: 'View Limits: 3 Views (Maximum)' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-returns - viewId: equity-compensation - viewId: equity-governance RequestInvestmentDetailsExample12: summary: 'View Parameters: equity-financials (Delta Load)' description: ' `reportType`, `period` and `segmentType` are required when `viewId=equity-financials`. `numberOfMonths` is an optional additional parameter. `deltaStartTime` required to return delta load only. `includedUnchangedData` is optional.' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-financials parameters: reportType: - A period: - Q2 numberOfMonths: - '3' segmentType: - Business deltaStartTime: '2026-07-02T14:30:00Z' includeUnchangedData: true RequestInvestmentDetailsExample4: summary: 'View Limits: 1 View (Minimum)' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-returns RequestInvestmentDetailsExample6: summary: 'View Limits: Financials Data (Maximum 1 View)' description: 'When requesting Financials data (`viewId=equity-financials`) you **must not** include any other view IDs in the request i.e. the usual limit of 3 views **does not apply**. ' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-financials parameters: reportType: - A - R period: - Q1 startDate: '2015-01-01' endDate: '2025-01-01' RequestInvestmentDetailsExample16: summary: 'View Parameters: equity-total-shares-outstanding' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-total-shares-outstanding parameters: shareType: - all startDate: '2018-01-01' endDate: '2021-01-01' RequestInvestmentDetailsExample20: summary: 'Request Parameters: Filter by Country ID' description: "The following view IDs support filtering results by country. Accepts 3-character ISO 3166-1 country codes. Availability of data depends on the specific data points.\n\n * `equity-aggregates-financials`\n * `equity-aggregates-market-capitalization-and-enterprise-value`\n * `equity-aggregates-residual-risk-and-return-sensitivity`\n * `equity-aggregates-returns`" value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: quantitative-equity-rating-analysis parameters: quantitativeSmartTextType: - VALUATION langaugeId: FRA ResponseGetResultsExample2: summary: Two Views - Multiple IDs value: investments: - companyInformation: cik: '747435' companyStatus: value: Public code: U companyId: 0C00000981 globalTemplateIndustryTemplateCode: value: Normal code: N legalName: Aluf Holdings Inc legalNameLanguageCode: ENG lei: 549300GEVSJOD9UMN098 operationStatus: value: Normal code: N shortName: Aluf Hldgs standardName: Aluf Holdings Inc dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 1.094631 arithmeticMean1260Day: 1.793472 arithmeticMean2520Day: 4.521913 arithmeticMean252Day: 0.813864 arithmeticMean504Day: 1.26718 arithmeticMean756Day: 1.118709 standardDeviation1008Day: 287.238363 standardDeviation1260Day: 348.848971 standardDeviation2520Day: 1367.076308 standardDeviation252Day: 266.458017 standardDeviation504Day: 285.787798 standardDeviation756Day: 284.568611 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: -15.593705 nonDividendTotalReturnOneDay: 0 totalReturnMonthToDate: -15.593705 totalReturnOneDay: 0 totalReturnQuarterToDate: -70.5 totalReturnWeekToDate: 18 totalReturnYearToDate: -18.956044 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 500 best3MonthTotalReturnOverPast12Months: 257.377048 best3MonthTotalReturnOverPast36Months: 257.377048 best3MonthTotalReturnOverPast60Months: 312.878787 worst3MonthTotalReturnOverPast120Months: -99.22179 worst3MonthTotalReturnOverPast12Months: -32.420092 worst3MonthTotalReturnOverPast36Months: -71.578947 worst3MonthTotalReturnOverPast60Months: -76.428571 monthlyStandardDeviation: arithmeticMean120Month: 8.265812 arithmeticMean12Month: 11.905733 arithmeticMean24Month: 9.062623 arithmeticMean36Month: 6.139492 arithmeticMean48Month: 2.253131 arithmeticMean60Month: 7.268751 asOfDate: '2025-06-30' standardDeviation120Month: 253.424548 standardDeviation12Month: 159.453697 standardDeviation24Month: 160.695639 standardDeviation36Month: 148.191467 standardDeviation48Month: 141.675482 standardDeviation60Month: 220.888984 shareClassInformation: exchangeCode: OTCPK exchangeSubMarketGlobalId: EXTP$$OTCD investmentId: E0USA002AF investmentStatus: 1 investmentType: EQ ipoDate: '1995-01-06' isDr: false isin: US0221673082 isMainShare: value: 'YES' code: true isPrimaryPerformanceId: value: 'YES' code: true marketSymbol: 125.1.AHIX performanceStatus: value: Active code: A securityType: ST00000001 segmentMicCode: PINX symbol: AHIX tradingCurrency: USD tradingStatus: value: trading code: '0' trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 0 trailing10YearReturn: -62.499568 trailing15YearReturn: -78.939681 trailing1DayReturn: 0 trailing1MonthReturn: -32.515337 trailing1WeekReturn: -5.579399 trailing1YearReturn: -44.723618 trailing20YearReturn: -72.991148 trailing2MonthReturn: -12 trailing2YearReturn: -45.839744 trailing3MonthReturn: -78 trailing3YearReturn: -24.928842 trailing4YearReturn: -55.772875 trailing5YearReturn: -57.020013 trailing6MonthReturn: -32.307692 trailing6YearReturn: -52.840907 trailing7YearReturn: -42.030008 trailing8YearReturn: -32.324483 trailing9MonthReturn: -48.235294 trailing9YearReturn: -29.323909 identifiers: performanceId: 0P0000004Y - companyInformation: cik: '899629' companyStatus: value: Public code: U companyId: 0C00000974 globalTemplateIndustryTemplateCode: value: Normal code: N legalName: Acadia Realty Trust legalNameLanguageCode: ENG lei: 254900C5XLB1YYJQSH07 operationStatus: value: Normal code: N shortName: Acadia Realty Trust standardName: Acadia Realty Trust dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 0.045775 arithmeticMean1260Day: 0.045066 arithmeticMean2520Day: 0.020362 arithmeticMean252Day: 0.142672 arithmeticMean504Day: 0.116674 arithmeticMean756Day: 0.035364 standardDeviation1008Day: 29.073043 standardDeviation1260Day: 43.248828 standardDeviation2520Day: 33.784371 standardDeviation252Day: 22.101096 standardDeviation504Day: 25.290818 standardDeviation756Day: 28.596618 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: 7.15812 nonDividendTotalReturnOneDay: 0.551378 totalReturnMonthToDate: 7.15812 totalReturnOneDay: 0.551378 totalReturnQuarterToDate: 8.023694 totalReturnWeekToDate: 0.0998 totalReturnYearToDate: -15.31457 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 55.412646 best3MonthTotalReturnOverPast12Months: 32.087054 best3MonthTotalReturnOverPast36Months: 32.087054 best3MonthTotalReturnOverPast60Months: 55.412646 worst3MonthTotalReturnOverPast120Months: -51.099114 worst3MonthTotalReturnOverPast12Months: -16.309293 worst3MonthTotalReturnOverPast36Months: -18.053778 worst3MonthTotalReturnOverPast60Months: -27.08814 monthlyStandardDeviation: arithmeticMean120Month: 0.400955 arithmeticMean12Month: 0.884663 arithmeticMean24Month: 1.616555 arithmeticMean36Month: 1.150377 arithmeticMean48Month: 0.307327 arithmeticMean60Month: 1.41449 asOfDate: '2025-06-30' standardDeviation120Month: 33.218573 standardDeviation12Month: 28.075139 standardDeviation24Month: 23.609768 standardDeviation36Month: 27.343649 standardDeviation48Month: 27.523848 standardDeviation60Month: 37.444164 shareClassInformation: exchangeCode: NYSE investmentId: E0USA00GBQ investmentStatus: 1 investmentType: EQ ipoDate: '1993-05-27' isDr: false isin: US0042391096 isMainShare: value: 'YES' code: true isPrimaryPerformanceId: value: 'YES' code: true marketSymbol: 126.1.AKR performanceStatus: value: Active code: A securityType: ST00000001 segmentMicCode: XNYS symbol: AKR tradingCurrency: USD tradingStatus: value: trading code: '0' trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 55.07877 trailing10YearReturn: -1.375063 trailing15YearReturn: 3.378444 trailing1DayReturn: 0.880373 trailing1MonthReturn: -3.006407 trailing1WeekReturn: 1.089777 trailing1YearReturn: -16.205043 trailing20YearReturn: 3.608303 trailing2MonthReturn: 1.234568 trailing2YearReturn: 23.493096 trailing3MonthReturn: 5.749597 trailing3YearReturn: 18.599524 trailing4YearReturn: -0.133423 trailing5YearReturn: 18.243149 trailing6MonthReturn: 2.158273 trailing6YearReturn: -3.699989 trailing7YearReturn: -1.779882 trailing8YearReturn: -1.708498 trailing9MonthReturn: -11.658601 trailing9YearReturn: -2.904278 identifiers: performanceId: 0P00000046 - companyInformation: cik: '1144215' companyStatus: value: Public code: U companyId: 0C00000989 globalTemplateIndustryTemplateCode: value: Normal code: N legalName: Acuity Inc legalNameLanguageCode: ENG lei: '' operationStatus: value: Normal code: N shortName: Acuity standardName: Acuity Inc dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 0.098897 arithmeticMean1260Day: 0.106026 arithmeticMean2520Day: 0.048187 arithmeticMean252Day: 0.028059 arithmeticMean504Day: 0.081049 arithmeticMean756Day: 0.069246 standardDeviation1008Day: 31.863556 standardDeviation1260Day: 39.039955 standardDeviation2520Day: 36.406783 standardDeviation252Day: 28.621572 standardDeviation504Day: 29.300867 standardDeviation756Day: 31.017213 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: 5.80697 nonDividendTotalReturnOneDay: -1.323948 totalReturnMonthToDate: 5.80697 totalReturnOneDay: -1.323948 totalReturnQuarterToDate: 10.477978 totalReturnWeekToDate: 0.838716 totalReturnYearToDate: 12.942868 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 54.399534 best3MonthTotalReturnOverPast12Months: 25.971722 best3MonthTotalReturnOverPast36Months: 47.039574 best3MonthTotalReturnOverPast60Months: 54.399534 worst3MonthTotalReturnOverPast120Months: -37.859076 worst3MonthTotalReturnOverPast12Months: -26.616481 worst3MonthTotalReturnOverPast36Months: -26.616481 worst3MonthTotalReturnOverPast60Months: -26.616481 monthlyStandardDeviation: arithmeticMean120Month: 0.979499 arithmeticMean12Month: 2.209335 arithmeticMean24Month: 2.918128 arithmeticMean36Month: 2.300405 arithmeticMean48Month: 1.41182 arithmeticMean60Month: 2.447399 asOfDate: '2025-06-30' standardDeviation120Month: 36.476593 standardDeviation12Month: 32.778639 standardDeviation24Month: 29.690672 standardDeviation36Month: 32.614951 standardDeviation48Month: 32.057199 standardDeviation60Month: 36.350985 shareClassInformation: exchangeCode: NYSE investmentId: E0USA01AVB investmentStatus: 1 investmentType: EQ ipoDate: '2001-11-28' isDr: false isin: US00508Y1029 isMainShare: value: 'YES' code: true isPrimaryPerformanceId: value: 'YES' code: true marketSymbol: 126.1.AYI performanceStatus: value: Active code: A securityType: ST00000001 segmentMicCode: XNYS symbol: AYI tradingCurrency: USD tradingStatus: value: trading code: '0' trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 472.366614 trailing10YearReturn: 6.023743 trailing15YearReturn: 14.214352 trailing1DayReturn: 0.156439 trailing1MonthReturn: 8.438029 trailing1WeekReturn: 0.695019 trailing1YearReturn: 20.810891 trailing20YearReturn: 14.10575 trailing2MonthReturn: 16.166598 trailing2YearReturn: 48.101304 trailing3MonthReturn: 25.666885 trailing3YearReturn: 28.210643 trailing4YearReturn: 15.688821 trailing5YearReturn: 31.67483 trailing6MonthReturn: 59.652957 trailing6YearReturn: 19.915818 trailing7YearReturn: 16.85731 trailing8YearReturn: 10.944894 trailing9MonthReturn: 8.883793 trailing9YearReturn: 4.930673 identifiers: performanceId: 0P00000056 metadata: requestId: dde185a9-2c21-4ed7-b749-09e4431e1a05 time: '2025-11-07T16:06:46.3516162Z' RequestInvestmentDetailsExample9: summary: 'View Parameters: equity-basic-details' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-basic-details parameters: addressType: - '1' languageId: CHI RequestInvestmentDetailsExample7: summary: 'Type of Data: Return Most Recent Data' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-returns - viewId: equity-compensation - viewId: equity-governance RequestInvestmentDetailsExample8: summary: 'Type of Data: Return Time Series Data' description: 'Up to **5 years** time series data is supported. ' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-corporate-actions-price-mergers-and-acquisitions parameters: corporateActionType: - SC - SS - CD - SD startDate: '2020-01-01' endDate: '2025-01-01' RequestInvestmentDetailsExample1: summary: 'View Input: Parameterless View' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-returns ResponseBadRequestExample3: summary: Unrecognized idType value: statusCode: 400 errorCode: 400.investmentDetailsAsync.003 message: The input idType is not recognized. Please input a valid value. requestId: c3e9b7a4-2d18-4f6c-8a3b-5e9d1c0f7a26 RequestInvestmentDetailsExample17: summary: 'View Parameters: quantitative-equity-rating-analysis' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: quantitative-equity-rating-analysis parameters: quantitativeSmartTextType: - Moat ResponseRequestEntityTooLargeExample2: summary: Maximum Number of View IDs Exceeded value: statusCode: 413 errorCode: 413.investmentDetailsAsync.008 message: 'Maximum number of view Ids exceeded. A maximum of 3 viewIds can be passed in a single request.' requestId: 4c8e2a6d-3f1b-4d7e-a9c5-0b2f8e1d6a93 RequestInvestmentDetailsExample15: summary: 'View Parameters: equity-ownership-summary' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-ownership-summary parameters: ownerTypeGroup: - 13FCompany RequestInvestmentDetailsExample18: summary: 'Request Parameters: Filter by Region ID' description: '`regionId` is required when `viewId=equity-style-box`.''' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-style-box startDate: '2020-01-01' endDate: '2025-01-01' regionId: '1' RequestInvestmentDetailsExample10: summary: 'View Parameters: equity-corporate-actions-price-mergers-and-acquisitions' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-corporate-actions-price-mergers-and-acquisitions parameters: corporateActionType: - SC - SS - CD - SD startDate: '2015-01-01' endDate: '2025-01-01' ResponseGetResultsExample1: summary: Single View - Multiple IDs value: investments: - dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 1.094631 arithmeticMean1260Day: 1.793472 arithmeticMean2520Day: 4.521913 arithmeticMean252Day: 0.813864 arithmeticMean504Day: 1.26718 arithmeticMean756Day: 1.118709 standardDeviation1008Day: 287.238363 standardDeviation1260Day: 348.848971 standardDeviation2520Day: 1367.076308 standardDeviation252Day: 266.458017 standardDeviation504Day: 285.787798 standardDeviation756Day: 284.568611 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: -15.593705 nonDividendTotalReturnOneDay: 0 totalReturnMonthToDate: -15.593705 totalReturnOneDay: 0 totalReturnQuarterToDate: -70.5 totalReturnWeekToDate: 18 totalReturnYearToDate: -18.956044 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 500 best3MonthTotalReturnOverPast12Months: 257.377048 best3MonthTotalReturnOverPast36Months: 257.377048 best3MonthTotalReturnOverPast60Months: 312.878787 worst3MonthTotalReturnOverPast120Months: -99.22179 worst3MonthTotalReturnOverPast12Months: -32.420092 worst3MonthTotalReturnOverPast36Months: -71.578947 worst3MonthTotalReturnOverPast60Months: -76.428571 monthlyStandardDeviation: arithmeticMean120Month: 8.265812 arithmeticMean12Month: 11.905733 arithmeticMean24Month: 9.062623 arithmeticMean36Month: 6.139492 arithmeticMean48Month: 2.253131 arithmeticMean60Month: 7.268751 asOfDate: '2025-06-30' standardDeviation120Month: 253.424548 standardDeviation12Month: 159.453697 standardDeviation24Month: 160.695639 standardDeviation36Month: 148.191467 standardDeviation48Month: 141.675482 standardDeviation60Month: 220.888984 trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 0 trailing10YearReturn: -62.499568 trailing15YearReturn: -78.939681 trailing1DayReturn: 0 trailing1MonthReturn: -32.515337 trailing1WeekReturn: -5.579399 trailing1YearReturn: -44.723618 trailing20YearReturn: -72.991148 trailing2MonthReturn: -12 trailing2YearReturn: -45.839744 trailing3MonthReturn: -78 trailing3YearReturn: -24.928842 trailing4YearReturn: -55.772875 trailing5YearReturn: -57.020013 trailing6MonthReturn: -32.307692 trailing6YearReturn: -52.840907 trailing7YearReturn: -42.030008 trailing8YearReturn: -32.324483 trailing9MonthReturn: -48.235294 trailing9YearReturn: -29.323909 identifiers: performanceId: 0P0000004Y - dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 0.045775 arithmeticMean1260Day: 0.045066 arithmeticMean2520Day: 0.020362 arithmeticMean252Day: 0.142672 arithmeticMean504Day: 0.116674 arithmeticMean756Day: 0.035364 standardDeviation1008Day: 29.073043 standardDeviation1260Day: 43.248828 standardDeviation2520Day: 33.784371 standardDeviation252Day: 22.101096 standardDeviation504Day: 25.290818 standardDeviation756Day: 28.596618 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: 7.15812 nonDividendTotalReturnOneDay: 0.551378 totalReturnMonthToDate: 7.15812 totalReturnOneDay: 0.551378 totalReturnQuarterToDate: 8.023694 totalReturnWeekToDate: 0.0998 totalReturnYearToDate: -15.31457 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 55.412646 best3MonthTotalReturnOverPast12Months: 32.087054 best3MonthTotalReturnOverPast36Months: 32.087054 best3MonthTotalReturnOverPast60Months: 55.412646 worst3MonthTotalReturnOverPast120Months: -51.099114 worst3MonthTotalReturnOverPast12Months: -16.309293 worst3MonthTotalReturnOverPast36Months: -18.053778 worst3MonthTotalReturnOverPast60Months: -27.08814 monthlyStandardDeviation: arithmeticMean120Month: 0.400955 arithmeticMean12Month: 0.884663 arithmeticMean24Month: 1.616555 arithmeticMean36Month: 1.150377 arithmeticMean48Month: 0.307327 arithmeticMean60Month: 1.41449 asOfDate: '2025-06-30' standardDeviation120Month: 33.218573 standardDeviation12Month: 28.075139 standardDeviation24Month: 23.609768 standardDeviation36Month: 27.343649 standardDeviation48Month: 27.523848 standardDeviation60Month: 37.444164 trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 55.07877 trailing10YearReturn: -1.375063 trailing15YearReturn: 3.378444 trailing1DayReturn: 0.880373 trailing1MonthReturn: -3.006407 trailing1WeekReturn: 1.089777 trailing1YearReturn: -16.205043 trailing20YearReturn: 3.608303 trailing2MonthReturn: 1.234568 trailing2YearReturn: 23.493096 trailing3MonthReturn: 5.749597 trailing3YearReturn: 18.599524 trailing4YearReturn: -0.133423 trailing5YearReturn: 18.243149 trailing6MonthReturn: 2.158273 trailing6YearReturn: -3.699989 trailing7YearReturn: -1.779882 trailing8YearReturn: -1.708498 trailing9MonthReturn: -11.658601 trailing9YearReturn: -2.904278 identifiers: performanceId: 0P00000046 - dailyStandardDeviation: - dailyStandardDeviationAsOfDate: '2025-03-10' arithmeticMean1008Day: 0.098897 arithmeticMean1260Day: 0.106026 arithmeticMean2520Day: 0.048187 arithmeticMean252Day: 0.028059 arithmeticMean504Day: 0.081049 arithmeticMean756Day: 0.069246 standardDeviation1008Day: 31.863556 standardDeviation1260Day: 39.039955 standardDeviation2520Day: 36.406783 standardDeviation252Day: 28.621572 standardDeviation504Day: 29.300867 standardDeviation756Day: 31.017213 marketReturn: - asOfDate: '2025-08-28' nonDividendTotalReturnMonthToDate: 5.80697 nonDividendTotalReturnOneDay: -1.323948 totalReturnMonthToDate: 5.80697 totalReturnOneDay: -1.323948 totalReturnQuarterToDate: 10.477978 totalReturnWeekToDate: 0.838716 totalReturnYearToDate: 12.942868 monthEndReturnStatistics: asOfDate: '2025-06-30' best3MonthTotalReturnOverPast120Months: 54.399534 best3MonthTotalReturnOverPast12Months: 25.971722 best3MonthTotalReturnOverPast36Months: 47.039574 best3MonthTotalReturnOverPast60Months: 54.399534 worst3MonthTotalReturnOverPast120Months: -37.859076 worst3MonthTotalReturnOverPast12Months: -26.616481 worst3MonthTotalReturnOverPast36Months: -26.616481 worst3MonthTotalReturnOverPast60Months: -26.616481 monthlyStandardDeviation: arithmeticMean120Month: 0.979499 arithmeticMean12Month: 2.209335 arithmeticMean24Month: 2.918128 arithmeticMean36Month: 2.300405 arithmeticMean48Month: 1.41182 arithmeticMean60Month: 2.447399 asOfDate: '2025-06-30' standardDeviation120Month: 36.476593 standardDeviation12Month: 32.778639 standardDeviation24Month: 29.690672 standardDeviation36Month: 32.614951 standardDeviation48Month: 32.057199 standardDeviation60Month: 36.350985 trailingReturn: - trailingReturnAsOfDate: '2025-10-21' dailyMarketReturnIndex: 472.366614 trailing10YearReturn: 6.023743 trailing15YearReturn: 14.214352 trailing1DayReturn: 0.156439 trailing1MonthReturn: 8.438029 trailing1WeekReturn: 0.695019 trailing1YearReturn: 20.810891 trailing20YearReturn: 14.10575 trailing2MonthReturn: 16.166598 trailing2YearReturn: 48.101304 trailing3MonthReturn: 25.666885 trailing3YearReturn: 28.210643 trailing4YearReturn: 15.688821 trailing5YearReturn: 31.67483 trailing6MonthReturn: 59.652957 trailing6YearReturn: 19.915818 trailing7YearReturn: 16.85731 trailing8YearReturn: 10.944894 trailing9MonthReturn: 8.883793 trailing9YearReturn: 4.930673 identifiers: performanceId: 0P00000056 metadata: requestId: c2f10658-3bfd-457c-96d6-25c05766cb76 time: '2025-11-07T16:03:54.6113241Z' ResponseBadRequestExample1: summary: Missing Prefer Header value: statusCode: 400 errorCode: 400.investmentDetails.013 message: The Prefer header is required. requestId: 1f4c8e2a-7b3d-4e91-a6c2-9d5f0b8e3a14 RequestInvestmentDetailsExample13: summary: 'View Parameters: equity-industry-specific-metrics' description: ' `reportType` and `period` are required when `viewId=equity-industry-specific-metrics`. `numberOfMonths` is an optional additional parameter.' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-industry-specific-metrics parameters: reportType: - A period: - Q2 startDate: '2018-01-01' endDate: '2021-01-01' RequestInvestmentDetailsExample3: summary: 'View Input: Parameterless View + View with Parameters' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-returns - viewId: quantitative-equity-rating-analysis parameters: quantitativeSmartTextType: - Moat RequestInvestmentDetailsExample14: summary: 'View Parameters: equity-ownership-regulatory-reporting' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-ownership-regulatory-reporting parameters: ownerTypeGroup: - 13FCompany startDate: '2018-01-01' endDate: '2021-01-01' ResponseGetResultsExample3: summary: View With Required parameters value: investments: - enterpriseValueCalculations: - asOfDate: '2025-09-03' analystNormalizedEnterpriseValueToEbitdaRatio: 21.70188 analystNormalizedEnterpriseValueToEbitRatio: 61.69785 profitability: - reportPeriodEndDate: '2025-03-31' analystNormalizedEbit: 10914000 analystNormalizedEbitda: 50354000 analystNormalizedEbitdar: 50354000 analystNormalizedNetIncome: 6573000 currencyCode: value: US Dollar code: USD - reportPeriodEndDate: '2025-03-31' analystNormalizedEbit: 10914000 analystNormalizedEbitda: 50354000 analystNormalizedEbitdar: 50354000 analystNormalizedNetIncome: 6573000 currencyCode: value: US Dollar code: USD profitabilityPerShare: - reportPeriodEndDate: '2025-03-31' analystNormalizedEps: 0.053715 currencyCode: value: US Dollar code: USD - reportPeriodEndDate: '2025-03-31' analystNormalizedEps: 0.053715 currencyCode: value: US Dollar code: USD identifiers: performanceId: 0P00000046 metadata: requestId: 7ccd91c0-6146-4256-8aba-3a1f2e5d0203 time: '2025-11-08T13:18:30.5777168Z' RequestInvestmentDetailsExample11: summary: 'View Parameters: equity-financials (Full Load)' description: ' `reportType`, `period` and `segmentType` are required when `viewId=equity-financials`. `numberOfMonths` is an optional additional parameter.' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: equity-financials parameters: reportType: - A period: - Q2 numberOfMonths: - '3' segmentType: - Business ResponseRequestEntityTooLargeExample1: summary: Maximum Number of Investment IDs Exceeded value: statusCode: 413 errorCode: 413.investmentDetailsAsync.007 message: 'Maximum number of securities exceeded. A maximum of 250 securities can be passed in a single request.' requestId: 3a568b77-bc4b-473f-a485-d7b92a4abd82 RequestInvestmentDetailsExample2: summary: 'View Input: View with Parameters' value: investments: - id: 0P0000004Y - id: 0P00000046 - id: 0P00000056 views: - viewId: quantitative-equity-rating-analysis parameters: quantitativeSmartTextType: - Moat responses: ResponsePortfolioStatisticsDerivedFromIndexConstituents: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePortfolioStatisticsDerivedFromIndexConstituents' ResponseUsSeparateAccountQualitativeData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseUsSeparateAccountQualitativeData' ResponseGetResults: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseGetResults' examples: ResponseGetResultsExample1: $ref: '#/components/examples/ResponseGetResultsExample1' ResponseGetResultsExample2: $ref: '#/components/examples/ResponseGetResultsExample2' ResponseGetResultsExample3: $ref: '#/components/examples/ResponseGetResultsExample3' ResponsePerformanceRanks: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePerformanceRanks' ResponseDistributionsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseDistributionsMostRecent' ResponseBadRequest_3: description: '400' content: application/json: schema: $ref: '#/components/schemas/OutputErrorDetails' ResponseAnnualReportFeesAndFinancialsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAnnualReportFeesAndFinancialsHistorical' ResponseYieldsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseYieldsHistorical' ResponseEsgFundLevelSustainableAttributes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelSustainableAttributes' ResponseAnnuityPolicyOperationalData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAnnuityPolicyOperationalData' ResponseEuFundLevelSfdrAttributesLevel1: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEuFundLevelSfdrAttributesLevel1' ResponseFundVotes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFundVotes' ResponseInternalServerError: description: '500' content: application/json: schema: $ref: '#/components/schemas/OutputErrorDetails' ResponseNetAssetsMonthEndMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseNetAssetsMonthEndMostRecent' ResponseNetAssetsDayEndAndMonthEndMostRecentAndHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseNetAssetsDayEndAndMonthEndMostRecentAndHistorical' ResponseEsgFundLevelProductInvolvement: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelProductInvolvement' ResponseEsgFundLevelRatingsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelRatingsMostRecent' ResponseAustralianTmdData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAustralianTmdData' ResponseMorningstarStyleBox: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarStyleBox' ResponseInvestmentDisclosures: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseInvestmentDisclosures' ResponsePurchaseDetails: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePurchaseDetails' ResponseProspectusFees: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseProspectusFees' ResponseAnnualReportFeesAndFinancialsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAnnualReportFeesAndFinancialsMostRecent' ResponseEsgFundLevelCarbonRisk: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelCarbonRisk' ResponseStableValueFundAggregatedStatistics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundAggregatedStatistics' ResponseMorningstarCategory: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarCategory' ResponseEsgCompanyLevel2DataEsgRiskRating: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataEsgRiskRating' ResponseEsgFundLevelFirmDiversityDataLevel1: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelFirmDiversityDataLevel1' ResponseMorningstarEssentialsBasePackage: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarEssentialsBasePackage' ResponseEsgFundLevelEsgLabels: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelEsgLabels' ResponseEsgCompanyLevel1DataIntroductoryData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel1DataIntroductoryData' ResponseMifidCostData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMifidCostData' ResponseIndexReference: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseIndexReference' ResponseEtfTradingAndAttributes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEtfTradingAndAttributes' ResponseNCen: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseNCen' ResponseRg97FeeComponents: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseRg97FeeComponents' ResponseFixedIncomePortfolioStatisticsSurveyedAnalytics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFixedIncomePortfolioStatisticsSurveyedAnalytics' ResponseReturnsPerformanceCurrent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseReturnsPerformanceCurrent' ResponseIndiaSector: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseIndiaSector' ResponseHfrHedgeFund: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseHfrHedgeFund' ResponseMoneyMarketAttributes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMoneyMarketAttributes' ResponseFundAttributes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFundAttributes' ResponsePreLaunchFunds: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePreLaunchFunds' ResponseEsgFundLevelLowCarbonTransitionRating: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelLowCarbonTransitionRating' ResponseDerivedStatisticsFromIndexLevelsTimeSeries: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseDerivedStatisticsFromIndexLevelsTimeSeries' ResponseEsgCompanyLevelDataSfdrPai: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevelDataSfdrPai' ResponseManagerBioAndDetailsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseManagerBioAndDetailsMostRecent' ResponseEsgFundLevelEuTaxonomy: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelEuTaxonomy' ResponseInvestmentBasicDetails: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseInvestmentBasicDetails' ResponseManagerBioAndDetailsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseManagerBioAndDetailsHistorical' ResponseAssetAllocationBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAssetAllocationBreakdown' ResponseEsgCompanyLevel2DataProductInvolvement: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataProductInvolvement' ResponsePerformanceAttributionData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePerformanceAttributionData' ResponseDistributionsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseDistributionsHistorical' ResponseEsgFundLevelPhysicalClimateRiskMetrics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelPhysicalClimateRiskMetrics' Response529CollegeInvestmentPackage: description: OK content: application/json: schema: $ref: '#/components/schemas/Response529CollegeInvestmentPackage' ResponseMorningstarRatingMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarRatingMostRecent' ResponseStableValueFundPortfolioAllocation: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundPortfolioAllocation' ResponseFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFixedIncomePortfolioStatisticsCalculatedAdvancedAnalytics' ResponsePortfolioCompositionAndVehicleAllocation: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePortfolioCompositionAndVehicleAllocation' ResponseCurrencyExposureBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseCurrencyExposureBreakdown' ResponseLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseLiquidityAnalyticsOwnershipBreadthAndVehicleLiquidity' ResponseEsgCompanyLevel1DataLowCarbonTransitionRating: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel1DataLowCarbonTransitionRating' ResponseThematicFunds: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseThematicFunds' ResponseFixedIncomePortfolioStatisticsCalculatedStandardAnalytics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFixedIncomePortfolioStatisticsCalculatedStandardAnalytics' ResponseMorningstarMedalistRatingMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarMedalistRatingMostRecent' ResponseManagerResearchPortfolioAnalytics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseManagerResearchPortfolioAnalytics' ResponseActiveShare: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseActiveShare' ResponseUkSdrEnhancedPackage: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseUkSdrEnhancedPackage' ResponseBadRequest: description: '400' content: application/json: schema: $ref: '#/components/schemas/OutputErrorDetails' examples: ResponseBadRequestExample1: $ref: '#/components/examples/ResponseBadRequestExample1' ResponseBadRequestExample2: $ref: '#/components/examples/ResponseBadRequestExample2' ResponseBadRequestExample3: $ref: '#/components/examples/ResponseBadRequestExample3' ResponseBadRequestExample4: $ref: '#/components/examples/ResponseBadRequestExample4' ResponseBadRequestExample5: $ref: '#/components/examples/ResponseBadRequestExample5' ResponseAccepted: description: Accepted content: application/json: schema: $ref: '#/components/schemas/ResponseAccepted' examples: ResponseAcceptedExample1: $ref: '#/components/examples/ResponseAcceptedExample1' ResponsePricesHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePricesHistorical' ResponseFeeLevelRanks: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFeeLevelRanks' ResponseYieldsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseYieldsMostRecent' ResponseGicsIndustryAndSubindustry: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseGicsIndustryAndSubindustry' ResponseBasicReference: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseBasicReference' ResponseStrategicBeta: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStrategicBeta' ResponseEsgFundLevelCarbonInvolvement: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelCarbonInvolvement' ResponseEtfManagedPortfolio: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEtfManagedPortfolio' ResponseEsgFundLevelPrincipalAdverseIndicatorsPais: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelPrincipalAdverseIndicatorsPais' ResponseEsgCompanyLevel2DataSfdrPaiCorporateVoluntary: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataSfdrPaiCorporateVoluntary' ResponseRequestEntityTooLarge: description: '413' content: application/json: schema: $ref: '#/components/schemas/OutputErrorDetails' examples: ResponseRequestEntityTooLargeExample1: $ref: '#/components/examples/ResponseRequestEntityTooLargeExample1' ResponseRequestEntityTooLargeExample2: $ref: '#/components/examples/ResponseRequestEntityTooLargeExample2' ResponseBestAndWorstRollingReturns: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseBestAndWorstRollingReturns' ResponseEsgCompanyLevel2DataCarbonRisk: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataCarbonRisk' ResponseMorningstarEquityStyleBoxBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarEquityStyleBoxBreakdown' ResponseEquityPortfolioStatistics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEquityPortfolioStatistics' ResponseDailyReturnsMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseDailyReturnsMostRecent' ResponseStableValueFundContractAllocation: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundContractAllocation' ResponsePlatformAndSuperFundFeeAndFeaturesData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePlatformAndSuperFundFeeAndFeaturesData' ResponseEsgCompanyLevel2DataCountryRiskRating: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataCountryRiskRating' ResponseReturnIndex: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseReturnIndex' ResponseEsgFundLevelCarbonEmissions: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelCarbonEmissions' ResponseSandpGicsClassificationBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseSandpGicsClassificationBreakdown' ResponseMarketCapitalBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMarketCapitalBreakdown' ResponsePricesMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePricesMostRecent' ResponseEsgFundLevelImpactMetrics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelImpactMetrics' ResponseMorningstarEquitySectorsBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarEquitySectorsBreakdown' ResponseMifidTargetMarketData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMifidTargetMarketData' ResponsePrivateCapitalFunds: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePrivateCapitalFunds' ResponseAnnualReturnsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseAnnualReturnsHistorical' ResponseMorningstarFixedIncomeSectorsBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarFixedIncomeSectorsBreakdown' ResponsePriipKid: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePriipKid' ResponseEsgCompanyLevel2DataCarbonInvolvement: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataCarbonInvolvement' ResponseStableValueFundTopHoldings: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundTopHoldings' ResponseEsgFundLevelGenderAndDiversity: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelGenderAndDiversity' ResponseStrategyMapping: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStrategyMapping' ResponseMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMonthEndTrailingPerformanceMonthEndAndQuarterEndMostRecent' ResponseMorningstarRatingHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarRatingHistorical' ResponseUkSdrCorePackage: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseUkSdrCorePackage' ResponseMorningstarPortfolioRiskScore: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMorningstarPortfolioRiskScore' ResponseRiskStatistics: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseRiskStatistics' ResponseStableValueFundClientBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundClientBreakdown' ResponseCountryAndRegionalExposureBreakdown: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseCountryAndRegionalExposureBreakdown' ResponseEsgFundLevelRatingsHistorical: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelRatingsHistorical' ResponseUbsSeparateAccounts: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseUbsSeparateAccounts' ResponseEtfCorporateAction: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEtfCorporateAction' ResponseEsgFundLevelEuropeanEsgTemplate: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgFundLevelEuropeanEsgTemplate' ResponseEvestmentOperation: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEvestmentOperation' ResponseIndexLevelsPrice: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseIndexLevelsPrice' ResponseFactorProfile: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseFactorProfile' ResponsePolicyFees: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponsePolicyFees' ResponseMsciCountryClassification: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseMsciCountryClassification' ResponseIndexLevelsPriceTimeSeries: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseIndexLevelsPriceTimeSeries' ResponseEsgCompanyLevel2DataCarbonEmissions: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataCarbonEmissions' ResponseEstimatedCashFlowsTrailingMonthEndMostRecent: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEstimatedCashFlowsTrailingMonthEndMostRecent' ResponseEsgCompanyLevel2DataImpactMetricsSdgsAndThemes: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseEsgCompanyLevel2DataImpactMetricsSdgsAndThemes' ResponseTargetDateData: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseTargetDateData' ResponseStableValueFundReportedFlows: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseStableValueFundReportedFlows' ResponseSubAssetClassification: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseSubAssetClassification' ResponseWmOrReutersHistoricalExchangeRates: description: OK content: application/json: schema: $ref: '#/components/schemas/ResponseWmOrReutersHistoricalExchangeRates' requestBodies: RequestInvestmentDetails: required: true content: application/json: schema: $ref: '#/components/schemas/RequestInvestmentDetails' examples: RequestInvestmentDetailsExample1: $ref: '#/components/examples/RequestInvestmentDetailsExample1' RequestInvestmentDetailsExample2: $ref: '#/components/examples/RequestInvestmentDetailsExample2' RequestInvestmentDetailsExample3: $ref: '#/components/examples/RequestInvestmentDetailsExample3' RequestInvestmentDetailsExample4: $ref: '#/components/examples/RequestInvestmentDetailsExample4' RequestInvestmentDetailsExample5: $ref: '#/components/examples/RequestInvestmentDetailsExample5' RequestInvestmentDetailsExample6: $ref: '#/components/examples/RequestInvestmentDetailsExample6' RequestInvestmentDetailsExample7: $ref: '#/components/examples/RequestInvestmentDetailsExample7' RequestInvestmentDetailsExample8: $ref: '#/components/examples/RequestInvestmentDetailsExample8' RequestInvestmentDetailsExample9: $ref: '#/components/examples/RequestInvestmentDetailsExample9' RequestInvestmentDetailsExample10: $ref: '#/components/examples/RequestInvestmentDetailsExample10' RequestInvestmentDetailsExample11: $ref: '#/components/examples/RequestInvestmentDetailsExample11' RequestInvestmentDetailsExample12: $ref: '#/components/examples/RequestInvestmentDetailsExample12' RequestInvestmentDetailsExample13: $ref: '#/components/examples/RequestInvestmentDetailsExample13' RequestInvestmentDetailsExample14: $ref: '#/components/examples/RequestInvestmentDetailsExample14' RequestInvestmentDetailsExample15: $ref: '#/components/examples/RequestInvestmentDetailsExample15' RequestInvestmentDetailsExample16: $ref: '#/components/examples/RequestInvestmentDetailsExample16' RequestInvestmentDetailsExample17: $ref: '#/components/examples/RequestInvestmentDetailsExample17' RequestInvestmentDetailsExample18: $ref: '#/components/examples/RequestInvestmentDetailsExample18' RequestInvestmentDetailsExample19: $ref: '#/components/examples/RequestInvestmentDetailsExample19' RequestInvestmentDetailsExample20: $ref: '#/components/examples/RequestInvestmentDetailsExample20' securitySchemes: BasicAuth: type: http scheme: basic