Uses of Class
net.finmath.smartcontract.product.xml.Underlyer
-
Uses of Underlyer in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected Underlyer
CommodityMarketDisruption.fallbackReferencePrice
protected Underlyer
DirectionalLegUnderlyer.underlyer
protected Underlyer
EquityDerivativeBase.underlyer
protected Underlyer
ReturnSwapLegUnderlyer.underlyer
Modifier and TypeMethodDescriptionObjectFactory.createUnderlyer()
Create an instance ofUnderlyer
CommodityMarketDisruption.getFallbackReferencePrice()
Gets the value of the fallbackReferencePrice property.DirectionalLegUnderlyer.getUnderlyer()
Gets the value of the underlyer property.EquityDerivativeBase.getUnderlyer()
Gets the value of the underlyer property.ReturnSwapLegUnderlyer.getUnderlyer()
Gets the value of the underlyer property.Modifier and TypeMethodDescriptionvoid
CommodityMarketDisruption.setFallbackReferencePrice
(Underlyer value) Sets the value of the fallbackReferencePrice property.void
DirectionalLegUnderlyer.setUnderlyer
(Underlyer value) Sets the value of the underlyer property.void
EquityDerivativeBase.setUnderlyer
(Underlyer value) Sets the value of the underlyer property.void
ReturnSwapLegUnderlyer.setUnderlyer
(Underlyer value) Sets the value of the underlyer property.