Factset · Schema
Ratio
A single pre-calculated financial ratio for a security and fiscal period.
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| requestId | string | Identifier that was used for the request. |
| fsymId | ['string', 'null'] | FactSet Regional Security Identifier. |
| metric | ['string', 'null'] | The ratio metric identifier. |
| periodicity | ['string', 'null'] | Periodicity of the fiscal period. |
| fiscalPeriod | ['integer', 'null'] | Fiscal period indicator. |
| fiscalYear | ['integer', 'null'] | Fiscal year in YYYY format. |
| fiscalEndDate | ['string', 'null'] | The normalized date the fiscal period ended. |
| currency | ['string', 'null'] | ISO 4217 currency code. |
| value | ['number', 'null'] | The calculated ratio value. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Ratio",
"type": "object",
"description": "A single pre-calculated financial ratio for a security and fiscal period.",
"properties": {
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
},
"fsymId": {
"type": "['string', 'null']",
"description": "FactSet Regional Security Identifier."
},
"metric": {
"type": "['string', 'null']",
"description": "The ratio metric identifier."
},
"periodicity": {
"type": "['string', 'null']",
"description": "Periodicity of the fiscal period."
},
"fiscalPeriod": {
"type": "['integer', 'null']",
"description": "Fiscal period indicator."
},
"fiscalYear": {
"type": "['integer', 'null']",
"description": "Fiscal year in YYYY format."
},
"fiscalEndDate": {
"type": "['string', 'null']",
"description": "The normalized date the fiscal period ended."
},
"currency": {
"type": "['string', 'null']",
"description": "ISO 4217 currency code."
},
"value": {
"type": "['number', 'null']",
"description": "The calculated ratio value."
}
}
}