Package cdm.product.common.settlement
Class SettlementDate.SettlementDateImpl
java.lang.Object
cdm.product.common.settlement.SettlementDate.SettlementDateImpl
- All Implemented Interfaces:
SettlementDate,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
SettlementDate
Immutable Implementation of SettlementDate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.product.common.settlement.SettlementDate
SettlementDate.SettlementDateBuilder, SettlementDate.SettlementDateBuilderImpl, SettlementDate.SettlementDateImpl -
Field Summary
Fields inherited from interface cdm.product.common.settlement.SettlementDate
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanA series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.A single settlement date subject to adjustment or specified as relative to another date (e.g. the trade date).A range of contiguous business days.The number of business days used in the determination of the cash settlement payment date.com.rosetta.model.metafields.MetaFieldsgetMeta()Applicable to CDS on MBS to specify whether payment delays are applicable to the fixed Amount.com.rosetta.model.lib.records.DateThe settlement date for a forward settling product.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.product.common.settlement.SettlementDate
getType, metaData, process
-
Constructor Details
-
SettlementDateImpl
-
-
Method Details
-
getAdjustableOrRelativeDate
@RosettaAttribute("adjustableOrRelativeDate") @RuneAttribute("adjustableOrRelativeDate") public AdjustableOrAdjustedOrRelativeDate getAdjustableOrRelativeDate()Description copied from interface:SettlementDateA single settlement date subject to adjustment or specified as relative to another date (e.g. the trade date). This attribute was formerly part of 'SettlementTerms', which is now being harmonised to include a common 'SettlementDate', as inherited from 'SettlementBase'.- Specified by:
getAdjustableOrRelativeDatein interfaceSettlementDate
-
getValueDate
@RosettaAttribute("valueDate") @RuneAttribute("valueDate") public com.rosetta.model.lib.records.Date getValueDate()Description copied from interface:SettlementDateThe settlement date for a forward settling product. For Foreign Exchange contracts, this represents a common settlement date between both currency legs. To specify different settlement dates for each currency leg, see the ForeignExchange class. This attribute was formerly part of 'SettlementTerms', which is now being harmonised to include a common 'SettlementDate', as inherited from 'SettlementBase'.- Specified by:
getValueDatein interfaceSettlementDate
-
getAdjustableDates
@RosettaAttribute("adjustableDates") @RuneAttribute("adjustableDates") public AdjustableDates getAdjustableDates()Description copied from interface:SettlementDateA series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date. This attributes was formerly part of 'CashSettlementPaymentDate' as included into 'OptionCashSettlement' (which is now merged into a unique 'CashSettlementTerms' data type.- Specified by:
getAdjustableDatesin interfaceSettlementDate
-
getBusinessDateRange
@RosettaAttribute("businessDateRange") @RuneAttribute("businessDateRange") public BusinessDateRange getBusinessDateRange()Description copied from interface:SettlementDateA range of contiguous business days. This attribute is meant to be merged with the 'settlementDate' at some future point once we refactor 'Date' to use a single complex type across the model. This attributes was formerly part of 'CashSettlementPaymentDate', as included into 'OptionCashSettlement' (which is now merged into a unique 'CashSettlementTerms' data type.- Specified by:
getBusinessDateRangein interfaceSettlementDate
-
getCashSettlementBusinessDays
@RosettaAttribute("cashSettlementBusinessDays") @RuneAttribute("cashSettlementBusinessDays") public Integer getCashSettlementBusinessDays()Description copied from interface:SettlementDateThe number of business days used in the determination of the cash settlement payment date. If a cash settlement amount is specified, the cash settlement payment date will be this number of business days following the calculation of the final price. If a cash settlement amount is not specified, the cash settlement payment date will be this number of business days after all conditions to settlement are satisfied. ISDA 2003 Term: Cash Settlement Date. This attribute was formerly part of 'CashSettlementTerms' as used for credit event settlement, which now includes a common 'SettlementDate' attribute.- Specified by:
getCashSettlementBusinessDaysin interfaceSettlementDate
-
getPaymentDelay
Description copied from interface:SettlementDateApplicable to CDS on MBS to specify whether payment delays are applicable to the fixed Amount. RMBS typically have a payment delay of 5 days between the coupon date of the reference obligation and the payment date of the synthetic swap. CMBS do not, on the other hand, with both payment dates being on the 25th of each month.- Specified by:
getPaymentDelayin interfaceSettlementDate
-
getMeta
@RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfaceSettlementDate
-
build
Description copied from interface:SettlementDateBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceSettlementDate
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceSettlementDate
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-