Fixed
Identity schema corrected for income bounds and "tax_id_type"
September 17th, 2026
Broker API
The Identity schema now matches what the API actually returns:
annual_income_min,annual_income_max,liquid_net_worth_min,liquid_net_worth_max,total_net_worth_min, andtotal_net_worth_maxare documented as decimal strings (type: string,format: decimal), consistent with other monetary fields such ascashandbuying_power. Examples have been added for each.tax_id_typeis no longer unconditionally required and may benullon read. It is required on write only whentax_idis supplied; some accounts return identity data without it.
Affected Endpoints
GET /v1/accountsPOST /v1/accountsGET /v1/accounts/{account_id}PATCH /v1/accounts/{account_id}