Class Strategy
Java class for Strategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strategy"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Product"> <sequence> <element name="strategyComponentIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}StrategyComponentIdentification" maxOccurs="unbounded" minOccurs="0"/> <element name="premiumProductReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference" minOccurs="0"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}product" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProductReference
protected List
<StrategyComponentIdentification> 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 premiumProductReference property.Gets the value of the product property.Gets the value of the strategyComponentIdentifier property.void
Sets the value of the premiumProductReference property.Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
strategyComponentIdentifier
-
product
-
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
getStrategyComponentIdentifier
Gets the value of the strategyComponentIdentifier 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 strategyComponentIdentifier property.For example, to add a new item, do as follows:
getStrategyComponentIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
StrategyComponentIdentification
-
getPremiumProductReference
Gets the value of the premiumProductReference property.- Returns:
- possible object is
ProductReference
-
setPremiumProductReference
Sets the value of the premiumProductReference property.- Parameters:
value
- allowed object isProductReference
-
getProduct
Gets the value of the product 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 product property.For example, to add a new item, do as follows:
getProduct().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
BrokerEquityOption
>
JAXBElement
<
Strategy
>
JAXBElement
<
FxSingleLeg
>
JAXBElement
<
VarianceSwap
>
JAXBElement
<
DividendSwapOptionTransactionSupplement
>
JAXBElement
<
BulletPayment
>
JAXBElement
<
ReturnSwap
>
JAXBElement
<
TermDeposit
>
JAXBElement
<
FxOption
>
JAXBElement
<
CommoditySwaption
>
JAXBElement
<
InstrumentTradeDetails
>
JAXBElement
<
CreditDefaultSwap
>
JAXBElement
<
CommodityPerformanceSwap
>
JAXBElement
<
FxPerformanceSwap
>
JAXBElement
<
FxAccrualOption
>
JAXBElement
<
CorrelationSwap
>
JAXBElement
<
CommodityBasketOption
>
JAXBElement
<
CommodityDigitalOption
>
JAXBElement
<
FxRangeAccrual
>
JAXBElement
<
FxAccrualForward
>
JAXBElement
<
FxFlexibleForward
>
JAXBElement
<
FxPerformanceSwap
>
JAXBElement
<
EquityOption
>
JAXBElement
<
CommoditySwap
>
JAXBElement
<
EquityOptionTransactionSupplement
>
JAXBElement
<
CreditDefaultSwapOption
>
JAXBElement
<
GenericProduct
>
JAXBElement
<
EquityForward
>
JAXBElement
<
EquitySwapTransactionSupplement
>
JAXBElement
<
DividendSwapTransactionSupplement
>
JAXBElement
<
VarianceSwapTransactionSupplement
>
JAXBElement
<
VolatilitySwapTransactionSupplement
>
JAXBElement
<
VarianceOptionTransactionSupplement
>
JAXBElement
<
Repo
>
JAXBElement
<
CommodityOption
>
JAXBElement
<
CommodityForward
>
JAXBElement
<
Swaption
>
JAXBElement
<
FxForwardVolatilityAgreement
>
JAXBElement
<
BondOption
>
JAXBElement
<
FxSwap
>
JAXBElement
<
FxTargetKnockoutForward
>
JAXBElement
<
FxAccrualDigitalOption
>
JAXBElement
<
Swap
>
JAXBElement
<
StandardProduct
>
JAXBElement
<
VolatilitySwap
>
JAXBElement
<
Fra
>
JAXBElement
<
CapFloor
>
JAXBElement
<
FxDigitalOption
>
JAXBElement
<
Product
>
-