feat(taxonomy): add rust sidecar compact surface pipeline

This commit is contained in:
2026-03-12 15:23:10 -04:00
parent f2c25fb9c6
commit 58061af006
84 changed files with 19350 additions and 265 deletions

View File

@@ -0,0 +1,272 @@
{
"version": "fiscal-v1",
"pack": "reit_real_estate",
"rows": {
"revenue": {
"direct_authoritative_concepts": [
"us-gaap:TotalRevenues",
"us-gaap:Revenue"
],
"direct_source_concepts": [
"TotalRevenues",
"Revenue"
],
"component_surfaces": {
"positive": [
"rental_revenue"
],
"negative": []
},
"component_concept_groups": {
"positive": [
{
"name": "other_property_revenue",
"concepts": [
"us-gaap:RentalRevenue",
"us-gaap:TenantReimbursements",
"us-gaap:LeaseTerminationFees"
]
}
],
"negative": []
},
"formula": "pack_bridge_sum",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"revenue_formula_derived"
]
},
"gross_profit": {
"direct_authoritative_concepts": [
"us-gaap:GrossProfit"
],
"direct_source_concepts": [
"GrossProfit"
],
"component_surfaces": {
"positive": [
"revenue"
],
"negative": [
"property_operating_expense"
]
},
"component_concept_groups": {
"positive": [],
"negative": []
},
"formula": "subtract",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"gross_profit_formula_derived"
]
},
"operating_expenses": {
"direct_authoritative_concepts": [
"us-gaap:OperatingExpenses"
],
"direct_source_concepts": [
"OperatingExpenses"
],
"component_surfaces": {
"positive": [
"depreciation_and_amortization"
],
"negative": []
},
"component_concept_groups": {
"positive": [
{
"name": "reit_operating_expense_components",
"concepts": [
"us-gaap:GeneralAndAdministrativeExpense",
"us-gaap:ImpairmentOfRealEstate",
"us-gaap:AssetImpairmentCharges",
"us-gaap:OtherThanInterestExpense"
]
}
],
"negative": []
},
"formula": "sum",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"operating_expenses_formula_derived"
]
},
"selling_general_and_administrative": {
"direct_authoritative_concepts": [
"us-gaap:SellingGeneralAndAdministrativeExpense"
],
"direct_source_concepts": [
"SellingGeneralAndAdministrativeExpense"
],
"component_surfaces": {
"positive": [],
"negative": []
},
"component_concept_groups": {
"positive": [
{
"name": "sales_and_marketing",
"concepts": [
"us-gaap:SalesAndMarketingExpense",
"us-gaap:SellingAndMarketingExpense",
"us-gaap:MarketingExpense"
]
},
{
"name": "general_and_administrative",
"concepts": [
"us-gaap:GeneralAndAdministrativeExpense"
]
}
],
"negative": []
},
"formula": "sum",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"selling_general_and_administrative_formula_derived"
]
},
"research_and_development": {
"direct_authoritative_concepts": [],
"direct_source_concepts": [],
"component_surfaces": {
"positive": [],
"negative": []
},
"component_concept_groups": {
"positive": [],
"negative": []
},
"formula": "not_meaningful",
"not_meaningful_for_pack": true,
"warning_codes_when_used": [
"research_and_development_not_meaningful_reit_pack"
]
},
"other_operating_expense": {
"direct_authoritative_concepts": [
"us-gaap:OtherThanInterestExpense",
"us-gaap:OtherOperatingExpenses",
"us-gaap:OtherCostAndExpenseOperating",
"us-gaap:OtherOperatingExpense"
],
"direct_source_concepts": [
"OtherThanInterestExpense",
"OtherOperatingExpenses",
"OtherCostAndExpenseOperating",
"OtherOperatingExpense"
],
"component_surfaces": {
"positive": [
"operating_expenses"
],
"negative": [
"selling_general_and_administrative",
"research_and_development"
]
},
"component_concept_groups": {
"positive": [],
"negative": []
},
"formula": "sum_then_subtract",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"other_operating_expense_formula_derived"
]
},
"operating_income": {
"direct_authoritative_concepts": [
"us-gaap:OperatingIncomeLoss",
"us-gaap:IncomeFromOperations"
],
"direct_source_concepts": [
"OperatingIncomeLoss",
"IncomeFromOperations"
],
"component_surfaces": {
"positive": [
"gross_profit"
],
"negative": [
"operating_expenses"
]
},
"component_concept_groups": {
"positive": [],
"negative": []
},
"formula": "subtract",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"operating_income_formula_derived"
]
},
"income_tax_expense": {
"direct_authoritative_concepts": [
"us-gaap:IncomeTaxExpenseBenefit"
],
"direct_source_concepts": [
"IncomeTaxExpenseBenefit"
],
"component_surfaces": {
"positive": [],
"negative": [
"net_income"
]
},
"component_concept_groups": {
"positive": [
{
"name": "pretax_income",
"concepts": [
"us-gaap:IncomeBeforeTaxExpenseBenefit",
"us-gaap:PretaxIncome"
]
}
],
"negative": []
},
"formula": "subtract",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"income_tax_expense_formula_derived"
]
},
"net_income": {
"direct_authoritative_concepts": [
"us-gaap:NetIncomeLoss"
],
"direct_source_concepts": [
"NetIncomeLoss"
],
"component_surfaces": {
"positive": [],
"negative": [
"income_tax_expense"
]
},
"component_concept_groups": {
"positive": [
{
"name": "pretax_income",
"concepts": [
"us-gaap:IncomeBeforeTaxExpenseBenefit",
"us-gaap:PretaxIncome"
]
}
],
"negative": []
},
"formula": "subtract",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"net_income_formula_derived"
]
}
}
}