Package cdm.base.staticdata.asset.common
Class Loan.LoanImpl
java.lang.Object
cdm.base.staticdata.asset.common.ProductBase.ProductBaseImpl
cdm.base.staticdata.asset.common.Loan.LoanImpl
- All Implemented Interfaces:
Loan,ProductBase,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Loan
Immutable Implementation of Loan
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.Loan
Loan.LoanBuilder, Loan.LoanBuilderImpl, Loan.LoanImplNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.ProductBase
ProductBase.ProductBaseBuilder, ProductBase.ProductBaseBuilderImpl, ProductBase.ProductBaseImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.ProductBase
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends LegalEntity> Specifies the borrower.com.rosetta.model.lib.records.DateSpecifies the credit agreement date is the closing date (the date where the agreement has been signed) for the loans in the credit agreement.Specifies the type of loan facility (letter of credit, revolving, ...).getLien()Specifies the seniority level of the lien.Denotes the loan tranche that is subject to the derivative transaction.inthashCode()protected voidsetBuilderFields(Loan.LoanBuilder builder) toString()Methods inherited from class cdm.base.staticdata.asset.common.ProductBase.ProductBaseImpl
getProductIdentifier, getProductTaxonomy, setBuilderFieldsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.ProductBase
getProductIdentifier, getProductTaxonomyMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
LoanImpl
-
-
Method Details
-
getBorrower
@RosettaAttribute("borrower") @RuneAttribute("borrower") public List<? extends LegalEntity> getBorrower()Description copied from interface:LoanSpecifies the borrower. There can be more than one borrower. It is meant to be used in the event that there is no Bloomberg Id or the Secured List isn't applicable.- Specified by:
getBorrowerin interfaceLoan
-
getLien
Description copied from interface:LoanSpecifies the seniority level of the lien. -
getFacilityType
@RosettaAttribute("facilityType") @RuneAttribute("facilityType") public FieldWithMetaString getFacilityType()Description copied from interface:LoanSpecifies the type of loan facility (letter of credit, revolving, ...).- Specified by:
getFacilityTypein interfaceLoan
-
getCreditAgreementDate
@RosettaAttribute("creditAgreementDate") @RuneAttribute("creditAgreementDate") public com.rosetta.model.lib.records.Date getCreditAgreementDate()Description copied from interface:LoanSpecifies the credit agreement date is the closing date (the date where the agreement has been signed) for the loans in the credit agreement. Funding of the facilities occurs on (or sometimes a little after) the Credit Agreement date. This underlier attribute is used to help identify which of the company's outstanding loans are being referenced by knowing to which credit agreement it belongs. ISDA Standards Terms Supplement term: Date of Original Credit Agreement.- Specified by:
getCreditAgreementDatein interfaceLoan
-
getTranche
Description copied from interface:LoanDenotes the loan tranche that is subject to the derivative transaction. It will typically be referenced as the Bloomberg tranche number. ISDA Standards Terms Supplement term: Bloomberg Tranche Number.- Specified by:
getTranchein interfaceLoan
-
build
Description copied from interface:ProductBaseBuild Methods- Specified by:
buildin interfaceLoan- Specified by:
buildin interfaceProductBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classProductBase.ProductBaseImpl
-
toBuilder
- Specified by:
toBuilderin interfaceLoan- Specified by:
toBuilderin interfaceProductBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classProductBase.ProductBaseImpl
-
setBuilderFields
-
equals
- Overrides:
equalsin classProductBase.ProductBaseImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductBase.ProductBaseImpl
-
toString
- Overrides:
toStringin classProductBase.ProductBaseImpl
-