Uses of Class
net.finmath.smartcontract.product.xml.ConvertibleBond
Packages that use ConvertibleBond
-
Uses of ConvertibleBond in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ConvertibleBondModifier and TypeFieldDescriptionprotected ConvertibleBondBondOption.convertibleBondprotected ConvertibleBondReferenceObligation.convertibleBondMethods in net.finmath.smartcontract.product.xml that return ConvertibleBondModifier and TypeMethodDescriptionObjectFactory.createConvertibleBond()Create an instance ofConvertibleBondBondOption.getConvertibleBond()A convertible bond instrument referenced by a contract.ReferenceObligation.getConvertibleBond()Gets the value of the convertibleBond property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ConvertibleBondModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ConvertibleBond> ObjectFactory.createConvertibleBond(ConvertibleBond value) Methods in net.finmath.smartcontract.product.xml with parameters of type ConvertibleBondModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ConvertibleBond> ObjectFactory.createConvertibleBond(ConvertibleBond value) voidBondOption.setConvertibleBond(ConvertibleBond value) Sets the value of the convertibleBond property.voidReferenceObligation.setConvertibleBond(ConvertibleBond value) Sets the value of the convertibleBond property.