Class VarianceLeg
A type describing return which is driven by a Variance Calculation.
Java class for VarianceLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VarianceLeg"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLegUnderlyerValuation"> <sequence> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}VarianceAmount"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyerValuation
valuation
Fields inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
fxFeature, settlementAmount, settlementCurrency, settlementDate, settlementType, underlyer
Fields inherited from class net.finmath.smartcontract.product.xml.DirectionalLeg
effectiveDate, legIdentifier, payerAccountReference, payerPartyReference, receiverAccountReference, receiverPartyReference, terminationDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.void
setAmount
(VarianceAmount value) Sets the value of the amount property.Methods inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyerValuation
getValuation, setValuation
Methods inherited from class net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
getFxFeature, getSettlementAmount, getSettlementCurrency, getSettlementDate, getSettlementType, getUnderlyer, setFxFeature, setSettlementAmount, setSettlementCurrency, setSettlementDate, setSettlementType, setUnderlyer
Methods 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
-
VarianceLeg
public VarianceLeg()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
VarianceAmount
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isVarianceAmount
-