Files
adaptive-pricing/projects/coulomb-pricing/data/infrastructure/domains.json
tegwick 86ce511764 Replace infrastructure costs with actual domain invoice data
Start ledger January 2025. Record coulomb.social (3.75 EUR/mo) and
coulomb.pro (3.00 EUR/mo) as per-domain expense rows. Remove Bubble and
placeholder overhead. Add infrastructure reference catalogs; virtual server
records pending invoice data.
2026-06-22 02:14:06 +02:00

26 lines
679 B
JSON

{
"version": 1,
"currency": "EUR",
"domains": [
{
"name": "coulomb.social",
"tld": ".social",
"monthly_eur": "3.75",
"icann_fee_annual_eur": "0.14",
"billing_period": "2026-01-31/2027-01-30",
"annual_total_eur": "45.00",
"vat_rate": "19.0"
},
{
"name": "coulomb.pro",
"tld": ".pro",
"monthly_eur": "3.00",
"icann_fee_annual_eur": "0.14",
"billing_period": "2026-01-31/2027-01-30",
"annual_total_eur": "36.00",
"vat_rate": "19.0"
}
],
"monthly_total_eur": "6.75",
"note": "Reference catalog from registrar invoices. Expense ledger rows live in expense_records.json."
}