# AccruedInterest

## Example Usage

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

let value: AccruedInterest = {};
```

## Fields

| Field                                                                                  | Type                                                                                   | Required                                                                               | Description                                                                            | Example                                                                                |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `amount`                                                                               | [components.AccruedInterestAmount1](../../models/components/accruedinterestamount1.md) | :heavy_minus_sign:                                                                     | The amount of accrued interest associated with this activity                           | {<br/>"value": "0.25"<br/>}                                                            |