ThirdPartyTaxReportingCodeAssociations
Establishes tax reporting code relationships for third parties, enabling efficient retrieval of tax data across transactions.
Columns
| Name | Type | Description |
| ReportingCodeAssocId [KEY] | Long | The unique identifier for the association between the third party and the reporting code, linking them for tax reporting purposes. |
| PartyNumber | String | The unique identification number of the third party involved in the tax reporting code association. |
| TaxReportingTypeCode | String | The code used to categorize the type of tax reporting, such as VAT or Sales Tax, applicable to the third-party. |
| ReportingCodeCharValue | String | The alphanumeric value representing the specific reporting code assigned to the third party for tax purposes. |
| ReportingCodeDateValue | Date | The date value associated with the reporting code, typically reflecting the date the tax reporting event occurred. |
| ReportingCodeNumericValue | Long | The numeric value associated with the reporting code, often used for financial calculations in tax reporting. |
| EffectiveFrom | Date | The start date from which the association of the third party with the reporting code is valid and effective. |
| EffectiveTo | Date | The end date up to which the third-party and reporting code association is valid. |
| PartyName | String | The name of the third party associated with the reporting code for tax reporting purposes. |
| PartyTaxProfileId | Long | The unique identifier of the third party's tax profile that is linked to the tax reporting code association. |
| BPartyNumber | String | The identification number of the bound third party for the tax reporting code association, if applicable. |
| BPartyTaxProfileId | Long | The unique identifier of the bound third party's tax profile, if relevant for the tax reporting code association. |
| Finder | String | A search field used to locate third-party tax reporting code associations in the system. |