Expand backend financial statement parsers
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
"surface_key": "investment_property",
|
||||
"statement": "balance",
|
||||
"label": "Investment Property",
|
||||
"category": "surface",
|
||||
"category": "noncurrent_assets",
|
||||
"order": 40,
|
||||
"unit": "currency",
|
||||
"rollup_policy": "aggregate_children",
|
||||
@@ -99,7 +99,7 @@
|
||||
"surface_key": "total_assets",
|
||||
"statement": "balance",
|
||||
"label": "Total Assets",
|
||||
"category": "surface",
|
||||
"category": "derived",
|
||||
"order": 90,
|
||||
"unit": "currency",
|
||||
"rollup_policy": "direct_only",
|
||||
@@ -113,7 +113,7 @@
|
||||
"surface_key": "total_liabilities",
|
||||
"statement": "balance",
|
||||
"label": "Total Liabilities",
|
||||
"category": "surface",
|
||||
"category": "derived",
|
||||
"order": 100,
|
||||
"unit": "currency",
|
||||
"rollup_policy": "direct_only",
|
||||
@@ -127,7 +127,7 @@
|
||||
"surface_key": "total_equity",
|
||||
"statement": "balance",
|
||||
"label": "Total Equity",
|
||||
"category": "surface",
|
||||
"category": "equity",
|
||||
"order": 110,
|
||||
"unit": "currency",
|
||||
"rollup_policy": "direct_only",
|
||||
@@ -136,6 +136,25 @@
|
||||
"formula_fallback": null,
|
||||
"detail_grouping_policy": "top_level_only",
|
||||
"materiality_policy": "balance_default"
|
||||
},
|
||||
{
|
||||
"surface_key": "capital_expenditures",
|
||||
"statement": "cash_flow",
|
||||
"label": "Capital Expenditures",
|
||||
"category": "investing",
|
||||
"order": 130,
|
||||
"unit": "currency",
|
||||
"rollup_policy": "aggregate_children",
|
||||
"allowed_source_concepts": [
|
||||
"us-gaap:PaymentsToAcquireCommercialRealEstate",
|
||||
"us-gaap:PaymentsForCapitalImprovements",
|
||||
"us-gaap:PaymentsForDepositsOnRealEstateAcquisitions"
|
||||
],
|
||||
"allowed_authoritative_concepts": [],
|
||||
"formula_fallback": null,
|
||||
"detail_grouping_policy": "group_all_children",
|
||||
"materiality_policy": "cash_flow_default",
|
||||
"sign_transform": "invert"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user