# LegalEntityTaxProfile

The tax profile for the legal entity.

## Example Usage

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

let value: LegalEntityTaxProfile = {};
```

## Fields

| Field                                                                                                                | Type                                                                                                                 | Required                                                                                                             | Description                                                                                                          | Example                                                                                                              |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `cNoticeDate`                                                                                                        | [components.LegalEntityCNoticeDate](../../models/components/legalentitycnoticedate.md)                               | :heavy_minus_sign:                                                                                                   | C Notice date.                                                                                                       |                                                                                                                      |
| `federalTaxClassification`                                                                                           | [components.LegalEntityFederalTaxClassification](../../models/components/legalentityfederaltaxclassification.md)     | :heavy_minus_sign:                                                                                                   | Federal tax classification.                                                                                          | C_CORPORATION                                                                                                        |
| `firstBNoticeDate`                                                                                                   | [components.LegalEntityFirstBNoticeDate](../../models/components/legalentityfirstbnoticedate.md)                     | :heavy_minus_sign:                                                                                                   | Initial B Notice date.                                                                                               |                                                                                                                      |
| `irsFormType`                                                                                                        | [components.LegalEntityIrsFormType](../../models/components/legalentityirsformtype.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.LegalEntityReportingEligibility](../../models/components/legalentityreportingeligibility.md)             | :heavy_minus_sign:                                                                                                   | Tax reporting eligibility.                                                                                           | ELIGIBLE                                                                                                             |
| `taxCertificationDate`                                                                                               | [components.LegalEntityTaxCertificationDate](../../models/components/legalentitytaxcertificationdate.md)             | :heavy_minus_sign:                                                                                                   | Tax Certification date.                                                                                              |                                                                                                                      |
| `taxpayerCertificationState`                                                                                         | [components.LegalEntityTaxpayerCertificationState](../../models/components/legalentitytaxpayercertificationstate.md) | :heavy_minus_sign:                                                                                                   | Taxpayer certification status.                                                                                       | CERTIFIED                                                                                                            |
| `usTinStatus`                                                                                                        | [components.LegalEntityUsTinStatus](../../models/components/legalentityustinstatus.md)                               | :heavy_minus_sign:                                                                                                   | United States Individual Taxpayer Identification Number (ITIN) status.                                               | PASSING                                                                                                              |
| `withholdingState`                                                                                                   | [components.LegalEntityWithholdingState](../../models/components/legalentitywithholdingstate.md)                     | :heavy_minus_sign:                                                                                                   | B/C Notice status.                                                                                                   | FIRST_B_NOTICE_RECEIVED                                                                                              |