Tax
RateValueDef
RateValueDef contains a percentage rate or fixed amount for a given date range.
Schema ID
https://gobl.org/draft-0/tax/regime-def#/$defs/RateValueDef
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
Tags | tags | array of cbc.Key | Only apply this rate if one of the tags is present in the invoice. | |
Extensions | ext | tax.Extensions | Ext map of keys that can be used to filter to determine if the rate applies. | |
Since | since | cal.Date | Date from which this value should be applied. | |
Percent | percent | num.Percentage | true | Percent rate that should be applied |
Surcharge | surcharge | num.Percentage | An additional surcharge to apply. | |
Disabled | disabled | boolean | When true, this value should no longer be used. |