Description Usage Arguments Details Value Examples
Calculate the gross bill for a given rateable value
1 2 3 4 5 6 7 8 | gross_bill(
rv,
poundage = 0.49,
ipr_threshold = 51000,
ipr = 0.013,
hpr_threshold = 95000,
hpr = 0.026
)
|
rv |
Rateable value |
poundage |
The basic property rate |
ipr_threshold |
Threshold at which property pay the IPR |
ipr |
IPR supplement added to the poundage |
hpr_threshold |
Threshold at which property pay the HPR |
hpr |
HPR supplement added to the poundage |
Uses Scottish poundage and rates.
Gross NDR bill for a property
1 | gross_bill(100000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.