Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/portfolio
Recommendation
Interface Recommendation
interface
Recommendation
{
symbol
:
string
;
action
:
RecommendationAction
;
signal_strength
:
number
;
position_size_pct
:
number
;
position_value
:
number
;
target_price
?:
number
|
null
;
stop_loss
?:
number
|
null
;
rationale
:
string
;
momentum_score
?:
number
|
null
;
value_score
?:
number
|
null
;
dividend_yield
?:
number
|
null
;
volatility
?:
number
|
null
;
pe_ratio
?:
number
|
null
;
generated_at
:
string
;
portfolio_id
:
string
;
strategy_type
:
StrategyType
;
}
Index
Properties
symbol
action
signal_
strength
position_
size_
pct
position_
value
target_
price?
stop_
loss?
rationale
momentum_
score?
value_
score?
dividend_
yield?
volatility?
pe_
ratio?
generated_
at
portfolio_
id
strategy_
type
Properties
symbol
symbol
:
string
action
action
:
RecommendationAction
signal_
strength
signal_strength
:
number
position_
size_
pct
position_size_pct
:
number
position_
value
position_value
:
number
Optional
target_
price
target_price
?:
number
|
null
Optional
stop_
loss
stop_loss
?:
number
|
null
rationale
rationale
:
string
Optional
momentum_
score
momentum_score
?:
number
|
null
Optional
value_
score
value_score
?:
number
|
null
Optional
dividend_
yield
dividend_yield
?:
number
|
null
Optional
volatility
volatility
?:
number
|
null
Optional
pe_
ratio
pe_ratio
?:
number
|
null
generated_
at
generated_at
:
string
portfolio_
id
portfolio_id
:
string
strategy_
type
strategy_type
:
StrategyType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
symbol
action
signal_
strength
position_
size_
pct
position_
value
target_
price
stop_
loss
rationale
momentum_
score
value_
score
dividend_
yield
volatility
pe_
ratio
generated_
at
portfolio_
id
strategy_
type
Trading Assistant API Documentation - v0.1.0
Loading...