Class CorrelationSwap
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.NettedSwapBase
net.finmath.smartcontract.product.xml.CorrelationSwap
A Correlation Swap modelled using a single netted leg.
Java class for CorrelationSwap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrelationSwap">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}NettedSwapBase">
<sequence>
<element name="correlationLeg" type="{http://www.fpml.org/FpML-5/confirmation}CorrelationLeg"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.NettedSwapBase
additionalPayment, extraordinaryEventsFields inherited from class net.finmath.smartcontract.product.xml.Product
assetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the correlationLeg property.voidsetCorrelationLeg(CorrelationLeg value) Sets the value of the correlationLeg property.Methods inherited from class net.finmath.smartcontract.product.xml.NettedSwapBase
getAdditionalPayment, getExtraordinaryEvents, setExtraordinaryEventsMethods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
correlationLeg
-
-
Constructor Details
-
CorrelationSwap
public CorrelationSwap()
-
-
Method Details
-
getCorrelationLeg
Gets the value of the correlationLeg property.- Returns:
- possible object is
CorrelationLeg
-
setCorrelationLeg
Sets the value of the correlationLeg property.- Parameters:
value- allowed object isCorrelationLeg
-