Description Usage Format Fields Methods Examples
This class describes the personal allowance that a person has in the UK tax system. In the UK the personal allowance is how much you can earn tax free. However the allowance is withdrawn at the given rate over the threshold. Note this is a simplification of the actual UK tax system. For example this class ignores the married couples allowance.
1 |
An object of class R6ClassGenerator
of length 24.
allowance
The amount of the allowance.
threshold
The income at which the allowance starts to be withdrawn.
rate
The rate at which the allowance is withdrawn.
amount
Determines how much personal alowance a person has dependant upon their income.
1 2 3 4 5 6 | personalAllowance2017 <- PersonalAllowance$new(
base = 11500,
threshold = 100000,
withdrawalRate = 0.5
)
personalAllowance2017$amount(101000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.