{ "$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" } } }