Implement ADAPTIVE-WP-0002 Sprint 1 economic foundations
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.
This commit is contained in:
parent
d648a3263d
commit
a1a4aa972f
17 changed files with 709 additions and 19 deletions
39
projects/coulomb-pricing/data/pricing-models.json
Normal file
39
projects/coulomb-pricing/data/pricing-models.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"version": 1,
|
||||
"models": [
|
||||
{
|
||||
"id": "flat-899-eur-monthly",
|
||||
"name": "Standard Membership",
|
||||
"model_type": "flat_subscription",
|
||||
"lifecycle_phase": "growth",
|
||||
"currency": "EUR",
|
||||
"access_fee_amount": "8.99",
|
||||
"access_fee_cadence": "monthly",
|
||||
"included_usage": "unlimited_repository_access",
|
||||
"status": "active"
|
||||
},
|
||||
{
|
||||
"id": "membership-plus-credits",
|
||||
"name": "Membership + AI Credits",
|
||||
"model_type": "hybrid_subscription_usage",
|
||||
"lifecycle_phase": "exploration",
|
||||
"currency": "EUR",
|
||||
"access_fee_amount": "8.99",
|
||||
"access_fee_cadence": "monthly",
|
||||
"included_usage": "monthly_ai_credit_allowance",
|
||||
"status": "candidate"
|
||||
},
|
||||
{
|
||||
"id": "membership-plus-overage",
|
||||
"name": "Membership + Overage",
|
||||
"model_type": "hybrid_subscription_usage",
|
||||
"lifecycle_phase": "exploration",
|
||||
"currency": "EUR",
|
||||
"access_fee_amount": "8.99",
|
||||
"access_fee_cadence": "monthly",
|
||||
"included_usage": "monthly_ai_credit_allowance",
|
||||
"overage_meter": "openrouter_tokens",
|
||||
"status": "candidate"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue