B1CalculatedTax
- Stores the calculated tax breakdown for a household, including property and utility taxes.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Property | int32 | Total assessed property value used for tax calculation. | Category: B1CalculatedTax |
| PropertyTax | int32 | Calculated property tax amount. | Category: B1CalculatedTax |
| ElectricityTax | int32 | Calculated electricity tax amount. | Category: B1CalculatedTax |
| WaterTax | int32 | Calculated water tax amount. | Category: B1CalculatedTax |
| CalculatedTax | int32 | Total tax amount (sum of all individual taxes). | Category: B1CalculatedTax |