Class FxPerformanceFixedLeg
java.lang.Object
net.finmath.smartcontract.product.xml.FxPerformanceLeg
net.finmath.smartcontract.product.xml.FxPerformanceFixedLeg
FX Performance Fixed Leg describes Fixed FX Rate Payer and Fixed Rate.
Java class for FxPerformanceFixedLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxPerformanceFixedLeg"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxPerformanceLeg"> <sequence> <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxPerformanceLeg
payerAccountReference, payerPartyReference, receiverAccountReference, receiverPartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixedRate property.void
setFixedRate
(BigDecimal value) Sets the value of the fixedRate property.Methods inherited from class net.finmath.smartcontract.product.xml.FxPerformanceLeg
getPayerAccountReference, getPayerPartyReference, getReceiverAccountReference, getReceiverPartyReference, setPayerAccountReference, setPayerPartyReference, setReceiverAccountReference, setReceiverPartyReference
-
Field Details
-
fixedRate
-
-
Constructor Details
-
FxPerformanceFixedLeg
public FxPerformanceFixedLeg()
-
-
Method Details
-
getFixedRate
Gets the value of the fixedRate property.- Returns:
- possible object is
BigDecimal
-
setFixedRate
Sets the value of the fixedRate property.- Parameters:
value
- allowed object isBigDecimal
-