Uses of Class
net.finmath.smartcontract.product.xml.PhysicalSettlement
Packages that use PhysicalSettlement
-
Uses of PhysicalSettlement in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PhysicalSettlementModifier and TypeFieldDescriptionprotected PhysicalSettlement
OptionExercise.physicalSettlement
protected PhysicalSettlement
TouchRateObservation.physicalSettlement
Methods in net.finmath.smartcontract.product.xml that return PhysicalSettlementModifier and TypeMethodDescriptionObjectFactory.createPhysicalSettlement()
Create an instance ofPhysicalSettlement
OptionExercise.getPhysicalSettlement()
Gets the value of the physicalSettlement property.TouchRateObservation.getPhysicalSettlement()
Gets the value of the physicalSettlement property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PhysicalSettlementModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PhysicalSettlement>
ObjectFactory.createNoTouchRateObservationPhysicalSettlement(PhysicalSettlement value)
Methods in net.finmath.smartcontract.product.xml with parameters of type PhysicalSettlementModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PhysicalSettlement>
ObjectFactory.createNoTouchRateObservationPhysicalSettlement(PhysicalSettlement value)
void
OptionExercise.setPhysicalSettlement(PhysicalSettlement value)
Sets the value of the physicalSettlement property.void
TouchRateObservation.setPhysicalSettlement(PhysicalSettlement value)
Sets the value of the physicalSettlement property.