Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/portfolio
AllocationResponse
Interface AllocationResponse
interface
AllocationResponse
{
portfolio_id
:
string
;
by_sector
:
SectorAllocation
[]
;
by_symbol
:
Position
[]
;
total_allocated
:
number
;
cash_allocation
?:
number
;
updated_at
:
string
;
}
Index
Properties
portfolio_
id
by_
sector
by_
symbol
total_
allocated
cash_
allocation?
updated_
at
Properties
portfolio_
id
portfolio_id
:
string
by_
sector
by_sector
:
SectorAllocation
[]
by_
symbol
by_symbol
:
Position
[]
total_
allocated
total_allocated
:
number
Optional
cash_
allocation
cash_allocation
?:
number
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
portfolio_
id
by_
sector
by_
symbol
total_
allocated
cash_
allocation
updated_
at
Trading Assistant API Documentation - v0.1.0
Loading...