Uses of Class
net.finmath.smartcontract.product.xml.SwaptionPhysicalSettlement
Packages that use SwaptionPhysicalSettlement
-
Uses of SwaptionPhysicalSettlement in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SwaptionPhysicalSettlementModifier and TypeFieldDescriptionprotected SwaptionPhysicalSettlement
CommodityPhysicalExercise.clearingInstructions
protected SwaptionPhysicalSettlement
CreditDefaultSwapOption.clearingInstructions
protected SwaptionPhysicalSettlement
DividendSwapOptionTransactionSupplement.clearingInstructions
protected SwaptionPhysicalSettlement
VarianceOptionTransactionSupplement.clearingInstructions
protected SwaptionPhysicalSettlement
Swaption.physicalSettlement
Methods in net.finmath.smartcontract.product.xml that return SwaptionPhysicalSettlementModifier and TypeMethodDescriptionObjectFactory.createSwaptionPhysicalSettlement()
Create an instance ofSwaptionPhysicalSettlement
CommodityPhysicalExercise.getClearingInstructions()
Gets the value of the clearingInstructions property.CreditDefaultSwapOption.getClearingInstructions()
Gets the value of the clearingInstructions property.DividendSwapOptionTransactionSupplement.getClearingInstructions()
Gets the value of the clearingInstructions property.VarianceOptionTransactionSupplement.getClearingInstructions()
Gets the value of the clearingInstructions property.Swaption.getPhysicalSettlement()
Gets the value of the physicalSettlement property.Methods in net.finmath.smartcontract.product.xml with parameters of type SwaptionPhysicalSettlementModifier and TypeMethodDescriptionvoid
CommodityPhysicalExercise.setClearingInstructions
(SwaptionPhysicalSettlement value) Sets the value of the clearingInstructions property.void
CreditDefaultSwapOption.setClearingInstructions
(SwaptionPhysicalSettlement value) Sets the value of the clearingInstructions property.void
DividendSwapOptionTransactionSupplement.setClearingInstructions
(SwaptionPhysicalSettlement value) Sets the value of the clearingInstructions property.void
VarianceOptionTransactionSupplement.setClearingInstructions
(SwaptionPhysicalSettlement value) Sets the value of the clearingInstructions property.void
Swaption.setPhysicalSettlement
(SwaptionPhysicalSettlement value) Sets the value of the physicalSettlement property.