Uses of Interface
org.drip.product.params.Validatable
| Package | Description |
|---|---|
| org.drip.product.creator |
Streams and Products Construction Utilities
|
| org.drip.product.params |
Fixed Income Product Customization Parameters
|
-
Uses of Validatable in org.drip.product.creator
Classes in org.drip.product.creator that implement Validatable Modifier and Type Class Description classBondRefDataBuilderBondRefDataBuilder holds the entire set of static parameters for the bond product. -
Uses of Validatable in org.drip.product.params
Classes in org.drip.product.params that implement Validatable Modifier and Type Class Description classCouponSettingCouponSetting contains the coupon type, schedule, and the coupon amount for the component.classCreditSettingCreditSetting contains the credit related valuation parameters - use default pay lag, use curve or the component recovery, component recovery, credit curve name, and whether there is accrual on default.classFloaterSettingFloaterSetting contains the component floating rate parameters.classIdentifierSetIdentifierSet contains the component identifier parameters - ISIN, CUSIP, ID, and ticker.classNotionalSettingNotionalSetting contains the product's notional schedule and the amount.classQuoteConventionQuoteConvention contains the Component Market Convention Parameters - the quote convention, the calculation type, the first settle date, and the redemption amount.classTerminationSettingTerminationSetting class contains the current "liveness" state of the component, and, if inactive, how it entered that state.