gross_bill: Gross bill

Description Usage Arguments Details Value Examples

View source: R/gross_bill.R

Description

Calculate the gross bill for a given rateable value

Usage

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
)

Arguments

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

Details

Uses Scottish poundage and rates.

Value

Gross NDR bill for a property

Examples

1
gross_bill(100000)

n-fanton/ndr documentation built on Dec. 21, 2021, 11:07 p.m.