create_account
Create a new account in your portfolio by specifying name, currency, and optional balance to organize investments across different accounts.
Instructions
Create a new account in your portfolio.
Creates a new account with the specified name, currency, and optional balance. This is useful for organizing your investments across different account types or platforms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the account (e.g., 'My Brokerage Account', 'Retirement Fund') | |
| balance | No | Initial balance for the account (defaults to 0) | |
| comment | No | Optional comment or note for the account | |
| currency | Yes | Currency code for the account (e.g., 'USD', 'EUR', 'GBP') | |
| is_excluded | No | Whether to exclude this account from portfolio calculations | |
| platform_id | No | Optional platform ID for the account (e.g., broker or exchange identifier) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||