LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
AddBusinessDaysToDateResponse | AddBusinessDaysToDate (string scope, AddBusinessDaysToDateRequest addBusinessDaysToDateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] AddBusinessDaysToDate: Adds the requested number of Business Days to the provided date. More... | |
Lusid.Sdk.Client.ApiResponse< AddBusinessDaysToDateResponse > | AddBusinessDaysToDateWithHttpInfo (string scope, AddBusinessDaysToDateRequest addBusinessDaysToDateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] AddBusinessDaysToDate: Adds the requested number of Business Days to the provided date. More... | |
CalendarDate | AddDateToCalendar (string scope, string code, CreateDateRequest createDateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDateToCalendar: Add a date to a calendar More... | |
Lusid.Sdk.Client.ApiResponse< CalendarDate > | AddDateToCalendarWithHttpInfo (string scope, string code, CreateDateRequest createDateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
AddDateToCalendar: Add a date to a calendar More... | |
BatchUpsertDatesForCalendarResponse | BatchUpsertDatesForCalendar (string scope, string code, string successMode, Dictionary< string, CreateDateRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
BatchUpsertDatesForCalendar: Batch upsert dates to a calendar More... | |
Lusid.Sdk.Client.ApiResponse< BatchUpsertDatesForCalendarResponse > | BatchUpsertDatesForCalendarWithHttpInfo (string scope, string code, string successMode, Dictionary< string, CreateDateRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
BatchUpsertDatesForCalendar: Batch upsert dates to a calendar More... | |
Calendar | CreateCalendar (CreateCalendarRequest createCalendarRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCalendar: Create a calendar in its generic form More... | |
Lusid.Sdk.Client.ApiResponse< Calendar > | CreateCalendarWithHttpInfo (CreateCalendarRequest createCalendarRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCalendar: Create a calendar in its generic form More... | |
Calendar | DeleteCalendar (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteCalendar: Delete a calendar More... | |
Lusid.Sdk.Client.ApiResponse< Calendar > | DeleteCalendarWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteCalendar: Delete a calendar More... | |
CalendarDate | DeleteDateFromCalendar (string scope, string code, string dateId, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDateFromCalendar: Remove a date from a calendar More... | |
Lusid.Sdk.Client.ApiResponse< CalendarDate > | DeleteDateFromCalendarWithHttpInfo (string scope, string code, string dateId, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDateFromCalendar: Remove a date from a calendar More... | |
Dictionary< string, CalendarDate > | DeleteDatesFromCalendar (string scope, string code, List< string > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDatesFromCalendar: Delete dates from a calendar More... | |
Lusid.Sdk.Client.ApiResponse< Dictionary< string, CalendarDate > > | DeleteDatesFromCalendarWithHttpInfo (string scope, string code, List< string > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDatesFromCalendar: Delete dates from a calendar More... | |
List< DateTimeOffset > | GenerateSchedule (string scope, ValuationSchedule valuationSchedule, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GenerateSchedule: Generate an ordered schedule of dates. More... | |
Lusid.Sdk.Client.ApiResponse< List< DateTimeOffset > > | GenerateScheduleWithHttpInfo (string scope, ValuationSchedule valuationSchedule, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GenerateSchedule: Generate an ordered schedule of dates. More... | |
Calendar | GetCalendar (string scope, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetCalendar: Get a calendar in its generic form More... | |
Lusid.Sdk.Client.ApiResponse< Calendar > | GetCalendarWithHttpInfo (string scope, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetCalendar: Get a calendar in its generic form More... | |
ResourceListOfCalendarDate | GetDates (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? idFilter=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDates: Get dates for a specific calendar More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfCalendarDate > | GetDatesWithHttpInfo (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? idFilter=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDates: Get dates for a specific calendar More... | |
IsBusinessDayResponse | IsBusinessDateTime (DateTimeOffset dateTime, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] IsBusinessDateTime: Check whether a DateTime is a "Business DateTime" More... | |
Lusid.Sdk.Client.ApiResponse< IsBusinessDayResponse > | IsBusinessDateTimeWithHttpInfo (DateTimeOffset dateTime, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] IsBusinessDateTime: Check whether a DateTime is a "Business DateTime" More... | |
PagedResourceListOfCalendar | ListCalendars (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCalendars: List Calendars More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCalendar > | ListCalendarsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCalendars: List Calendars More... | |
PagedResourceListOfCalendar | ListCalendarsInScope (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListCalendarsInScope: List all calenders in a specified scope More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCalendar > | ListCalendarsInScopeWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListCalendarsInScope: List all calenders in a specified scope More... | |
Calendar | UpdateCalendar (string scope, string code, UpdateCalendarRequest updateCalendarRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCalendar: Update a calendar More... | |
Lusid.Sdk.Client.ApiResponse< Calendar > | UpdateCalendarWithHttpInfo (string scope, string code, UpdateCalendarRequest updateCalendarRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCalendar: Update a calendar More... | |
![]() | |
System.Threading.Tasks.Task< AddBusinessDaysToDateResponse > | AddBusinessDaysToDateAsync (string scope, AddBusinessDaysToDateRequest addBusinessDaysToDateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] AddBusinessDaysToDate: Adds the requested number of Business Days to the provided date. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AddBusinessDaysToDateResponse > > | AddBusinessDaysToDateWithHttpInfoAsync (string scope, AddBusinessDaysToDateRequest addBusinessDaysToDateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] AddBusinessDaysToDate: Adds the requested number of Business Days to the provided date. More... | |
System.Threading.Tasks.Task< CalendarDate > | AddDateToCalendarAsync (string scope, string code, CreateDateRequest createDateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
AddDateToCalendar: Add a date to a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CalendarDate > > | AddDateToCalendarWithHttpInfoAsync (string scope, string code, CreateDateRequest createDateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
AddDateToCalendar: Add a date to a calendar More... | |
System.Threading.Tasks.Task< BatchUpsertDatesForCalendarResponse > | BatchUpsertDatesForCalendarAsync (string scope, string code, string successMode, Dictionary< string, CreateDateRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
BatchUpsertDatesForCalendar: Batch upsert dates to a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertDatesForCalendarResponse > > | BatchUpsertDatesForCalendarWithHttpInfoAsync (string scope, string code, string successMode, Dictionary< string, CreateDateRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
BatchUpsertDatesForCalendar: Batch upsert dates to a calendar More... | |
System.Threading.Tasks.Task< Calendar > | CreateCalendarAsync (CreateCalendarRequest createCalendarRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCalendar: Create a calendar in its generic form More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Calendar > > | CreateCalendarWithHttpInfoAsync (CreateCalendarRequest createCalendarRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateCalendar: Create a calendar in its generic form More... | |
System.Threading.Tasks.Task< Calendar > | DeleteCalendarAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteCalendar: Delete a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Calendar > > | DeleteCalendarWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteCalendar: Delete a calendar More... | |
System.Threading.Tasks.Task< CalendarDate > | DeleteDateFromCalendarAsync (string scope, string code, string dateId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDateFromCalendar: Remove a date from a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CalendarDate > > | DeleteDateFromCalendarWithHttpInfoAsync (string scope, string code, string dateId, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDateFromCalendar: Remove a date from a calendar More... | |
System.Threading.Tasks.Task< Dictionary< string, CalendarDate > > | DeleteDatesFromCalendarAsync (string scope, string code, List< string > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDatesFromCalendar: Delete dates from a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dictionary< string, CalendarDate > > > | DeleteDatesFromCalendarWithHttpInfoAsync (string scope, string code, List< string > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDatesFromCalendar: Delete dates from a calendar More... | |
System.Threading.Tasks.Task< List< DateTimeOffset > > | GenerateScheduleAsync (string scope, ValuationSchedule valuationSchedule, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GenerateSchedule: Generate an ordered schedule of dates. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< List< DateTimeOffset > > > | GenerateScheduleWithHttpInfoAsync (string scope, ValuationSchedule valuationSchedule, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GenerateSchedule: Generate an ordered schedule of dates. More... | |
System.Threading.Tasks.Task< Calendar > | GetCalendarAsync (string scope, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetCalendar: Get a calendar in its generic form More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Calendar > > | GetCalendarWithHttpInfoAsync (string scope, string code, List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetCalendar: Get a calendar in its generic form More... | |
System.Threading.Tasks.Task< ResourceListOfCalendarDate > | GetDatesAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? idFilter=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDates: Get dates for a specific calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfCalendarDate > > | GetDatesWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? idFilter=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDates: Get dates for a specific calendar More... | |
System.Threading.Tasks.Task< IsBusinessDayResponse > | IsBusinessDateTimeAsync (DateTimeOffset dateTime, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] IsBusinessDateTime: Check whether a DateTime is a "Business DateTime" More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< IsBusinessDayResponse > > | IsBusinessDateTimeWithHttpInfoAsync (DateTimeOffset dateTime, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] IsBusinessDateTime: Check whether a DateTime is a "Business DateTime" More... | |
System.Threading.Tasks.Task< PagedResourceListOfCalendar > | ListCalendarsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCalendars: List Calendars More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCalendar > > | ListCalendarsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListCalendars: List Calendars More... | |
System.Threading.Tasks.Task< PagedResourceListOfCalendar > | ListCalendarsInScopeAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListCalendarsInScope: List all calenders in a specified scope More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCalendar > > | ListCalendarsInScopeWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListCalendarsInScope: List all calenders in a specified scope More... | |
System.Threading.Tasks.Task< Calendar > | UpdateCalendarAsync (string scope, string code, UpdateCalendarRequest updateCalendarRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCalendar: Update a calendar More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Calendar > > | UpdateCalendarWithHttpInfoAsync (string scope, string code, UpdateCalendarRequest updateCalendarRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateCalendar: Update a calendar More... | |
Represents a collection of functions to interact with the API endpoints