| Name | Type | Description |
|---|---|---|
| id | String | The Intrinio ID of the Fundamental |
| statementCode | String | The code of the financial statement that the Fundamental represents |
| fiscalYear | BigDecimal | The fiscal year |
| fiscalPeriod | String | The fiscal period |
| type | TypeEnum | The type of Fundamental |
| startDate | LocalDate | The period start date |
| endDate | LocalDate | The period start date |
| filingDate | OffsetDateTime | The date and time when the Fundamental was filed with the SEC |
| isLatest | Boolean | Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (<a href="https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2\" target="_blank">reference</a>) |
| updatedDate | OffsetDateTime | The date and time when the data related to the fundamental was last updated |
| Name | Value |
|---|---|
| REPORTED | "reported" |
| RESTATED | "restated" |
| CALCULATED | "calculated" |