Class VarianceSwapTransactionSupplement
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.VarianceSwapTransactionSupplement
A Variance Swap Transaction Supplement.
 
 
Java class for VarianceSwapTransactionSupplement complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="VarianceSwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="varianceLeg" type="{http://www.fpml.org/FpML-5/confirmation}VarianceLeg" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected CountryCodeprotected Booleanprotected CountryCodeprotected List<VarianceLeg>Fields inherited from class net.finmath.smartcontract.product.xml.ProductassetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the localJurisdiction property.Gets the value of the relevantJurisdiction property.Gets the value of the varianceLeg property.Gets the value of the componentSecurityIndexAnnexFallback property.Gets the value of the multipleExchangeIndexAnnexFallback property.voidSets the value of the componentSecurityIndexAnnexFallback property.voidsetLocalJurisdiction(CountryCode value)Sets the value of the localJurisdiction property.voidSets the value of the multipleExchangeIndexAnnexFallback property.voidsetRelevantJurisdiction(CountryCode value)Sets the value of the relevantJurisdiction property.Methods inherited from class net.finmath.smartcontract.product.xml.ProductgetAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
- 
Field Details- 
varianceLeg
- 
multipleExchangeIndexAnnexFallback
- 
componentSecurityIndexAnnexFallback
- 
localJurisdiction
- 
relevantJurisdiction
 
- 
- 
Constructor Details- 
VarianceSwapTransactionSupplementpublic VarianceSwapTransactionSupplement()
 
- 
- 
Method Details- 
getVarianceLegGets the value of the varianceLeg 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 setmethod for the varianceLeg property.For example, to add a new item, do as follows: getVarianceLeg().add(newItem);Objects of the following type(s) are allowed in the list VarianceLeg
- 
isMultipleExchangeIndexAnnexFallbackGets the value of the multipleExchangeIndexAnnexFallback property.- Returns:
- possible object is
     Boolean
 
- 
setMultipleExchangeIndexAnnexFallbackSets the value of the multipleExchangeIndexAnnexFallback property.- Parameters:
- value- allowed object is- Boolean
 
- 
isComponentSecurityIndexAnnexFallbackGets the value of the componentSecurityIndexAnnexFallback property.- Returns:
- possible object is
     Boolean
 
- 
setComponentSecurityIndexAnnexFallbackSets the value of the componentSecurityIndexAnnexFallback property.- Parameters:
- value- allowed object is- Boolean
 
- 
getLocalJurisdictionGets the value of the localJurisdiction property.- Returns:
- possible object is
     CountryCode
 
- 
setLocalJurisdictionSets the value of the localJurisdiction property.- Parameters:
- value- allowed object is- CountryCode
 
- 
getRelevantJurisdictionGets the value of the relevantJurisdiction property.- Returns:
- possible object is
     CountryCode
 
- 
setRelevantJurisdictionSets the value of the relevantJurisdiction property.- Parameters:
- value- allowed object is- CountryCode
 
 
-