API Reference / HoldingLike
Interface: HoldingLike
Defined in: src/ai/promptHelpers.ts:11
Prompt construction for AI trading assistants.
These render account and market state into text an LLM can reason over — they never call the API themselves, so a caller decides what data to fetch and how fresh it needs to be.
Indexable
[
key:string]:unknown
Properties
tradingSymbol?
optionaltradingSymbol?:string
Defined in: src/ai/promptHelpers.ts:12
securityId?
optionalsecurityId?:string
Defined in: src/ai/promptHelpers.ts:13
totalQty?
optionaltotalQty?:number
Defined in: src/ai/promptHelpers.ts:14
avgCostPrice?
optionalavgCostPrice?:number
Defined in: src/ai/promptHelpers.ts:15