Add Coulomb observatory package with JSON registries (product, pricing models, costs, revenue, membership), economics snapshot engine, Economics Dashboard v1 CLI, sample report, and pytest coverage. Complete T01 and queue Sprint 2 Bubble.io integration.
64 lines
No EOL
1.5 KiB
JSON
64 lines
No EOL
1.5 KiB
JSON
{
|
|
"version": 1,
|
|
"period": "2026-06",
|
|
"entries": [
|
|
{
|
|
"id": "bubble-subscription",
|
|
"name": "Bubble.io platform",
|
|
"category": "fixed",
|
|
"amount": "35.00",
|
|
"currency": "USD",
|
|
"cadence": "monthly",
|
|
"allocation": "flat"
|
|
},
|
|
{
|
|
"id": "domains",
|
|
"name": "Domains",
|
|
"category": "fixed",
|
|
"amount": "15.00",
|
|
"currency": "EUR",
|
|
"cadence": "monthly",
|
|
"allocation": "flat"
|
|
},
|
|
{
|
|
"id": "operational-overhead",
|
|
"name": "Operational overhead",
|
|
"category": "fixed",
|
|
"amount": "25.00",
|
|
"currency": "EUR",
|
|
"cadence": "monthly",
|
|
"allocation": "flat"
|
|
},
|
|
{
|
|
"id": "stripe-percentage",
|
|
"name": "Stripe percentage fee",
|
|
"category": "variable",
|
|
"amount": "0.015",
|
|
"currency": "ratio",
|
|
"cadence": "per_transaction",
|
|
"allocation": "percent_of_gross_revenue"
|
|
},
|
|
{
|
|
"id": "stripe-fixed",
|
|
"name": "Stripe fixed fee",
|
|
"category": "variable",
|
|
"amount": "0.25",
|
|
"currency": "EUR",
|
|
"cadence": "per_transaction",
|
|
"allocation": "per_active_member"
|
|
},
|
|
{
|
|
"id": "openrouter-ai",
|
|
"name": "OpenRouter AI consumption",
|
|
"category": "variable",
|
|
"amount": "0.00",
|
|
"currency": "EUR",
|
|
"cadence": "monthly",
|
|
"allocation": "flat",
|
|
"note": "Populated in Sprint 4 after usage import"
|
|
}
|
|
],
|
|
"fx_rates": {
|
|
"USD/EUR": "0.92"
|
|
}
|
|
} |