Uses of Class
net.finmath.smartcontract.product.xml.LoanParticipation
Packages that use LoanParticipation
-
Uses of LoanParticipation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LoanParticipationModifier and TypeFieldDescriptionprotected LoanParticipationDeliverableObligations.directLoanParticipationprotected LoanParticipationDeliverableObligations.indirectLoanParticipationMethods in net.finmath.smartcontract.product.xml that return LoanParticipationModifier and TypeMethodDescriptionObjectFactory.createLoanParticipation()Create an instance ofLoanParticipationDeliverableObligations.getDirectLoanParticipation()Gets the value of the directLoanParticipation property.DeliverableObligations.getIndirectLoanParticipation()Gets the value of the indirectLoanParticipation property.Methods in net.finmath.smartcontract.product.xml with parameters of type LoanParticipationModifier and TypeMethodDescriptionvoidDeliverableObligations.setDirectLoanParticipation(LoanParticipation value) Sets the value of the directLoanParticipation property.voidDeliverableObligations.setIndirectLoanParticipation(LoanParticipation value) Sets the value of the indirectLoanParticipation property.