Uses of Class
net.finmath.smartcontract.product.xml.CommodityDeliveryRisk
Packages that use CommodityDeliveryRisk
-
Uses of CommodityDeliveryRisk in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityDeliveryRiskModifier and TypeFieldDescriptionprotected CommodityDeliveryRisk
CoalDelivery.risk
protected CommodityDeliveryRisk
MetalDelivery.risk
protected CommodityDeliveryRisk
OilPipelineDelivery.risk
Methods in net.finmath.smartcontract.product.xml that return CommodityDeliveryRiskModifier and TypeMethodDescriptionObjectFactory.createCommodityDeliveryRisk()
Create an instance ofCommodityDeliveryRisk
CoalDelivery.getRisk()
Gets the value of the risk property.MetalDelivery.getRisk()
Gets the value of the risk property.OilPipelineDelivery.getRisk()
Gets the value of the risk property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityDeliveryRiskModifier and TypeMethodDescriptionvoid
CoalDelivery.setRisk
(CommodityDeliveryRisk value) Sets the value of the risk property.void
MetalDelivery.setRisk
(CommodityDeliveryRisk value) Sets the value of the risk property.void
OilPipelineDelivery.setRisk
(CommodityDeliveryRisk value) Sets the value of the risk property.