Uses of Class
net.finmath.smartcontract.product.xml.LoanContractEvent
Packages that use LoanContractEvent
-
Uses of LoanContractEvent in net.finmath.smartcontract.product.xml
Subclasses of LoanContractEvent in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
An event representing the fact that a new loan contract (funded borrowing) has been requested by the borrower.class
An event representing the lender-specific capitalization of interest amounts for a given accrual period against a single loan contract.class
An event representing the lender-specific payment of interest amounts for a given accrual period against a single loan contract.class
An event representing adjustment in the notional amount of a loan contract that has no cash flow effect.class
An event representing the initial setting of the rate on a single (new) loan contract.class
An event representing a change of maturity date on a one or more outstanding loan contracts.class
An event representing a principal repayment being made by the borrower.Fields in net.finmath.smartcontract.product.xml with type parameters of type LoanContractEventModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends LoanContractEvent> LoanContractNotification.loanContractEventGroup
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type LoanContractEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<LoanContractEvent> ObjectFactory.createLoanContractEventGroup
(LoanContractEvent value) jakarta.xml.bind.JAXBElement
<? extends LoanContractEvent> LoanContractNotification.getLoanContractEventGroup()
Gets the value of the loanContractEventGroup property.Methods in net.finmath.smartcontract.product.xml with parameters of type LoanContractEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<LoanContractEvent> ObjectFactory.createLoanContractEventGroup
(LoanContractEvent value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type LoanContractEventModifier and TypeMethodDescriptionvoid
LoanContractNotification.setLoanContractEventGroup
(jakarta.xml.bind.JAXBElement<? extends LoanContractEvent> value) Sets the value of the loanContractEventGroup property.