Class FxSwap
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.FxSwap
A type defining either a spot/forward or forward/forward FX swap
transaction.
Java class for FxSwap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxSwap"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Product"> <sequence> <element name="nearLeg" type="{http://www.fpml.org/FpML-5/confirmation}FxSwapLeg"/> <element name="farLeg" type="{http://www.fpml.org/FpML-5/confirmation}FxSwapLeg"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
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 farLeg property.Gets the value of the nearLeg property.void
Sets the value of the farLeg property.void
setNearLeg
(FxSwapLeg value) Sets the value of the nearLeg property.Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
nearLeg
-
farLeg
-
-
Constructor Details
-
FxSwap
public FxSwap()
-
-
Method Details
-
getNearLeg
-
setNearLeg
-
getFarLeg
-
setFarLeg
-