Class FxTargetConstantPayoff
java.lang.Object
net.finmath.smartcontract.product.xml.FxTargetConstantPayoff
Java class for FxTargetConstantPayoff complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetConstantPayoff"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/> <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/> </sequence> <element name="fixingAdjustment" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigDecimal
protected AccountReference
protected PartyReference
protected PositiveMoney
protected AccountReference
protected PartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixingAdjustment property.Gets the value of the payerAccountReference property.Gets the value of the payerPartyReference property.Gets the value of the payment property.Gets the value of the receiverAccountReference property.Gets the value of the receiverPartyReference property.void
setFixingAdjustment
(BigDecimal value) Sets the value of the fixingAdjustment property.void
Sets the value of the payerAccountReference property.void
Sets the value of the payerPartyReference property.void
setPayment
(PositiveMoney value) Sets the value of the payment property.void
Sets the value of the receiverAccountReference property.void
Sets the value of the receiverPartyReference property.
-
Field Details
-
payerPartyReference
-
payerAccountReference
-
receiverPartyReference
-
receiverAccountReference
-
payment
-
fixingAdjustment
-
-
Constructor Details
-
FxTargetConstantPayoff
public FxTargetConstantPayoff()
-
-
Method Details
-
getPayerPartyReference
Gets the value of the payerPartyReference property.- Returns:
- possible object is
PartyReference
-
setPayerPartyReference
Sets the value of the payerPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getPayerAccountReference
Gets the value of the payerAccountReference property.- Returns:
- possible object is
AccountReference
-
setPayerAccountReference
Sets the value of the payerAccountReference property.- Parameters:
value
- allowed object isAccountReference
-
getReceiverPartyReference
Gets the value of the receiverPartyReference property.- Returns:
- possible object is
PartyReference
-
setReceiverPartyReference
Sets the value of the receiverPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getReceiverAccountReference
Gets the value of the receiverAccountReference property.- Returns:
- possible object is
AccountReference
-
setReceiverAccountReference
Sets the value of the receiverAccountReference property.- Parameters:
value
- allowed object isAccountReference
-
getPayment
Gets the value of the payment property.- Returns:
- possible object is
PositiveMoney
-
setPayment
Sets the value of the payment property.- Parameters:
value
- allowed object isPositiveMoney
-
getFixingAdjustment
Gets the value of the fixingAdjustment property.- Returns:
- possible object is
BigDecimal
-
setFixingAdjustment
Sets the value of the fixingAdjustment property.- Parameters:
value
- allowed object isBigDecimal
-