Interface Holding

Details of each holding.

Hierarchy

  • Holding

Properties

buyPrice: number

The original buy price of the holding.

buyValue: number

The original buy value of the holding.

currentPrice: number

LTP is the price from which the next sale of the stocks happens.

currentValue: number

The Market value of the current holding.

exchange: Exchange

The exchange in which order is placed.

isin: string

12-digit International Securities Identification Number.

quantity: number

The quantity of the symbol which the user has at the beginning of the day.

remainingQuantity: number

This reflects the quantity - the quantity sold during the day.

returns: number

Profit and loss made.

returnsPercent: number

Profit and loss percent made.

symbol: string

Eg: NSE:RCOM-EQ.

token: string

A unique identifier for every symbol.

Identify the type of holding.

Generated using TypeDoc