Package org.drip.product.params
Interface Validatable
- All Known Implementing Classes:
BondRefDataBuilder,CouponSetting,CreditSetting,FloaterSetting,IdentifierSet,NotionalSetting,QuoteConvention,TerminationSetting
public interface Validatable
Validatable interface defines the validate function, which validates the current object state.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Product Components/Baskets for Credit, FRA, FX, Govvie, Rates, and Option AssetClasses
- Package = Fixed Income Product Customization Parameters
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description booleanvalidate()Validate the current object state
-
Method Details
-
validate
boolean validate()Validate the current object state- Returns:
- Validation successful (true) or failed (false)
-