# FixedIncome

FixedIncome specific asset details

## Example Usage

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

let value: FixedIncome = {};
```

## Fields

| Field                                                                                                                                                                                          | Type                                                                                                                                                                                           | Required                                                                                                                                                                                       | Description                                                                                                                                                                                    | Example                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callType`                                                                                                                                                                                     | [components.CallType](../../models/components/calltype.md)                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                             | The type of call                                                                                                                                                                               | ORDINARY                                                                                                                                                                                       |
| `callable`                                                                                                                                                                                     | *boolean*                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                             | Boolean that indicates whether an issuer may redeem the security before its maturity date                                                                                                      | true                                                                                                                                                                                           |
| `convertible`                                                                                                                                                                                  | *boolean*                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                             | Boolean that indicates whether an investor may convert to a number of shares of issuer common stock                                                                                            | true                                                                                                                                                                                           |
| `couponFrequency`                                                                                                                                                                              | [components.CouponFrequency](../../models/components/couponfrequency.md)                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | Frequency of payments                                                                                                                                                                          | ANNUAL                                                                                                                                                                                         |
| `couponRate`                                                                                                                                                                                   | [components.CouponRate](../../models/components/couponrate.md)                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                             | A measure of income an investor can expect to receive expressed as a percent                                                                                                                   | {<br/>"value": "0.04"<br/>}                                                                                                                                                                    |
| `couponType`                                                                                                                                                                                   | [components.CouponType](../../models/components/coupontype.md)                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                             | Type of coupon rate                                                                                                                                                                            | COUPON_TYPE_FIXED                                                                                                                                                                              |
| ~~`duration`~~                                                                                                                                                                                 | [components.Duration](../../models/components/duration.md)                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                             | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Weighted average time until a bond's cash flows are received in years | {<br/>"value": "30.00"<br/>}                                                                                                                                                                   |
| `firstCouponDate`                                                                                                                                                                              | [components.FirstCouponDate](../../models/components/firstcoupondate.md)                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | date of first coupon                                                                                                                                                                           | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `fixedIncomeStatus`                                                                                                                                                                            | [components.FixedIncomeStatus](../../models/components/fixedincomestatus.md)                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                             | The status of the fixed income                                                                                                                                                                 | OUTSTANDING                                                                                                                                                                                    |
| `fixedIncomeSubtype`                                                                                                                                                                           | [components.FixedIncomeSubtype](../../models/components/fixedincomesubtype.md)                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                             | The type of treasury                                                                                                                                                                           | BOND                                                                                                                                                                                           |
| `fixedIncomeType`                                                                                                                                                                              | [components.FixedIncomeType](../../models/components/fixedincometype.md)                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | Type of fixed income security                                                                                                                                                                  | TREASURY                                                                                                                                                                                       |
| `insured`                                                                                                                                                                                      | *boolean*                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                             | Boolean that indicates whether a security is backed by an insurance policy                                                                                                                     | true                                                                                                                                                                                           |
| `issueDate`                                                                                                                                                                                    | [components.AssetIssueDate](../../models/components/assetissuedate.md)                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                             | The date of issuance                                                                                                                                                                           | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `issueSize`                                                                                                                                                                                    | [components.IssueSize](../../models/components/issuesize.md)                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                             | Total size of the bond issue in the issuing currency                                                                                                                                           | {<br/>"value": "123.00"<br/>}                                                                                                                                                                  |
| `issuer`                                                                                                                                                                                       | *string*                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | Name of the bond issuer                                                                                                                                                                        | Apple Inc.                                                                                                                                                                                     |
| `lastCouponDate`                                                                                                                                                                               | [components.LastCouponDate](../../models/components/lastcoupondate.md)                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                             | date of last coupon                                                                                                                                                                            | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `maturityDate`                                                                                                                                                                                 | [components.MaturityDate](../../models/components/maturitydate.md)                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                             | The date the fixed income security matures                                                                                                                                                     | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `nextCallDate`                                                                                                                                                                                 | [components.NextCallDate](../../models/components/nextcalldate.md)                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                             | The date of the next call                                                                                                                                                                      | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `nextCouponDate`                                                                                                                                                                               | [components.NextCouponDate](../../models/components/nextcoupondate.md)                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                             | Date of next coupon payment                                                                                                                                                                    | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `parValue`                                                                                                                                                                                     | [components.ParValue](../../models/components/parvalue.md)                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                             | The amount the issuer agrees to pay the investor upon maturity                                                                                                                                 | {<br/>"value": "123.00"<br/>}                                                                                                                                                                  |
| `perpetual`                                                                                                                                                                                    | *boolean*                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                             | Indicates whether the bond is perpetual                                                                                                                                                        | true                                                                                                                                                                                           |
| `priceAtIssuance`                                                                                                                                                                              | [components.PriceAtIssuance](../../models/components/priceatissuance.md)                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | The price at which fixed income security was issued as a percentage of par value in %                                                                                                          | {<br/>"value": "80.00"<br/>}                                                                                                                                                                   |
| `spRating`                                                                                                                                                                                     | [components.SpRating](../../models/components/sprating.md)                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                             | Standard & Poor's (S&P) rating of the creditworthiness of borrowers. Correspondents must be configured to view this field.                                                                     | AAA                                                                                                                                                                                            |
| `spRatingDate`                                                                                                                                                                                 | [components.SpRatingDate](../../models/components/spratingdate.md)                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                             | The date of Standard & Poor's (S&P) rating of the creditworthiness of borrowers. Correspondents must be configured to view this field.                                                         | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                        |
| `underlyingSymbol`                                                                                                                                                                             | *string*                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                             | The symbol for the issuer’s equity                                                                                                                                                             | AAPL                                                                                                                                                                                           |