Schema ID
https://gobl.org/draft-0/tax/regime-def#/$defs/RateValueDef
Properties
| Title | Property | Type | Description |
|---|---|---|---|
| Extensions | ext | tax.Extensions | Only apply this rate if one of the tags is present in the invoice. Tags []cbc.Key json:"tags,omitempty" jsonschema:"title=Tags" 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 | 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. |