Customizing Portfolios
Portfolio Customization
Learn how to customize and optimize client portfolios using the Tilt Pro API.
Overview
This guide walks you through the workflow for optimzing client portfolios:
- Creating a new client
- Configuring the client’s portfolio parameters
- Running an optimization
- Generating trade proposals
Prerequisites
- API Key with permissions to access the Tilt Pro API
- Organization UUID for your organization
1. Create a New Client
First, create a client in your organization by providing a unique external identifier.
Create org client
POST /custom/org//client/
2. Update Client Portfolio Parameters
Next, configure your client’s portfolio with current holdings, benchmarks, and constraints.
Update client
PUT /custom/org//client//
3. Run Portfolio Optimization
Once you’ve configured the client’s portfolio parameters, run an optimization to generate optimal weights.
Optimize client portfolio
POST /custom/org//client//optimize/
4. Generate Trade Proposals
Finally, generate actionable trade proposals based on the optimized weights.
Generate client proposal
POST /custom/org//client//proposal/