Class FxRangeAccrual
Java class for FxRangeAccrual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxRangeAccrual"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Product"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/> <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/> <element name="accrual" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrual"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxExpiryDateOrSchedule.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxSettlementDateOrSchedule.model"/> <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualBarrier" maxOccurs="unbounded" minOccurs="0"/> <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}FxOptionPremium" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxAccrual
protected List
<FxAccrualBarrier> protected FxExpiryDate
protected FxExpirySchedule
protected NonNegativeAmountSchedule
protected AccountReference
protected PartyReference
protected List
<FxOptionPremium> protected AccountReference
protected PartyReference
protected FxAdjustedDateAndDateAdjustments
protected FxSettlementSchedule
Fields inherited from class net.finmath.smartcontract.product.xml.Product
assetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accrual property.Gets the value of the barrier property.Gets the value of the expiryDate property.Gets the value of the expirySchedule property.Gets the value of the notionalAmount property.Gets the value of the payerAccountReference property.Gets the value of the payerPartyReference property.Gets the value of the premium property.Gets the value of the receiverAccountReference property.Gets the value of the receiverPartyReference property.Gets the value of the settlementDate property.Gets the value of the settlementSchedule property.void
setAccrual
(FxAccrual value) Sets the value of the accrual property.void
setExpiryDate
(FxExpiryDate value) Sets the value of the expiryDate property.void
Sets the value of the expirySchedule property.void
Sets the value of the notionalAmount property.void
Sets the value of the payerAccountReference property.void
Sets the value of the payerPartyReference property.void
Sets the value of the receiverAccountReference property.void
Sets the value of the receiverPartyReference property.void
Sets the value of the settlementDate property.void
Sets the value of the settlementSchedule property.Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
payerPartyReference
-
payerAccountReference
-
receiverPartyReference
-
receiverAccountReference
-
notionalAmount
-
accrual
-
expiryDate
-
expirySchedule
-
settlementDate
-
settlementSchedule
-
barrier
-
-
Constructor Details
-
FxRangeAccrual
public FxRangeAccrual()
-
-
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
-
getNotionalAmount
Gets the value of the notionalAmount property.- Returns:
- possible object is
NonNegativeAmountSchedule
-
setNotionalAmount
Sets the value of the notionalAmount property.- Parameters:
value
- allowed object isNonNegativeAmountSchedule
-
getAccrual
-
setAccrual
-
getExpiryDate
Gets the value of the expiryDate property.- Returns:
- possible object is
FxExpiryDate
-
setExpiryDate
Sets the value of the expiryDate property.- Parameters:
value
- allowed object isFxExpiryDate
-
getExpirySchedule
Gets the value of the expirySchedule property.- Returns:
- possible object is
FxExpirySchedule
-
setExpirySchedule
Sets the value of the expirySchedule property.- Parameters:
value
- allowed object isFxExpirySchedule
-
getSettlementDate
Gets the value of the settlementDate property.- Returns:
- possible object is
FxAdjustedDateAndDateAdjustments
-
setSettlementDate
Sets the value of the settlementDate property.- Parameters:
value
- allowed object isFxAdjustedDateAndDateAdjustments
-
getSettlementSchedule
Gets the value of the settlementSchedule property.- Returns:
- possible object is
FxSettlementSchedule
-
setSettlementSchedule
Sets the value of the settlementSchedule property.- Parameters:
value
- allowed object isFxSettlementSchedule
-
getBarrier
Gets the value of the barrier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the barrier property.For example, to add a new item, do as follows:
getBarrier().add(newItem);
Objects of the following type(s) are allowed in the list
FxAccrualBarrier
-
getPremium
Gets the value of the premium property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the premium property.For example, to add a new item, do as follows:
getPremium().add(newItem);
Objects of the following type(s) are allowed in the list
FxOptionPremium
-