{
  "example_name": "Sample shared utility bill split",
  "property": "Example Duplex",
  "utility_type": "Electricity",
  "billing_period": "March 2026",
  "original_bill_amount": 240,
  "currency": "USD",
  "split_method": "Fixed tenant percentages from the lease",
  "tenants": [
    {
      "name": "Tenant A",
      "split_percentage": 60,
      "amount_due": 144
    },
    {
      "name": "Tenant B",
      "split_percentage": 40,
      "amount_due": 96
    }
  ],
  "total_tenant_charges": 240,
  "due_date": "2026-04-15",
  "product_note": "SplitUtility can store the tenant percentages, calculate these tenant charges, attach source bill details, and prepare tenant-ready email text after the landlord reviews the bill."
}
