Class CorrelationLeg
java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.DirectionalLeg
net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
net.finmath.smartcontract.product.xml.DirectionalLegUnderlyerValuation
net.finmath.smartcontract.product.xml.CorrelationLeg
A type describing return which is driven by a Correlation calculation.
Java class for CorrelationLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrelationLeg">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLegUnderlyerValuation">
<sequence>
<element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}CorrelationAmount"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyerValuation
valuationFields inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
fxFeature, settlementAmount, settlementCurrency, settlementDate, settlementType, underlyerFields inherited from class net.finmath.smartcontract.product.xml.DirectionalLeg
effectiveDate, legIdentifier, payerAccountReference, payerPartyReference, receiverAccountReference, receiverPartyReference, terminationDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.voidsetAmount(CorrelationAmount value) Sets the value of the amount property.Methods inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyerValuation
getValuation, setValuationMethods inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
getFxFeature, getSettlementAmount, getSettlementCurrency, getSettlementDate, getSettlementType, getUnderlyer, setFxFeature, setSettlementAmount, setSettlementCurrency, setSettlementDate, setSettlementType, setUnderlyerMethods inherited from class net.finmath.smartcontract.product.xml.DirectionalLeg
getEffectiveDate, getLegIdentifier, getPayerAccountReference, getPayerPartyReference, getReceiverAccountReference, getReceiverPartyReference, getTerminationDate, setEffectiveDate, setPayerAccountReference, setPayerPartyReference, setReceiverAccountReference, setReceiverPartyReference, setTerminationDate
-
Field Details
-
amount
-
-
Constructor Details
-
CorrelationLeg
public CorrelationLeg()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
CorrelationAmount
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isCorrelationAmount
-