Uses of Interface
cdm.base.staticdata.party.LegalEntity
Packages that use LegalEntity
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Product concepts applicable to specific asset classes.
-
Uses of LegalEntity in cdm.base.staticdata.asset.common
Methods in cdm.base.staticdata.asset.common that return LegalEntityModifier and TypeMethodDescriptionAssetBase.AssetBaseImpl.getExchange()AssetBase.getExchange()If the Asset is listed, defines the public exchange of the listing.Methods in cdm.base.staticdata.asset.common that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionList<? extends LegalEntity> Loan.getBorrower()Specifies the borrower.List<? extends LegalEntity> Loan.LoanImpl.getBorrower()List<? extends LegalEntity> AssetBase.AssetBaseImpl.getRelatedExchange()List<? extends LegalEntity> AssetBase.getRelatedExchange()Provides the related Exchanges, if applicable.Methods in cdm.base.staticdata.asset.common with parameters of type LegalEntityModifier and TypeMethodDescriptionLoan.LoanBuilder.addBorrower(LegalEntity borrower) Loan.LoanBuilder.addBorrower(LegalEntity borrower, int idx) Loan.LoanBuilderImpl.addBorrower(LegalEntity _borrower) Loan.LoanBuilderImpl.addBorrower(LegalEntity _borrower, int idx) AssetBase.AssetBaseBuilder.addRelatedExchange(LegalEntity relatedExchange) AssetBase.AssetBaseBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) AssetBase.AssetBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) AssetBase.AssetBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) Cash.CashBuilder.addRelatedExchange(LegalEntity relatedExchange) Cash.CashBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) Cash.CashBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) Cash.CashBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) Commodity.CommodityBuilder.addRelatedExchange(LegalEntity relatedExchange) Commodity.CommodityBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) Commodity.CommodityBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) Commodity.CommodityBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) DigitalAsset.DigitalAssetBuilder.addRelatedExchange(LegalEntity relatedExchange) DigitalAsset.DigitalAssetBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) DigitalAsset.DigitalAssetBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) DigitalAsset.DigitalAssetBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) InstrumentBase.InstrumentBaseBuilder.addRelatedExchange(LegalEntity relatedExchange) InstrumentBase.InstrumentBaseBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) InstrumentBase.InstrumentBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) InstrumentBase.InstrumentBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) ListedDerivative.ListedDerivativeBuilder.addRelatedExchange(LegalEntity relatedExchange) ListedDerivative.ListedDerivativeBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) ListedDerivative.ListedDerivativeBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) ListedDerivative.ListedDerivativeBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) Loan.LoanBuilder.addRelatedExchange(LegalEntity relatedExchange) Loan.LoanBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) Loan.LoanBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) Loan.LoanBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) Security.SecurityBuilder.addRelatedExchange(LegalEntity relatedExchange) Security.SecurityBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) Security.SecurityBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) Security.SecurityBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) AssetBase.AssetBaseBuilder.setExchange(LegalEntity exchange) AssetBase.AssetBaseBuilderImpl.setExchange(LegalEntity _exchange) Cash.CashBuilder.setExchange(LegalEntity exchange) Cash.CashBuilderImpl.setExchange(LegalEntity _exchange) Commodity.CommodityBuilder.setExchange(LegalEntity exchange) Commodity.CommodityBuilderImpl.setExchange(LegalEntity _exchange) DigitalAsset.DigitalAssetBuilder.setExchange(LegalEntity exchange) DigitalAsset.DigitalAssetBuilderImpl.setExchange(LegalEntity _exchange) InstrumentBase.InstrumentBaseBuilder.setExchange(LegalEntity exchange) InstrumentBase.InstrumentBaseBuilderImpl.setExchange(LegalEntity _exchange) ListedDerivative.ListedDerivativeBuilder.setExchange(LegalEntity exchange) ListedDerivative.ListedDerivativeBuilderImpl.setExchange(LegalEntity _exchange) Loan.LoanBuilder.setExchange(LegalEntity exchange) Loan.LoanBuilderImpl.setExchange(LegalEntity _exchange) Security.SecurityBuilder.setExchange(LegalEntity exchange) Security.SecurityBuilderImpl.setExchange(LegalEntity _exchange) Method parameters in cdm.base.staticdata.asset.common with type arguments of type LegalEntityModifier and TypeMethodDescriptionLoan.LoanBuilder.addBorrower(List<? extends LegalEntity> borrower) Loan.LoanBuilderImpl.addBorrower(List<? extends LegalEntity> borrowers) AssetBase.AssetBaseBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) AssetBase.AssetBaseBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Cash.CashBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) Cash.CashBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Commodity.CommodityBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) Commodity.CommodityBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) DigitalAsset.DigitalAssetBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) DigitalAsset.DigitalAssetBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) InstrumentBase.InstrumentBaseBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) InstrumentBase.InstrumentBaseBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) ListedDerivative.ListedDerivativeBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) ListedDerivative.ListedDerivativeBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Loan.LoanBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) Loan.LoanBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Security.SecurityBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) Security.SecurityBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Loan.LoanBuilder.setBorrower(List<? extends LegalEntity> borrower) Loan.LoanBuilderImpl.setBorrower(List<? extends LegalEntity> borrowers) AssetBase.AssetBaseBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) AssetBase.AssetBaseBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) Cash.CashBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) Cash.CashBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) Commodity.CommodityBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) Commodity.CommodityBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) DigitalAsset.DigitalAssetBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) DigitalAsset.DigitalAssetBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) InstrumentBase.InstrumentBaseBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) InstrumentBase.InstrumentBaseBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) ListedDerivative.ListedDerivativeBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) ListedDerivative.ListedDerivativeBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) Loan.LoanBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) Loan.LoanBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) Security.SecurityBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) Security.SecurityBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) -
Uses of LegalEntity in cdm.base.staticdata.asset.common.util
Methods in cdm.base.staticdata.asset.common.util that return LegalEntityModifier and TypeMethodDescriptionAssetDeepPathUtil.chooseExchange(Asset asset) InstrumentDeepPathUtil.chooseExchange(Instrument instrument) Methods in cdm.base.staticdata.asset.common.util that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionAssetDeepPathUtil.chooseRelatedExchange(Asset asset) InstrumentDeepPathUtil.chooseRelatedExchange(Instrument instrument) -
Uses of LegalEntity in cdm.base.staticdata.party
Subinterfaces of LegalEntity in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement LegalEntityModifier and TypeClassDescriptionstatic classBuilder Implementation of LegalEntitystatic classImmutable Implementation of LegalEntityMethods in cdm.base.staticdata.party that return LegalEntityModifier and TypeMethodDescriptionLegalEntity.build()Build MethodsLegalEntity.LegalEntityBuilderImpl.build()LegalEntity.LegalEntityImpl.build()AncillaryEntity.AncillaryEntityImpl.getLegalEntity()AncillaryEntity.getLegalEntity()Methods in cdm.base.staticdata.party that return types with arguments of type LegalEntityModifier and TypeMethodDescriptiondefault Class<? extends LegalEntity> LegalEntity.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalEntity> LegalEntity.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type LegalEntityModifier and TypeMethodDescriptionAncillaryEntity.AncillaryEntityBuilder.setLegalEntity(LegalEntity legalEntity) AncillaryEntity.AncillaryEntityBuilderImpl.setLegalEntity(LegalEntity _legalEntity) -
Uses of LegalEntity in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegalEntity>> LegalEntityMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegalEntity, com.rosetta.model.lib.qualify.QualifyResult>> LegalEntityMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalEntity, Set<String>> LegalEntityMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegalEntity> LegalEntityMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalEntity> LegalEntityMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegalEntity> LegalEntityMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalEntity> LegalEntityMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegalEntity in cdm.base.staticdata.party.metafields
Methods in cdm.base.staticdata.party.metafields that return LegalEntityModifier and TypeMethodDescriptionReferenceWithMetaLegalEntity.getValue()Getter MethodsReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityImpl.getValue()Methods in cdm.base.staticdata.party.metafields that return types with arguments of type LegalEntityModifier and TypeMethodDescriptiondefault Class<LegalEntity> ReferenceWithMetaLegalEntity.getValueType()Methods in cdm.base.staticdata.party.metafields with parameters of type LegalEntityModifier and TypeMethodDescriptionReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder.setValue(LegalEntity value) ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilderImpl.setValue(LegalEntity _value) -
Uses of LegalEntity in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type LegalEntityModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalEntityTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalEntityValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalEntity o) -
Uses of LegalEntity in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type LegalEntityModifier and TypeMethodDescription<T2 extends LegalEntity>
com.rosetta.model.lib.validation.ValidationResult<LegalEntity> LegalEntityOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.party.validation.exists that return types with arguments of type LegalEntityModifier and TypeMethodDescription<T2 extends LegalEntity>
com.rosetta.model.lib.validation.ValidationResult<LegalEntity> LegalEntityOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of LegalEntity in cdm.event.common
Methods in cdm.event.common that return LegalEntityModifier and TypeMethodDescriptionExecutionDetails.ExecutionDetailsImpl.getExecutionVenue()ExecutionDetails.getExecutionVenue()Represents the venue on which a trade was executed.Methods in cdm.event.common with parameters of type LegalEntityModifier and TypeMethodDescriptionExecutionDetails.ExecutionDetailsBuilder.setExecutionVenue(LegalEntity executionVenue) ExecutionDetails.ExecutionDetailsBuilderImpl.setExecutionVenue(LegalEntity _executionVenue) -
Uses of LegalEntity in cdm.legaldocumentation.common
Subinterfaces of LegalEntity in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptioninterfaceA class to specify the legal entities that are part of the umbrella agreement.static interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement LegalEntityModifier and TypeClassDescriptionstatic classBuilder Implementation of UmbrellaAgreementEntitystatic classImmutable Implementation of UmbrellaAgreementEntity -
Uses of LegalEntity in cdm.legaldocumentation.csa
Methods in cdm.legaldocumentation.csa that return LegalEntityModifier and TypeMethodDescriptionCustodianElection.CustodianElectionImpl.getCustodian()CustodianElection.getCustodian()The custody agent.CustodianTerms.CustodianTermsImpl.getInitialDesignation()CustodianTerms.getInitialDesignation()Election to specify the initial custodian.CustodianElection.CustodianElectionImpl.getLegacyNamedEntity()CustodianElection.getLegacyNamedEntity()The identity of the relevant custodian where Named Entity is elected.Methods in cdm.legaldocumentation.csa that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionList<? extends LegalEntity> CreditSupportProviderElection.CreditSupportProviderElectionImpl.getCreditSupportProvider()List<? extends LegalEntity> CreditSupportProviderElection.getCreditSupportProvider()The specified Credit Support Provider(s), if any.Methods in cdm.legaldocumentation.csa with parameters of type LegalEntityModifier and TypeMethodDescriptionCreditSupportProviderElection.CreditSupportProviderElectionBuilder.addCreditSupportProvider(LegalEntity creditSupportProvider) CreditSupportProviderElection.CreditSupportProviderElectionBuilder.addCreditSupportProvider(LegalEntity creditSupportProvider, int idx) CreditSupportProviderElection.CreditSupportProviderElectionBuilderImpl.addCreditSupportProvider(LegalEntity _creditSupportProvider) CreditSupportProviderElection.CreditSupportProviderElectionBuilderImpl.addCreditSupportProvider(LegalEntity _creditSupportProvider, int idx) CustodianElection.CustodianElectionBuilder.setCustodian(LegalEntity custodian) CustodianElection.CustodianElectionBuilderImpl.setCustodian(LegalEntity _custodian) CustodianTerms.CustodianTermsBuilder.setInitialDesignation(LegalEntity initialDesignation) CustodianTerms.CustodianTermsBuilderImpl.setInitialDesignation(LegalEntity _initialDesignation) CustodianElection.CustodianElectionBuilder.setLegacyNamedEntity(LegalEntity legacyNamedEntity) CustodianElection.CustodianElectionBuilderImpl.setLegacyNamedEntity(LegalEntity _legacyNamedEntity) Method parameters in cdm.legaldocumentation.csa with type arguments of type LegalEntityModifier and TypeMethodDescriptionCreditSupportProviderElection.CreditSupportProviderElectionBuilder.addCreditSupportProvider(List<? extends LegalEntity> creditSupportProvider) CreditSupportProviderElection.CreditSupportProviderElectionBuilderImpl.addCreditSupportProvider(List<? extends LegalEntity> creditSupportProviders) CreditSupportProviderElection.CreditSupportProviderElectionBuilder.setCreditSupportProvider(List<? extends LegalEntity> creditSupportProvider) CreditSupportProviderElection.CreditSupportProviderElectionBuilderImpl.setCreditSupportProvider(List<? extends LegalEntity> creditSupportProviders) -
Uses of LegalEntity in cdm.legaldocumentation.master.isda
Methods in cdm.legaldocumentation.master.isda that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionList<? extends LegalEntity> SpecifiedEntity.getSpecifiedEntity()The specified entities for the Event of Default or Termination Event specified.List<? extends LegalEntity> SpecifiedEntity.SpecifiedEntityImpl.getSpecifiedEntity()Methods in cdm.legaldocumentation.master.isda with parameters of type LegalEntityModifier and TypeMethodDescriptionSpecifiedEntity.SpecifiedEntityBuilder.addSpecifiedEntity(LegalEntity specifiedEntity) SpecifiedEntity.SpecifiedEntityBuilder.addSpecifiedEntity(LegalEntity specifiedEntity, int idx) SpecifiedEntity.SpecifiedEntityBuilderImpl.addSpecifiedEntity(LegalEntity _specifiedEntity) SpecifiedEntity.SpecifiedEntityBuilderImpl.addSpecifiedEntity(LegalEntity _specifiedEntity, int idx) Method parameters in cdm.legaldocumentation.master.isda with type arguments of type LegalEntityModifier and TypeMethodDescriptionSpecifiedEntity.SpecifiedEntityBuilder.addSpecifiedEntity(List<? extends LegalEntity> specifiedEntity) SpecifiedEntity.SpecifiedEntityBuilderImpl.addSpecifiedEntity(List<? extends LegalEntity> specifiedEntitys) SpecifiedEntity.SpecifiedEntityBuilder.setSpecifiedEntity(List<? extends LegalEntity> specifiedEntity) SpecifiedEntity.SpecifiedEntityBuilderImpl.setSpecifiedEntity(List<? extends LegalEntity> specifiedEntitys) -
Uses of LegalEntity in cdm.observable.asset
Methods in cdm.observable.asset that return LegalEntityModifier and TypeMethodDescriptionIndexBase.getProvider()The organisation that creates or maintains the Index.IndexBase.IndexBaseImpl.getProvider()Methods in cdm.observable.asset with parameters of type LegalEntityModifier and TypeMethodDescriptionBasket.BasketBuilder.addRelatedExchange(LegalEntity relatedExchange) Basket.BasketBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) Basket.BasketBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) Basket.BasketBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) CreditIndex.CreditIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) CreditIndex.CreditIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) CreditIndex.CreditIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) CreditIndex.CreditIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) EquityIndex.EquityIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) EquityIndex.EquityIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) EquityIndex.EquityIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) EquityIndex.EquityIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) FloatingRateIndex.FloatingRateIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) FloatingRateIndex.FloatingRateIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) FloatingRateIndex.FloatingRateIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) FloatingRateIndex.FloatingRateIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) IndexBase.IndexBaseBuilder.addRelatedExchange(LegalEntity relatedExchange) IndexBase.IndexBaseBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) IndexBase.IndexBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) IndexBase.IndexBaseBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) InflationIndex.InflationIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) InflationIndex.InflationIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) InflationIndex.InflationIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) InflationIndex.InflationIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) OtherIndex.OtherIndexBuilder.addRelatedExchange(LegalEntity relatedExchange) OtherIndex.OtherIndexBuilder.addRelatedExchange(LegalEntity relatedExchange, int idx) OtherIndex.OtherIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange) OtherIndex.OtherIndexBuilderImpl.addRelatedExchange(LegalEntity _relatedExchange, int idx) Basket.BasketBuilder.setExchange(LegalEntity exchange) Basket.BasketBuilderImpl.setExchange(LegalEntity _exchange) CreditIndex.CreditIndexBuilder.setExchange(LegalEntity exchange) CreditIndex.CreditIndexBuilderImpl.setExchange(LegalEntity _exchange) EquityIndex.EquityIndexBuilder.setExchange(LegalEntity exchange) EquityIndex.EquityIndexBuilderImpl.setExchange(LegalEntity _exchange) FloatingRateIndex.FloatingRateIndexBuilder.setExchange(LegalEntity exchange) FloatingRateIndex.FloatingRateIndexBuilderImpl.setExchange(LegalEntity _exchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.setExchange(LegalEntity exchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.setExchange(LegalEntity _exchange) IndexBase.IndexBaseBuilder.setExchange(LegalEntity exchange) IndexBase.IndexBaseBuilderImpl.setExchange(LegalEntity _exchange) InflationIndex.InflationIndexBuilder.setExchange(LegalEntity exchange) InflationIndex.InflationIndexBuilderImpl.setExchange(LegalEntity _exchange) OtherIndex.OtherIndexBuilder.setExchange(LegalEntity exchange) OtherIndex.OtherIndexBuilderImpl.setExchange(LegalEntity _exchange) CreditIndex.CreditIndexBuilder.setProvider(LegalEntity provider) CreditIndex.CreditIndexBuilderImpl.setProvider(LegalEntity _provider) EquityIndex.EquityIndexBuilder.setProvider(LegalEntity provider) EquityIndex.EquityIndexBuilderImpl.setProvider(LegalEntity _provider) FloatingRateIndex.FloatingRateIndexBuilder.setProvider(LegalEntity provider) FloatingRateIndex.FloatingRateIndexBuilderImpl.setProvider(LegalEntity _provider) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.setProvider(LegalEntity provider) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.setProvider(LegalEntity _provider) IndexBase.IndexBaseBuilder.setProvider(LegalEntity provider) IndexBase.IndexBaseBuilderImpl.setProvider(LegalEntity _provider) InflationIndex.InflationIndexBuilder.setProvider(LegalEntity provider) InflationIndex.InflationIndexBuilderImpl.setProvider(LegalEntity _provider) OtherIndex.OtherIndexBuilder.setProvider(LegalEntity provider) OtherIndex.OtherIndexBuilderImpl.setProvider(LegalEntity _provider) Method parameters in cdm.observable.asset with type arguments of type LegalEntityModifier and TypeMethodDescriptionBasket.BasketBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) Basket.BasketBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) CreditIndex.CreditIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) CreditIndex.CreditIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) EquityIndex.EquityIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) EquityIndex.EquityIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) FloatingRateIndex.FloatingRateIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) FloatingRateIndex.FloatingRateIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) IndexBase.IndexBaseBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) IndexBase.IndexBaseBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) InflationIndex.InflationIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) InflationIndex.InflationIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) OtherIndex.OtherIndexBuilder.addRelatedExchange(List<? extends LegalEntity> relatedExchange) OtherIndex.OtherIndexBuilderImpl.addRelatedExchange(List<? extends LegalEntity> relatedExchanges) Basket.BasketBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) Basket.BasketBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) CreditIndex.CreditIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) CreditIndex.CreditIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) EquityIndex.EquityIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) EquityIndex.EquityIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) FloatingRateIndex.FloatingRateIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) FloatingRateIndex.FloatingRateIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) ForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) IndexBase.IndexBaseBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) IndexBase.IndexBaseBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) InflationIndex.InflationIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) InflationIndex.InflationIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) OtherIndex.OtherIndexBuilder.setRelatedExchange(List<? extends LegalEntity> relatedExchange) OtherIndex.OtherIndexBuilderImpl.setRelatedExchange(List<? extends LegalEntity> relatedExchanges) -
Uses of LegalEntity in cdm.observable.asset.util
Methods in cdm.observable.asset.util that return LegalEntityModifier and TypeMethodDescriptionIndexDeepPathUtil.chooseExchange(Index index) InterestRateIndexDeepPathUtil.chooseExchange(InterestRateIndex interestRateIndex) ObservableDeepPathUtil.chooseExchange(Observable observable) IndexDeepPathUtil.chooseProvider(Index index) InterestRateIndexDeepPathUtil.chooseProvider(InterestRateIndex interestRateIndex) Methods in cdm.observable.asset.util that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionIndexDeepPathUtil.chooseRelatedExchange(Index index) InterestRateIndexDeepPathUtil.chooseRelatedExchange(InterestRateIndex interestRateIndex) ObservableDeepPathUtil.chooseRelatedExchange(Observable observable) -
Uses of LegalEntity in cdm.product.asset
Methods in cdm.product.asset that return LegalEntityModifier and TypeMethodDescriptionReferenceObligation.getGuarantor()The party that guarantees by way of a contractual arrangement to pay the debts of an obligor if the obligor is unable to make the required payments itself.ReferenceObligation.ReferenceObligationImpl.getGuarantor()ReferenceObligation.getPrimaryObligor()The entity primarily responsible for repaying debt to a creditor as a result of borrowing or issuing bonds.ReferenceObligation.ReferenceObligationImpl.getPrimaryObligor()ReferenceInformation.getReferenceEntity()The corporate or sovereign entity which is subject to the swap transaction and any successor that assumes all or substantially all of its contractual and other obligations.ReferenceInformation.ReferenceInformationImpl.getReferenceEntity()ReferencePair.getReferenceEntity()The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations.ReferencePair.ReferencePairImpl.getReferenceEntity()Methods in cdm.product.asset with parameters of type LegalEntityModifier and TypeMethodDescriptionReferenceObligation.ReferenceObligationBuilder.setGuarantor(LegalEntity guarantor) ReferenceObligation.ReferenceObligationBuilderImpl.setGuarantor(LegalEntity _guarantor) ReferenceObligation.ReferenceObligationBuilder.setPrimaryObligor(LegalEntity primaryObligor) ReferenceObligation.ReferenceObligationBuilderImpl.setPrimaryObligor(LegalEntity _primaryObligor) ReferenceObligation.ReferenceObligationBuilder.setPrimaryObligorReferenceValue(LegalEntity primaryObligorReference) ReferenceObligation.ReferenceObligationBuilderImpl.setPrimaryObligorReferenceValue(LegalEntity _primaryObligorReference) ReferenceInformation.ReferenceInformationBuilder.setReferenceEntity(LegalEntity referenceEntity) ReferenceInformation.ReferenceInformationBuilderImpl.setReferenceEntity(LegalEntity _referenceEntity) ReferencePair.ReferencePairBuilder.setReferenceEntity(LegalEntity referenceEntity) ReferencePair.ReferencePairBuilderImpl.setReferenceEntity(LegalEntity _referenceEntity) -
Uses of LegalEntity in cdm.product.collateral
Methods in cdm.product.collateral that return LegalEntityModifier and TypeMethodDescriptionEligibilityQuery.EligibilityQueryImpl.getIssuerName()EligibilityQuery.getIssuerName()Specifies the issuing entity name or LEI.IssuerName.getIssuerName()Specifies the issuing entity name or LEI.IssuerName.IssuerNameImpl.getIssuerName()Methods in cdm.product.collateral with parameters of type LegalEntityModifier and TypeMethodDescriptionEligibilityQuery.EligibilityQueryBuilder.setIssuerName(LegalEntity issuerName) EligibilityQuery.EligibilityQueryBuilderImpl.setIssuerName(LegalEntity _issuerName) IssuerName.IssuerNameBuilder.setIssuerName(LegalEntity issuerName) IssuerName.IssuerNameBuilderImpl.setIssuerName(LegalEntity _issuerName)