create_account
Create a new financial account under a specified institution, providing title, currency code, and account type.
Instructions
Create a new account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Account type (bank, credits, loans, mortgage, stocks, vehicle, property, insurance, other_asset, other_liability) | |
| title | Yes | Account title | |
| currency_code | Yes | Currency code | |
| institution_id | Yes | The institution ID to create the account under |