# EntryTransfer

Used to record more generic transfers of funds or securities and details related to the transfer. The transfer type and activity_description can be used to provide more specific context

## Example Usage

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

let value: EntryTransfer = {};
```

## Fields

| Field                                                                                                                                                              | Type                                                                                                                                                               | Required                                                                                                                                                           | Description                                                                                                                                                        | Example                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `additionalInstructions`                                                                                                                                           | *string*                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                 | Free form text field                                                                                                                                               | FDIC asset reclassification to currency equivalent                                                                                                                 |
| `clientBrokerage`                                                                                                                                                  | *string*                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                 | String field that can be populated with the broker dealer undergoing a clearing platform conversion. Used for activity description purposes                        | APEX                                                                                                                                                               |
| `fairMarketValue`                                                                                                                                                  | [components.EntryTransferFairMarketValue](../../models/components/entrytransferfairmarketvalue.md)                                                                 | :heavy_minus_sign:                                                                                                                                                 | Total value of the securities being transferred. Used for sponsored transfers activity to ensure cost basis is accurately moved with the assets to the new account | {<br/>"value": "0.25"<br/>}                                                                                                                                        |
| `fairMarketValueDate`                                                                                                                                              | [components.EntryFairMarketValueDate](../../models/components/entryfairmarketvaluedate.md)                                                                         | :heavy_minus_sign:                                                                                                                                                 | Date from which the asset was valued and used in the fair market value calculation                                                                                 | {<br/>"day": 28,<br/>"month": 7,<br/>"year": 2025<br/>}                                                                                                            |
| `transferType`                                                                                                                                                     | [components.EntryTransferType](../../models/components/entrytransfertype.md)                                                                                       | :heavy_minus_sign:                                                                                                                                                 | Provides more detail on the type of transfer                                                                                                                       | MIGRATION                                                                                                                                                          |