Development Guides

Portfolio & Account Equivalents

To get existing portfolio security equivalents, make a POST call to https://www.orioneclipse.com/api/v2/SecuritySettingPreference/Equivalents/16, where 16 is the related type ID for portfolios (the related type ID for accounts is 32) and…

Continue Reading

SMA Weightings

To get the current SMA weightings assigned to an account, make a GET call to https://www.orioneclipse.com/v1/account/accounts/<eclipseAccountId>/sma. Below is a sample response: {     “selectedLevelId”: 3,     “weightings”: [         {…

Continue Reading

Notes in Eclipse

Notes can be read, created, updated and deleted at the Account, Portfolio and Team level using below endpoints. Notes can be viewed on the Account, Portfolio and Orders grids, Account…

Continue Reading

Reg Level Trade Block

Purpose: User utilizing this entity option has the ability to set trade blocks at the registration level and at the underlying sleeve accounts level in one click. If the user…

Continue Reading

Eclipse Liquidation Tool

Welcome to the API guide for our new Liquidation Tool. This tool is designed to streamline the process of liquidating accounts, portfolios, and sleeves while offering flexibility in cash management….

Continue Reading

Sleeving Registrations – Batch

When updating multiple Sleeve Registrations, our batch workflow is faster and more scalable. This allows you to update multiple registrations at once, rather than sending a significant number of calls…

Continue Reading

Portfolio Model Assignment

The endpoint { PUT /api/v2/Portfolio/Portfolios/action/assignModel } – Accepts an array of Eclipse portfolioId and Eclipse modelId combinations. The call to Eclipse will assign the model to the Portfolio. Then if…

Continue Reading

Trade Instance Fields

Trade Instances have some metadata fields that provide information on how a Trade Instance was created. These fields are optional in most API requests, if they are part of the…

Continue Reading

Trade Actions

Each Trade has an Action, like Buy or Sell, that is generally passed around in API JSON as an Id value. Occasionally, you will see the string value in some…

Continue Reading