Hi David,
I have run into some cases where I get differing values for the exact same concept, with same ultimus value. Any idea why this happens and how to address it to return a single valid value? See example below:
Thanks much.
For e.g for AAL, cik=0000006201, fiscal year=2017, concept: OperatingLeasesFutureMinimumPaymentsDueCurrent returns the data below with two different values.
"data": [
{
"concept.local-name": "OperatingLeasesFutureMinimumPaymentsDueCurrent",
"report.type": "10-K",
"period.fiscal-period": "Y",
"period.fiscal-year": 2017,
"fact.value": "2555000000",
"fact.ultimus": true
},
{
"concept.local-name": "OperatingLeasesFutureMinimumPaymentsDueCurrent",
"report.type": "10-K",
"period.fiscal-period": "Y",
"period.fiscal-year": 2017,
"fact.value": "2572000000",
"fact.ultimus": true
}
]