Add ai-plan ingest that stores one current booked fact per provider-account × plan × period. Subscriptions become recurring commitments; usage top-ups do not. Session-level rows are rejected.
3 lines
203 B
CSV
3 lines
203 B
CSV
provider,provider_account,plan,charge_kind,amount,currency,period_month,ongoing
|
|
anthropic,,claude-max,subscription,200.00,EUR,2026-08,true
|
|
openai,org-demo,api-prepaid,usage_topup,40.00,EUR,2026-08,false
|