Tax Account DMO
A taxpayer’s account with a tax authority for a specific tax type. The account is keyed to the taxpayer party and their tax identification number (for example, SSN, EIN, PAN, NINO).
Object API Name: std__TaxAccountDmo__dlm
Category: Unassigned
Availability: Available in 264 and later versions
Primary Key Field: Id
- AccountId has a FOREIGNKEY relationship with the Account DMO
Idfield. - PartyIdentificationId has a FOREIGNKEY relationship with the Party Identification DMO
Idfield. - TaxTypeId has a FOREIGNKEY relationship with the Tax Type DMO
Idfield.
- AccountId
- cdp_sys_record_currency
- CreatedDateTime
- DataSourceId
- DataSourceObjectId
- Id
- InternalOrganizationId
- KQ_AccountId
- KQ_Id
- KQ_PartyIdentificationId
- KQ_TaxTypeId
- LastModifiedDateTime
- PartyIdentificationId
- Status
- TaxAccountIdentifier
- TaxAccountName
- TaxTypeId
- ValidFromDateTime
- ValidToDateTime
- Field API Name:
std__AccountId__c - Data Type: TEXT
- Description: The individual or business account associated with this tax account.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__CreatedDateTime__c - Data Type: DATETIME
- Description: The timestamp when the record was created.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: The unique identifier for this tax account.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_AccountId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_Id__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_PartyIdentificationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__KQ_TaxTypeId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__LastModifiedDateTime__c - Data Type: DATETIME
- Description: The timestamp when the record was last modified.
- Field API Name:
std__PartyIdentificationId__c - Data Type: TEXT
- Description: The Taxpayer Identification Number (TIN) record linked to this account. Supported TIN types are Social Security Number (SSN), Employer Identification Number (EIN), Permanent Account Number (PAN), and National Insurance Number (NINO).
- Field API Name:
std__Status__c - Data Type: TEXT
- Description: The status of the tax account. Possible values are Active, Inactive, Closed, or Suspended.
- Field API Name:
std__TaxAccountIdentifier__c - Data Type: TEXT
- Description: The taxpayer identifier for this account. Possible values are Social Security Number (SSN), Permanent Account Number (PAN), or Employer Identification Number (EIN).
- Field API Name:
std__TaxAccountName__c - Data Type: TEXT
- Description: The display name for this tax account. For example, “Income - 1234” where 1234 is the last four digits of the taxpayer identifier.
- Field API Name:
std__TaxTypeId__c - Data Type: TEXT
- Description: The tax type for this account. Possible values are Income, Payroll, Goods and Services Tax (GST), or Value Added Tax (VAT).
- Field API Name:
std__ValidFromDateTime__c - Data Type: DATETIME
- Description: The date the account was opened with the tax authority.
- Field API Name:
std__ValidToDateTime__c - Data Type: DATETIME
- Description: The date the account was closed. This field is empty if the account is active.