feat(taxonomy): add rust sidecar compact surface pipeline
This commit is contained in:
9
rust/taxonomy/fiscal/v1/kpis/bank_lender.kpis.json
Normal file
9
rust/taxonomy/fiscal/v1/kpis/bank_lender.kpis.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "fiscal-v1",
|
||||
"pack": "bank_lender",
|
||||
"kpis": [
|
||||
{ "key": "net_interest_margin", "label": "Net Interest Margin", "unit": "percent" },
|
||||
{ "key": "loan_growth", "label": "Loan Growth", "unit": "percent" },
|
||||
{ "key": "deposit_growth", "label": "Deposit Growth", "unit": "percent" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": "fiscal-v1",
|
||||
"pack": "broker_asset_manager",
|
||||
"kpis": [
|
||||
{ "key": "aum", "label": "Assets Under Management", "unit": "currency" },
|
||||
{ "key": "fee_paying_aum", "label": "Fee-Paying AUM", "unit": "currency" }
|
||||
]
|
||||
}
|
||||
5
rust/taxonomy/fiscal/v1/kpis/core.kpis.json
Normal file
5
rust/taxonomy/fiscal/v1/kpis/core.kpis.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "fiscal-v1",
|
||||
"pack": "core",
|
||||
"kpis": []
|
||||
}
|
||||
8
rust/taxonomy/fiscal/v1/kpis/insurance.kpis.json
Normal file
8
rust/taxonomy/fiscal/v1/kpis/insurance.kpis.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": "fiscal-v1",
|
||||
"pack": "insurance",
|
||||
"kpis": [
|
||||
{ "key": "combined_ratio", "label": "Combined Ratio", "unit": "percent" },
|
||||
{ "key": "premium_growth", "label": "Premium Growth", "unit": "percent" }
|
||||
]
|
||||
}
|
||||
8
rust/taxonomy/fiscal/v1/kpis/reit_real_estate.kpis.json
Normal file
8
rust/taxonomy/fiscal/v1/kpis/reit_real_estate.kpis.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": "fiscal-v1",
|
||||
"pack": "reit_real_estate",
|
||||
"kpis": [
|
||||
{ "key": "property_count", "label": "Property Count", "unit": "count" },
|
||||
{ "key": "investment_property_growth", "label": "Investment Property Growth", "unit": "percent" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user