Factset · Schema
rollover
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| americasRollTime | string | Time of last zero date rollover for the Americas. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601. |
| americasZeroDate | string | Current relative zero date for the Americas. Date is expressed in Eastern Time and expressed as YYYY-MM-DD. |
| asiapacificRollTime | string | Time of last zero date rollover for Asia/Pacific. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601. |
| asiapacificZeroDate | string | Current relative zero date for Asia/Pacific. This is in Eastern Time Zone |
| europeRollTime | string | Time of last zero date rollover for Europe. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601. |
| europeZeroDate | string | Current relative zero date for Europe. This is in Eastern Time Zone |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "rollover",
"type": "object",
"properties": {
"americasRollTime": {
"type": "string",
"description": "Time of last zero date rollover for the Americas. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601."
},
"americasZeroDate": {
"type": "string",
"description": "Current relative zero date for the Americas. Date is expressed in Eastern Time and expressed as YYYY-MM-DD."
},
"asiapacificRollTime": {
"type": "string",
"description": "Time of last zero date rollover for Asia/Pacific. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601."
},
"asiapacificZeroDate": {
"type": "string",
"description": "Current relative zero date for Asia/Pacific. This is in Eastern Time Zone"
},
"europeRollTime": {
"type": "string",
"description": "Time of last zero date rollover for Europe. This is in Eastern Time Zone. The date-time format is expressed as [YYYY-MM-DD]T[HH:MM:SSS], following ISO 8601."
},
"europeZeroDate": {
"type": "string",
"description": "Current relative zero date for Europe. This is in Eastern Time Zone"
}
}
}