Skip to main content
The Tax Rates Data Model represents the percentage at which an individual or corporation is taxed. This unified model provides a unified representation of tax rates across various accounting platforms.
  • Unified tax rate properties: Essential tax rate details, such as name, code, effective tax rate, and total tax rate, are standardized across different accounting platforms
  • Tax components support: The data model encompasses an array of individual tax components, enabling the representation of complex tax structures and relationships between components
  • Effective tax rate calculation: The model accounts for the compounding effects of all tax components, providing an accurate effective tax rate for each entry

Attributes

Tax Rates Attributes

PropertyTypeDescription
rootfi_idintegerUnique identifier assigned by Commenda for this tax rate
rootfi_created_atstringTimestamp when this record was created in Commenda’s system (ISO 8601)
rootfi_updated_atstringTimestamp when this record was last updated in Commenda’s system (ISO 8601)
rootfi_integration_typeenum
platform_idstringUnique identifier for this tax rate in the source accounting platform
namestringThe display name of the tax rate
codestringThe simple ID or code for the tax rate
ratedouble
tax_typestringThe type of tax as mentioned in the accounting platform
effective_tax_ratedoubleThe total tax rate after accounting for the compounding effects of all tax components
total_tax_ratedoubleThe sum of all the tax rate components
componentsobjectThe list of tax rate components
jurisdictionstring
statusenum
created_atstring
updated_atstringThe date and time the tax rate was last updated

Properties Supported

Fields accepted when creating or updating a record:
PropertyTypeDescription
platform_idstringUnique identifier for this tax rate in the source accounting platform
namestringThe display name of the tax rate
codestringThe simple ID or code for the tax rate
ratedouble
tax_typestringThe type of tax as mentioned in the accounting platform
effective_tax_ratedoubleThe total tax rate after accounting for the compounding effects of all tax components
total_tax_ratedoubleThe sum of all the tax rate components
componentsobjectThe list of tax rate components
jurisdictionstring
statusenum
created_atstring
updated_atstringThe date and time the tax rate was last updated