Add history window controls and expand taxonomy pack support

- add 3Y/5Y/10Y financial history filtering and reorganize normalization details UI
- add new fiscal taxonomy surface/income bridge/KPI packs and update Rust taxonomy loading
- auto-detect Homebrew SQLite for native `sqlite-vec` in local dev/e2e with docs and env guidance
This commit is contained in:
2026-03-18 23:40:28 -04:00
parent f8426c4dde
commit 17de3dd72d
102 changed files with 14978 additions and 1316 deletions

View File

@@ -0,0 +1,234 @@
{
"version": "fiscal-v1",
"pack": "software",
"surfaces": [
{
"surface_key": "software_license_revenue",
"statement": "income",
"label": "Software License Revenue",
"category": "surface",
"order": 10,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:SoftwareLicenseRevenue",
"us-gaap:LicenseRevenueSoftware"
],
"allowed_authoritative_concepts": [
"us-gaap:SoftwareLicenseRevenue",
"us-gaap:LicenseRevenueSoftware"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "income_default"
},
{
"surface_key": "maintenance_and_support_revenue",
"statement": "income",
"label": "Maintenance & Support Revenue",
"category": "surface",
"order": 15,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:SoftwareMaintenanceRevenue",
"us-gaap:SoftwareSupportRevenue"
],
"allowed_authoritative_concepts": [
"us-gaap:SoftwareMaintenanceRevenue",
"us-gaap:SoftwareSupportRevenue"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "income_default"
},
{
"surface_key": "cost_of_software_revenue",
"statement": "income",
"label": "Cost of Software Revenue",
"category": "surface",
"order": 20,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:CostOfSoftwareRevenue",
"us-gaap:CostOfLicenseRevenue"
],
"allowed_authoritative_concepts": [
"us-gaap:CostOfSoftwareRevenue",
"us-gaap:CostOfLicenseRevenue"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "income_default"
},
{
"surface_key": "research_and_development_expense",
"statement": "income",
"label": "Research & Development Expense",
"category": "surface",
"order": 30,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:ResearchAndDevelopmentExpense"
],
"allowed_authoritative_concepts": [
"us-gaap:ResearchAndDevelopmentExpense"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "income_default"
},
{
"surface_key": "amortization_of_capitalized_software",
"statement": "income",
"label": "Amortization of Capitalized Software",
"category": "surface",
"order": 35,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:AmortizationOfCapitalizedSoftware",
"us-gaap:AmortizationOfSoftwareCosts"
],
"allowed_authoritative_concepts": [
"us-gaap:AmortizationOfCapitalizedSoftware",
"us-gaap:AmortizationOfSoftwareCosts"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "income_default"
},
{
"surface_key": "operating_income",
"statement": "income",
"label": "Operating Income",
"category": "surface",
"order": 60,
"unit": "currency",
"rollup_policy": "direct_or_formula",
"allowed_source_concepts": [
"us-gaap:OperatingIncomeLoss"
],
"allowed_authoritative_concepts": [
"us-gaap:OperatingIncomeLoss"
],
"formula_fallback": null,
"detail_grouping_policy": "top_level_only",
"materiality_policy": "income_default"
},
{
"surface_key": "net_income",
"statement": "income",
"label": "Net Income",
"category": "surface",
"order": 90,
"unit": "currency",
"rollup_policy": "direct_or_formula",
"allowed_source_concepts": [
"us-gaap:NetIncomeLoss"
],
"allowed_authoritative_concepts": [
"us-gaap:NetIncomeLoss"
],
"formula_fallback": null,
"detail_grouping_policy": "top_level_only",
"materiality_policy": "income_default"
},
{
"surface_key": "capitalized_software_costs",
"statement": "balance",
"label": "Capitalized Software Costs",
"category": "noncurrent_assets",
"order": 30,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:CapitalizedSoftwareCosts",
"us-gaap:SoftwareDevelopmentCosts"
],
"allowed_authoritative_concepts": [
"us-gaap:CapitalizedSoftwareCosts",
"us-gaap:SoftwareDevelopmentCosts"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "balance_default"
},
{
"surface_key": "deferred_revenue",
"statement": "balance",
"label": "Deferred Software Revenue",
"category": "current_liabilities",
"order": 70,
"unit": "currency",
"rollup_policy": "aggregate_children",
"allowed_source_concepts": [
"us-gaap:DeferredRevenueSoftware",
"us-gaap:UnearnedRevenue"
],
"allowed_authoritative_concepts": [
"us-gaap:DeferredRevenueSoftware",
"us-gaap:UnearnedRevenue"
],
"formula_fallback": null,
"detail_grouping_policy": "group_all_children",
"materiality_policy": "balance_default"
},
{
"surface_key": "total_assets",
"statement": "balance",
"label": "Total Assets",
"category": "derived",
"order": 90,
"unit": "currency",
"rollup_policy": "direct_only",
"allowed_source_concepts": [
"us-gaap:Assets"
],
"allowed_authoritative_concepts": [
"us-gaap:Assets"
],
"formula_fallback": null,
"detail_grouping_policy": "top_level_only",
"materiality_policy": "balance_default"
},
{
"surface_key": "total_liabilities",
"statement": "balance",
"label": "Total Liabilities",
"category": "derived",
"order": 100,
"unit": "currency",
"rollup_policy": "direct_only",
"allowed_source_concepts": [
"us-gaap:Liabilities"
],
"allowed_authoritative_concepts": [
"us-gaap:Liabilities"
],
"formula_fallback": null,
"detail_grouping_policy": "top_level_only",
"materiality_policy": "balance_default"
},
{
"surface_key": "total_equity",
"statement": "balance",
"label": "Total Equity",
"category": "equity",
"order": 110,
"unit": "currency",
"rollup_policy": "direct_only",
"allowed_source_concepts": [
"us-gaap:StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest"
],
"allowed_authoritative_concepts": [
"us-gaap:StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest"
],
"formula_fallback": null,
"detail_grouping_policy": "top_level_only",
"materiality_policy": "balance_default"
}
]
}