Uses of Class
net.finmath.smartcontract.product.xml.LcEvent
Packages that use LcEvent
-
Uses of LcEvent in net.finmath.smartcontract.product.xml
Subclasses of LcEvent in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
An event representing a change in the notional amount associated with an outstanding letter of credit.class
An event representing a change in either the [L/C -> Facility] or [Accrual -> L/C] FX rates (or both) on an outstanding letter of credit.class
An event representing the issuance of a new letter of credit under an existing facility.class
An event representing a letter of credit issuance fee payment.class
An event representing a change in the rate on an outstanding letter of credit.class
An event representing a change in the maturity date on an outstanding letter of credit.class
An event representing either the expiry or cancellation of a letter of creditFields in net.finmath.smartcontract.product.xml with type parameters of type LcEventModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends LcEvent> LcNotification.lcEventGroup
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type LcEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<LcEvent> ObjectFactory.createLcEventGroup
(LcEvent value) jakarta.xml.bind.JAXBElement
<? extends LcEvent> LcNotification.getLcEventGroup()
Gets the value of the lcEventGroup property.Methods in net.finmath.smartcontract.product.xml with parameters of type LcEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<LcEvent> ObjectFactory.createLcEventGroup
(LcEvent value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type LcEventModifier and TypeMethodDescriptionvoid
LcNotification.setLcEventGroup
(jakarta.xml.bind.JAXBElement<? extends LcEvent> value) Sets the value of the lcEventGroup property.