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 TypeClassDescriptionclassAn event describing a future change an accruing fee associated with a specific facility.classAn event describing a future expiry of one of the accruing fees associated with a specific facility.classAn event describing an accruing fee payment made at the facility level.classAn event representing a change in a PIK accrual option.classAn event representing a payment to facilitate capitalization of interest on all outstanding contracts against a particular facility.classAn event defining a future change in facility commitment.classAn event describing the early termination of a facility.classAn event representing a change in a fixed rate accrual option.classAn event describing a change in a floating rate accrual option.classAn 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.accruingFeeChangeGroupprotected jakarta.xml.bind.JAXBElement<? extends FacilityEvent> FacilityNotification.facilityEventGroupMethods 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 TypeMethodDescriptionvoidAccruingFeeChangeNotification.setAccruingFeeChangeGroup(jakarta.xml.bind.JAXBElement<? extends FacilityEvent> value) Sets the value of the accruingFeeChangeGroup property.voidFacilityNotification.setFacilityEventGroup(jakarta.xml.bind.JAXBElement<? extends FacilityEvent> value) Sets the value of the facilityEventGroup property.