Factset · Schema

issueSize

Issue Size Data Items for a Fixed Income security.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
requestId string Security identifier used in the request.
fsymId string FactSet Permanent Security Identifier.
outAmtEffDate string Amount Outstanding Effective Date (out_amt_eff_date)
outAmtCurrency string Amount Outstanding Currency
outAmt number Amount Outstanding
outAmtChange number Amount Outstanding Action Amount
outAmtChangePrice number Price - Amount Outstanding Action
outAmtChangeType string Amount Outstanding Action Type
View JSON Schema on GitHub

JSON Schema

factset-terms-and-conditions-issue-size-schema.json Raw ↑
{
  "$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"
    }
  }
}