Package cdm.product.common.settlement
Interface LoanParticipation
- All Superinterfaces:
PCDeliverableObligationCharac,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LoanParticipation.LoanParticipationBuilder
- All Known Implementing Classes:
LoanParticipation.LoanParticipationBuilderImpl,LoanParticipation.LoanParticipationImpl
@RosettaDataType(value="LoanParticipation",
builder=LoanParticipationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="LoanParticipation",
model="cdm",
builder=LoanParticipationBuilderImpl.class,
version="5.30.0")
public interface LoanParticipation
extends PCDeliverableObligationCharac
A class to specify loan with a participation agreement whereby the buyer is capable of creating, or procuring the creation of, a contractual right in favour of the seller that provides the seller with recourse to the participation seller for a specified share in any payments due under the relevant loan which are received by the participation seller. ISDA 2003 Term: Direct Loan Participation.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LoanParticipationstatic classImmutable Implementation of LoanParticipationNested classes/interfaces inherited from interface cdm.product.common.settlement.PCDeliverableObligationCharac
PCDeliverableObligationCharac.PCDeliverableObligationCharacBuilder, PCDeliverableObligationCharac.PCDeliverableObligationCharacBuilderImpl, PCDeliverableObligationCharac.PCDeliverableObligationCharacImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()If Direct Loan Participation is specified as a deliverable obligation characteristic, this specifies any requirements for the Qualifying Participation Seller.default Class<? extends LoanParticipation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LoanParticipation> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.common.settlement.PCDeliverableObligationCharac
getApplicable, getPartialCashSettlementMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getQualifyingParticipationSeller
String getQualifyingParticipationSeller()If Direct Loan Participation is specified as a deliverable obligation characteristic, this specifies any requirements for the Qualifying Participation Seller. The requirements may be listed free-form. ISDA 2003 Term: Qualifying Participation Seller. -
build
LoanParticipation build()Build Methods- Specified by:
buildin interfacePCDeliverableObligationCharac- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
LoanParticipation.LoanParticipationBuilder toBuilder()- Specified by:
toBuilderin interfacePCDeliverableObligationCharac- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacePCDeliverableObligationCharac- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacePCDeliverableObligationCharac- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacePCDeliverableObligationCharac- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-