UkPropertyBsasCalculation
Properties
| Name | Type | Description |
|---|---|---|
| totalIncome | number | |
| income | UkPropertyBsasIncome | |
| totalExpenses | number | |
| expenses | UkPropertyBsasExpenses | |
| netProfit | number | |
| netLoss | number | |
| totalAdditions | number | |
| additions | UkPropertyBsasAdditions | |
| totalDeductions | number | |
| deductions | UkPropertyBsasDeductions | |
| taxableProfit | number | |
| adjustedIncomeTaxLoss | number |
JSON Example
{
"totalIncome": 0,
"income": {
"totalRentsReceived": 0,
"premiumsOfLeaseGrant": 0,
"reversePremiums": 0,
"otherPropertyIncome": 0,
"rarRentReceived": 0
},
"totalExpenses": 0,
"expenses": {
"premisesRunningCosts": 0,
"repairsAndMaintenance": 0,
"financialCosts": 0,
"professionalFees": 0,
"costOfServices": 0
},
"netProfit": 0
}