Uses of Class
net.finmath.smartcontract.product.xml.CreditEvents
Packages that use CreditEvents
-
Uses of CreditEvents in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CreditEventsModifier and TypeFieldDescriptionprotected CreditEventsCreditCurve.creditEventsprotected CreditEventsProtectionTerms.creditEventsprotected CreditEventsTrigger.creditEventsMethods in net.finmath.smartcontract.product.xml that return CreditEventsModifier and TypeMethodDescriptionObjectFactory.createCreditEvents()Create an instance ofCreditEventsCreditCurve.getCreditEvents()Gets the value of the creditEvents property.ProtectionTerms.getCreditEvents()Gets the value of the creditEvents property.Trigger.getCreditEvents()Gets the value of the creditEvents property.Methods in net.finmath.smartcontract.product.xml with parameters of type CreditEventsModifier and TypeMethodDescriptionvoidCreditCurve.setCreditEvents(CreditEvents value) Sets the value of the creditEvents property.voidProtectionTerms.setCreditEvents(CreditEvents value) Sets the value of the creditEvents property.voidTrigger.setCreditEvents(CreditEvents value) Sets the value of the creditEvents property.