Class FxValuationDateOffset
java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
net.finmath.smartcontract.product.xml.FxValuationDateOffset
Valuation date offset is used in FX Variance Swap and Volatility Swap to
always relate the Final Observation Date and can be: [Final Observation Date][The first Business Day
following the Final Observation Date]
Java class for FxValuationDateOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxValuationDateOffset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Offset"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Period
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenters property.Gets the value of the businessCentersReference property.void
Sets the value of the businessCenters property.void
Sets the value of the businessCentersReference property.Methods inherited from class net.finmath.smartcontract.product.xml.Offset
getDayType, setDayType
Methods inherited from class net.finmath.smartcontract.product.xml.Period
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
businessCentersReference
-
businessCenters
-
-
Constructor Details
-
FxValuationDateOffset
public FxValuationDateOffset()
-
-
Method Details
-
getBusinessCentersReference
Gets the value of the businessCentersReference property.- Returns:
- possible object is
BusinessCentersReference
-
setBusinessCentersReference
Sets the value of the businessCentersReference property.- Parameters:
value
- allowed object isBusinessCentersReference
-
getBusinessCenters
Gets the value of the businessCenters property.- Returns:
- possible object is
BusinessCenters
-
setBusinessCenters
Sets the value of the businessCenters property.- Parameters:
value
- allowed object isBusinessCenters
-