{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "issueSize", "type": "object", "description": "Issue Size Data Items for a Fixed Income security.", "properties": { "requestId": { "type": "string", "description": "Security identifier used in the request." }, "fsymId": { "type": "string", "description": "FactSet Permanent Security Identifier." }, "outAmtEffDate": { "type": "string", "description": "Amount Outstanding Effective Date (out_amt_eff_date)" }, "outAmtCurrency": { "type": "string", "description": "Amount Outstanding Currency" }, "outAmt": { "type": "number", "description": "Amount Outstanding" }, "outAmtChange": { "type": "number", "description": "Amount Outstanding Action Amount" }, "outAmtChangePrice": { "type": "number", "description": "Price - Amount Outstanding Action" }, "outAmtChangeType": { "type": "string", "description": "Amount Outstanding Action Type" } } }