# LegalAgreement

A legal Agreement for an Enrollment.

## Example Usage

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

let value: LegalAgreement = {};
```

## Fields

| Field                                                                                                                                                                                                                     | Type                                                                                                                                                                                                                      | Required                                                                                                                                                                                                                  | Description                                                                                                                                                                                                               | Example                                                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `agreementName`                                                                                                                                                                                                           | *string*                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                        | The friendly name of the agreement; Typically mirrors the enrollment it is attached to (e.g., `LENDING_FULLY_PAID_STOCK_LOAN`)                                                                                            | Standard Customer Account Agreement - IBD (EN)                                                                                                                                                                            |
| `agreementUri`                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                        | A URI referencing a static PDF containing the legalese of a given agreement; All agreements of the same nature link to the same publicly-available PDF.                                                                   | https://public-documents.apexapis.com/account-agreements/SCAA-IBD-20230525-EN.pdf                                                                                                                                         |
| `agreementVersion`                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                        | An internal version number based on typographical revisions of the related agreement; Version numbers are automatically updated when new agreements are available and should be of no technical concern to the integrator | 20230525                                                                                                                                                                                                                  |