lusid-scheduler-sdk

FINBOURNE Scheduler API


Keywords
OpenAPI, OpenAPI-Generator, FINBOURNE, Scheduler, API, lusid-scheduler-sdk
License
MIT
Install
pip install lusid-scheduler-sdk==2.1.25

Documentation

LUSID® Scheduler Python SDK

This is the Python SDK for the Scheduler API for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities. To use it you'll need a LUSID account. Sign up for free at lusid.com

LUSID_by_Finbourne

branch status
main PyPI

Installation

The PyPi package for the LUSID Scheduler SDK can installed using the following:

pip install lusid-scheduler-sdk finbourne-sdk-utilities

Usage

import lusid_scheduler
from fbnsdkutilities import ApiClientFactory

scheduler_factory = ApiClientFactory(lusid_scheduler, api_secrets_filename="/path/to/secrets.json")
jobs_api = scheduler_factory.build(lusid_scheduler.api.JobsApi)

jobs_api.list_jobs()