LUSID C# SDK
List of all members
Lusid.Sdk.Api.ICounterpartiesApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.ICounterpartiesApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICounterpartiesApiSync
AnnulSingleStructuredDataResponse DeleteCounterpartyAgreement (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteCounterpartyAgreement: Delete the Counterparty Agreement of given scope and code More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteCounterpartyAgreementWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteCounterpartyAgreement: Delete the Counterparty Agreement of given scope and code More...
 
AnnulSingleStructuredDataResponse DeleteCreditSupportAnnex (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteCreditSupportAnnex: Delete the Credit Support Annex of given scope and code More...
 
ApiResponse< AnnulSingleStructuredDataResponseDeleteCreditSupportAnnexWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteCreditSupportAnnex: Delete the Credit Support Annex of given scope and code More...
 
GetCounterpartyAgreementResponse GetCounterpartyAgreement (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCounterpartyAgreement: Get Counterparty Agreement More...
 
ApiResponse< GetCounterpartyAgreementResponseGetCounterpartyAgreementWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCounterpartyAgreement: Get Counterparty Agreement More...
 
GetCreditSupportAnnexResponse GetCreditSupportAnnex (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCreditSupportAnnex: Get Credit Support Annex More...
 
ApiResponse< GetCreditSupportAnnexResponseGetCreditSupportAnnexWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetCreditSupportAnnex: Get Credit Support Annex More...
 
ResourceListOfGetCounterpartyAgreementResponse ListCounterpartyAgreements (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] ListCounterpartyAgreements: List the set of Counterparty Agreements More...
 
ApiResponse< ResourceListOfGetCounterpartyAgreementResponseListCounterpartyAgreementsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] ListCounterpartyAgreements: List the set of Counterparty Agreements More...
 
ResourceListOfGetCreditSupportAnnexResponse ListCreditSupportAnnexes (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] ListCreditSupportAnnexes: List the set of Credit Support Annexes More...
 
ApiResponse< ResourceListOfGetCreditSupportAnnexResponseListCreditSupportAnnexesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] ListCreditSupportAnnexes: List the set of Credit Support Annexes More...
 
UpsertSingleStructuredDataResponse UpsertCounterpartyAgreement (UpsertCounterpartyAgreementRequest upsertCounterpartyAgreementRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertCounterpartyAgreement: Upsert Counterparty Agreement More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertCounterpartyAgreementWithHttpInfo (UpsertCounterpartyAgreementRequest upsertCounterpartyAgreementRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertCounterpartyAgreement: Upsert Counterparty Agreement More...
 
UpsertSingleStructuredDataResponse UpsertCreditSupportAnnex (UpsertCreditSupportAnnexRequest upsertCreditSupportAnnexRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertCreditSupportAnnex: Upsert Credit Support Annex More...
 
ApiResponse< UpsertSingleStructuredDataResponseUpsertCreditSupportAnnexWithHttpInfo (UpsertCreditSupportAnnexRequest upsertCreditSupportAnnexRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertCreditSupportAnnex: Upsert Credit Support Annex More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ICounterpartiesApiAsync
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteCounterpartyAgreementAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCounterpartyAgreement: Delete the Counterparty Agreement of given scope and code More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteCounterpartyAgreementWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCounterpartyAgreement: Delete the Counterparty Agreement of given scope and code More...
 
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponseDeleteCreditSupportAnnexAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCreditSupportAnnex: Delete the Credit Support Annex of given scope and code More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulSingleStructuredDataResponse > > DeleteCreditSupportAnnexWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCreditSupportAnnex: Delete the Credit Support Annex of given scope and code More...
 
System.Threading.Tasks.Task< GetCounterpartyAgreementResponseGetCounterpartyAgreementAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCounterpartyAgreement: Get Counterparty Agreement More...
 
System.Threading.Tasks.Task< ApiResponse< GetCounterpartyAgreementResponse > > GetCounterpartyAgreementWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCounterpartyAgreement: Get Counterparty Agreement More...
 
System.Threading.Tasks.Task< GetCreditSupportAnnexResponseGetCreditSupportAnnexAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCreditSupportAnnex: Get Credit Support Annex More...
 
System.Threading.Tasks.Task< ApiResponse< GetCreditSupportAnnexResponse > > GetCreditSupportAnnexWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCreditSupportAnnex: Get Credit Support Annex More...
 
System.Threading.Tasks.Task< ResourceListOfGetCounterpartyAgreementResponseListCounterpartyAgreementsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCounterpartyAgreements: List the set of Counterparty Agreements More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetCounterpartyAgreementResponse > > ListCounterpartyAgreementsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCounterpartyAgreements: List the set of Counterparty Agreements More...
 
System.Threading.Tasks.Task< ResourceListOfGetCreditSupportAnnexResponseListCreditSupportAnnexesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCreditSupportAnnexes: List the set of Credit Support Annexes More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfGetCreditSupportAnnexResponse > > ListCreditSupportAnnexesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListCreditSupportAnnexes: List the set of Credit Support Annexes More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertCounterpartyAgreementAsync (UpsertCounterpartyAgreementRequest upsertCounterpartyAgreementRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertCounterpartyAgreement: Upsert Counterparty Agreement More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertCounterpartyAgreementWithHttpInfoAsync (UpsertCounterpartyAgreementRequest upsertCounterpartyAgreementRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertCounterpartyAgreement: Upsert Counterparty Agreement More...
 
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponseUpsertCreditSupportAnnexAsync (UpsertCreditSupportAnnexRequest upsertCreditSupportAnnexRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertCreditSupportAnnex: Upsert Credit Support Annex More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertSingleStructuredDataResponse > > UpsertCreditSupportAnnexWithHttpInfoAsync (UpsertCreditSupportAnnexRequest upsertCreditSupportAnnexRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertCreditSupportAnnex: Upsert Credit Support Annex More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: