generated from coulomb/repo-seed
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.
This commit is contained in:
26
projects/coulomb-pricing/data/infrastructure/domains.json
Normal file
26
projects/coulomb-pricing/data/infrastructure/domains.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"currency": "EUR",
|
||||
"servers": [],
|
||||
"note": "Virtual server expense records pending actual invoice data. Add entries here and mirror monthly rows in expense_records.json when available."
|
||||
}
|
||||
Reference in New Issue
Block a user