FIAttributionForSecurities
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| startPrice | Double | Start Price | [optional] |
| endPrice | Double | End Price | [optional] |
| startSpread | Double | Start Spread | [optional] |
| endSpread | Double | End Spread | [optional] |
| pricingMethod | PricingMethodEnum | Pricing Method | [optional] |
Enum: PricingMethodEnum
| Name | Value |
|---|---|
| INPUTTED_PRICE | "Inputted Price" |
| PRICING_MATRIX | "Pricing Matrix" |
| ACTUAL_SPREAD | "Actual Spread" |
| OAS | "OAS" |
Implemented Interfaces
- Serializable