Factset · Schema
SMCustomCashFlowFields
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| cashFlowAmounts | array | |
| cashFlowDates | array | |
| country | string | |
| currency | string | |
| issueName | string | |
| parAmt | number | |
| parentName | string | |
| ratingFitch | string | |
| ratingFitchDates | array | |
| ratingFitchValues | array | |
| ratingMoodysDates | array | |
| ratingMoodysValues | array | |
| ratingSpDates | array | |
| ratingSpValues | array | |
| secondaryToVendorFlag | boolean | |
| sector | string | |
| sectorBarclay1 | string | |
| sectorBarclay2 | string | |
| sectorBarclay3 | string | |
| sectorBarclay4 | string | |
| sectorDef | string | |
| sectorIndustry | string | |
| sectorMain | string | |
| sectorMerrill1 | string | |
| sectorMerrill2 | string | |
| sectorMerrill3 | string | |
| sectorMerrill4 | string | |
| sectorSubGroup | string | |
| vendorCoverageDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SMCustomCashFlowFields",
"type": "object",
"properties": {
"cashFlowAmounts": {
"type": "array"
},
"cashFlowDates": {
"type": "array"
},
"country": {
"type": "string"
},
"currency": {
"type": "string"
},
"issueName": {
"type": "string"
},
"parAmt": {
"type": "number"
},
"parentName": {
"type": "string"
},
"ratingFitch": {
"type": "string"
},
"ratingFitchDates": {
"type": "array"
},
"ratingFitchValues": {
"type": "array"
},
"ratingMoodysDates": {
"type": "array"
},
"ratingMoodysValues": {
"type": "array"
},
"ratingSpDates": {
"type": "array"
},
"ratingSpValues": {
"type": "array"
},
"secondaryToVendorFlag": {
"type": "boolean"
},
"sector": {
"type": "string"
},
"sectorBarclay1": {
"type": "string"
},
"sectorBarclay2": {
"type": "string"
},
"sectorBarclay3": {
"type": "string"
},
"sectorBarclay4": {
"type": "string"
},
"sectorDef": {
"type": "string"
},
"sectorIndustry": {
"type": "string"
},
"sectorMain": {
"type": "string"
},
"sectorMerrill1": {
"type": "string"
},
"sectorMerrill2": {
"type": "string"
},
"sectorMerrill3": {
"type": "string"
},
"sectorMerrill4": {
"type": "string"
},
"sectorSubGroup": {
"type": "string"
},
"vendorCoverageDate": {
"type": "string"
}
}
}