# PartyTaxProfile

The tax profile for the legal entity.

## Example Usage

```typescript
import { PartyTaxProfile } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: PartyTaxProfile = {};
```

## Fields

| Field                                                                                                    | Type                                                                                                     | Required                                                                                                 | Description                                                                                              | Example                                                                                                  |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `cNoticeDate`                                                                                            | [components.PartyCNoticeDate](../../models/components/partycnoticedate.md)                               | :heavy_minus_sign:                                                                                       | C Notice date.                                                                                           |                                                                                                          |
| `federalTaxClassification`                                                                               | [components.PartyFederalTaxClassification](../../models/components/partyfederaltaxclassification.md)     | :heavy_minus_sign:                                                                                       | Federal tax classification.                                                                              | C_CORPORATION                                                                                            |
| `firstBNoticeDate`                                                                                       | [components.PartyFirstBNoticeDate](../../models/components/partyfirstbnoticedate.md)                     | :heavy_minus_sign:                                                                                       | Initial B Notice date.                                                                                   |                                                                                                          |
| `irsFormType`                                                                                            | [components.PartyIrsFormType](../../models/components/partyirsformtype.md)                               | :heavy_minus_sign:                                                                                       | IRS form type.                                                                                           | W_8                                                                                                      |
| `legalTaxRegionCode`                                                                                     | *string*                                                                                                 | :heavy_minus_sign:                                                                                       | Legal tax region must be "US" if provided W-9, otherwise must be a non-US country.                       | US                                                                                                       |
| `reportingEligibility`                                                                                   | [components.PartyReportingEligibility](../../models/components/partyreportingeligibility.md)             | :heavy_minus_sign:                                                                                       | Tax reporting eligibility.                                                                               | ELIGIBLE                                                                                                 |
| `taxCertificationDate`                                                                                   | [components.PartyTaxCertificationDate](../../models/components/partytaxcertificationdate.md)             | :heavy_minus_sign:                                                                                       | Tax Certification date.                                                                                  |                                                                                                          |
| `taxpayerCertificationState`                                                                             | [components.PartyTaxpayerCertificationState](../../models/components/partytaxpayercertificationstate.md) | :heavy_minus_sign:                                                                                       | Taxpayer certification status.                                                                           | CERTIFIED                                                                                                |
| `usTinStatus`                                                                                            | [components.PartyUsTinStatus](../../models/components/partyustinstatus.md)                               | :heavy_minus_sign:                                                                                       | United States Individual Taxpayer Identification Number (ITIN) status.                                   | PASSING                                                                                                  |
| `withholdingState`                                                                                       | [components.PartyWithholdingState](../../models/components/partywithholdingstate.md)                     | :heavy_minus_sign:                                                                                       | B/C Notice status.                                                                                       | FIRST_B_NOTICE_RECEIVED                                                                                  |