Goals
Goals are the investor’s financial objectives — each with a target amount, timeline, and priority.Creating a goal
Goal types
| Type | Description |
|---|---|
retirement | Retirement savings target |
education | Education funding (college, graduate school) |
home_purchase | Home down payment or purchase |
emergency_fund | Emergency savings buffer |
major_purchase | Large planned expense |
wealth_building | General wealth accumulation |
custom | User-defined goal |
Managing goals
Life events
Life events record significant changes that affect the financial plan — marriage, job change, inheritance, birth of a child, etc.Dependents
Track family members who affect financial planning (children, elderly parents):External accounts
Record investment and savings accounts held outside Bluum for a complete financial picture:Generating a financial plan
Once goals, profile, and risk assessment are in place, generate a financial plan:Plan summary
Key endpoints
| Method | Path | Description |
|---|---|---|
POST | /wealth/accounts/{id}/goals | Create a goal |
GET | /wealth/accounts/{id}/goals | List goals |
PUT | /wealth/accounts/{id}/goals/{goal_id} | Update a goal |
DELETE | /wealth/accounts/{id}/goals/{goal_id} | Delete a goal |
POST | /wealth/accounts/{id}/life-events | Record a life event |
GET | /wealth/accounts/{id}/life-events | List life events |
POST | /wealth/accounts/{id}/dependents | Add a dependent |
GET | /wealth/accounts/{id}/dependents | List dependents |
POST | /wealth/accounts/{id}/external-accounts | Add an external account |
GET | /wealth/accounts/{id}/external-accounts | List external accounts |
POST | /wealth/accounts/{id}/financial-plan | Generate a financial plan |
GET | /wealth/accounts/{id}/financial-plan/summary | Get plan summary |