Uses of Class
net.finmath.smartcontract.product.xml.FacilityEvent
Packages that use FacilityEvent
-
Uses of FacilityEvent in net.finmath.smartcontract.product.xml
Subclasses of FacilityEvent in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
An event describing a future change an accruing fee associated with a specific facility.class
An event describing a future expiry of one of the accruing fees associated with a specific facility.class
An event describing an accruing fee payment made at the facility level.class
An event representing a change in a PIK accrual option.class
An event representing a payment to facilitate capitalization of interest on all outstanding contracts against a particular facility.class
An event defining a future change in facility commitment.class
An event describing the early termination of a facility.class
An event representing a change in a fixed rate accrual option.class
An event describing a change in a floating rate accrual option.class
An event representing a change in an L/C accrual option.Fields in net.finmath.smartcontract.product.xml with type parameters of type FacilityEventModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends FacilityEvent>
AccruingFeeChangeNotification.accruingFeeChangeGroup
protected jakarta.xml.bind.JAXBElement<? extends FacilityEvent>
FacilityNotification.facilityEventGroup
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FacilityEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FacilityEvent>
ObjectFactory.createAccruingFeeChangeGroup(FacilityEvent value)
jakarta.xml.bind.JAXBElement<FacilityEvent>
ObjectFactory.createFacilityEventGroup(FacilityEvent value)
jakarta.xml.bind.JAXBElement<? extends FacilityEvent>
AccruingFeeChangeNotification.getAccruingFeeChangeGroup()
Gets the value of the accruingFeeChangeGroup property.jakarta.xml.bind.JAXBElement<? extends FacilityEvent>
FacilityNotification.getFacilityEventGroup()
Gets the value of the facilityEventGroup property.Methods in net.finmath.smartcontract.product.xml with parameters of type FacilityEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FacilityEvent>
ObjectFactory.createAccruingFeeChangeGroup(FacilityEvent value)
jakarta.xml.bind.JAXBElement<FacilityEvent>
ObjectFactory.createFacilityEventGroup(FacilityEvent value)
Method parameters in net.finmath.smartcontract.product.xml with type arguments of type FacilityEventModifier and TypeMethodDescriptionvoid
AccruingFeeChangeNotification.setAccruingFeeChangeGroup(jakarta.xml.bind.JAXBElement<? extends FacilityEvent> value)
Sets the value of the accruingFeeChangeGroup property.void
FacilityNotification.setFacilityEventGroup(jakarta.xml.bind.JAXBElement<? extends FacilityEvent> value)
Sets the value of the facilityEventGroup property.