Class EquityForward
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.EquityDerivativeBase
net.finmath.smartcontract.product.xml.EquityDerivativeLongFormBase
net.finmath.smartcontract.product.xml.EquityForward
A type for defining equity forwards.
Java class for EquityForward complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EquityForward"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeLongFormBase"> <sequence> <element name="forwardPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.EquityDerivativeLongFormBase
dividendConditions, extraordinaryEvents, methodOfAdjustment
Fields inherited from class net.finmath.smartcontract.product.xml.EquityDerivativeBase
buyerAccountReference, buyerPartyReference, equityEffectiveDate, equityExercise, feature, fxFeature, notional, optionType, sellerAccountReference, sellerPartyReference, strategyFeature, underlyer
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 forwardPrice property.void
setForwardPrice
(NonNegativeMoney value) Sets the value of the forwardPrice property.Methods inherited from class net.finmath.smartcontract.product.xml.EquityDerivativeLongFormBase
getDividendConditions, getExtraordinaryEvents, getMethodOfAdjustment, setDividendConditions, setExtraordinaryEvents, setMethodOfAdjustment
Methods inherited from class net.finmath.smartcontract.product.xml.EquityDerivativeBase
getBuyerAccountReference, getBuyerPartyReference, getEquityEffectiveDate, getEquityExercise, getFeature, getFxFeature, getNotional, getOptionType, getSellerAccountReference, getSellerPartyReference, getStrategyFeature, getUnderlyer, setBuyerAccountReference, setBuyerPartyReference, setEquityEffectiveDate, setEquityExercise, setFeature, setFxFeature, setNotional, setOptionType, setSellerAccountReference, setSellerPartyReference, setStrategyFeature, setUnderlyer
Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
forwardPrice
-
-
Constructor Details
-
EquityForward
public EquityForward()
-
-
Method Details
-
getForwardPrice
Gets the value of the forwardPrice property.- Returns:
- possible object is
NonNegativeMoney
-
setForwardPrice
Sets the value of the forwardPrice property.- Parameters:
value
- allowed object isNonNegativeMoney
-