Files
Neon-Desk/rust/taxonomy/fiscal/v1/broker_asset_manager.income-bridge.json

265 lines
6.8 KiB
JSON

{
"version": "fiscal-v1",
"pack": "broker_asset_manager",
"rows": {
"revenue": {
"direct_authoritative_concepts": [
"us-gaap:TotalRevenues",
"us-gaap:Revenue",
"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax"
],
"direct_source_concepts": [
"TotalRevenues",
"Revenue",
"RevenueFromContractWithCustomerExcludingAssessedTax"
],
"component_surfaces": {
"positive": [
"fee_revenue"
],
"negative": []
},
"component_concept_groups": {
"positive": [
{
"name": "other_operating_revenue",
"concepts": [
"us-gaap:OtherRevenue",
"us-gaap:OtherOperatingIncome"
]
}
],
"negative": []
},
"formula": "pack_bridge_sum",
"not_meaningful_for_pack": false,
"warning_codes_when_used": [
"revenue_formula_derived"
]
},
"gross_profit": {
"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": [
"gross_profit_not_meaningful_broker_pack"
]
},
"operating_expenses": {
"direct_authoritative_concepts": [
"us-gaap:OperatingExpenses"
],
"direct_source_concepts": [
"OperatingExpenses"
],
"component_surfaces": {
"positive": [],
"negative": []
},
"component_concept_groups": {
"positive": [
{
"name": "broker_operating_expense_components",
"concepts": [
"us-gaap:CompensationAndBenefits",
"us-gaap:GeneralAndAdministrativeExpense",
"us-gaap:MarketingExpense",
"us-gaap:OccupancyNet",
"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_broker_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"
]
}
}
}