Class AdditionalDisruptionEvents
java.lang.Object
net.finmath.smartcontract.product.xml.AdditionalDisruptionEvents
A type for defining ISDA 2002 Equity Derivative Additional Disruption
Events.
Java class for AdditionalDisruptionEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalDisruptionEvents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="changeInLaw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="failureToDeliver" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="insolvencyFiling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="hedgingDisruption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}StockLoan.model"/> <element name="increasedCostOfHedging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="determiningPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> <element name="foreignOwnershipEvent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected PartyReference
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected BigDecimal
protected Boolean
protected Boolean
protected BigDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the determiningPartyReference property.Gets the value of the initialStockLoanRate property.Gets the value of the maximumStockLoanRate property.Gets the value of the changeInLaw property.Gets the value of the failureToDeliver property.Gets the value of the foreignOwnershipEvent property.Gets the value of the hedgingDisruption property.Gets the value of the increasedCostOfHedging property.Gets the value of the increasedCostOfStockBorrow property.Gets the value of the insolvencyFiling property.Gets the value of the lossOfStockBorrow property.void
setChangeInLaw(Boolean value)
Sets the value of the changeInLaw property.void
Sets the value of the determiningPartyReference property.void
setFailureToDeliver(Boolean value)
Sets the value of the failureToDeliver property.void
setForeignOwnershipEvent(Boolean value)
Sets the value of the foreignOwnershipEvent property.void
setHedgingDisruption(Boolean value)
Sets the value of the hedgingDisruption property.void
setIncreasedCostOfHedging(Boolean value)
Sets the value of the increasedCostOfHedging property.void
setIncreasedCostOfStockBorrow(Boolean value)
Sets the value of the increasedCostOfStockBorrow property.void
setInitialStockLoanRate(BigDecimal value)
Sets the value of the initialStockLoanRate property.void
setInsolvencyFiling(Boolean value)
Sets the value of the insolvencyFiling property.void
setLossOfStockBorrow(Boolean value)
Sets the value of the lossOfStockBorrow property.void
setMaximumStockLoanRate(BigDecimal value)
Sets the value of the maximumStockLoanRate property.
-
Field Details
-
changeInLaw
-
failureToDeliver
-
insolvencyFiling
-
hedgingDisruption
-
lossOfStockBorrow
-
maximumStockLoanRate
-
increasedCostOfStockBorrow
-
initialStockLoanRate
-
increasedCostOfHedging
-
determiningPartyReference
-
foreignOwnershipEvent
-
-
Constructor Details
-
AdditionalDisruptionEvents
public AdditionalDisruptionEvents()
-
-
Method Details
-
isChangeInLaw
Gets the value of the changeInLaw property.- Returns:
- possible object is
Boolean
-
setChangeInLaw
Sets the value of the changeInLaw property.- Parameters:
value
- allowed object isBoolean
-
isFailureToDeliver
Gets the value of the failureToDeliver property.- Returns:
- possible object is
Boolean
-
setFailureToDeliver
Sets the value of the failureToDeliver property.- Parameters:
value
- allowed object isBoolean
-
isInsolvencyFiling
Gets the value of the insolvencyFiling property.- Returns:
- possible object is
Boolean
-
setInsolvencyFiling
Sets the value of the insolvencyFiling property.- Parameters:
value
- allowed object isBoolean
-
isHedgingDisruption
Gets the value of the hedgingDisruption property.- Returns:
- possible object is
Boolean
-
setHedgingDisruption
Sets the value of the hedgingDisruption property.- Parameters:
value
- allowed object isBoolean
-
isLossOfStockBorrow
Gets the value of the lossOfStockBorrow property.- Returns:
- possible object is
Boolean
-
setLossOfStockBorrow
Sets the value of the lossOfStockBorrow property.- Parameters:
value
- allowed object isBoolean
-
getMaximumStockLoanRate
Gets the value of the maximumStockLoanRate property.- Returns:
- possible object is
BigDecimal
-
setMaximumStockLoanRate
Sets the value of the maximumStockLoanRate property.- Parameters:
value
- allowed object isBigDecimal
-
isIncreasedCostOfStockBorrow
Gets the value of the increasedCostOfStockBorrow property.- Returns:
- possible object is
Boolean
-
setIncreasedCostOfStockBorrow
Sets the value of the increasedCostOfStockBorrow property.- Parameters:
value
- allowed object isBoolean
-
getInitialStockLoanRate
Gets the value of the initialStockLoanRate property.- Returns:
- possible object is
BigDecimal
-
setInitialStockLoanRate
Sets the value of the initialStockLoanRate property.- Parameters:
value
- allowed object isBigDecimal
-
isIncreasedCostOfHedging
Gets the value of the increasedCostOfHedging property.- Returns:
- possible object is
Boolean
-
setIncreasedCostOfHedging
Sets the value of the increasedCostOfHedging property.- Parameters:
value
- allowed object isBoolean
-
getDeterminingPartyReference
Gets the value of the determiningPartyReference property.- Returns:
- possible object is
PartyReference
-
setDeterminingPartyReference
Sets the value of the determiningPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
isForeignOwnershipEvent
Gets the value of the foreignOwnershipEvent property.- Returns:
- possible object is
Boolean
-
setForeignOwnershipEvent
Sets the value of the foreignOwnershipEvent property.- Parameters:
value
- allowed object isBoolean
-