stockWiseAnalysis[]
├── companyName Full company name
├── isin International Securities Identification Number
├── sector Industry sector (Capital Goods, IT, Chemicals, etc.)
├── marketCapitalizationType LARGE_CAP | MID_CAP | SMALL_CAP
├── currentlyInvested Whether the stock is currently held (true / false)
├── units Number of shares held
├── currentStockPrice Current market price per share (INR)
├── totalPortfolioValue Current market value of this holding (INR)
├── totalInvestedAmount Amount invested in this stock (INR; 0 if cost basis missing)
├── costBasisIncomplete True if purchase cost data is unavailable
├── percentageContribution This stock's share of the total portfolio value (%)
│
├── — Returns (present when currentlyInvested = true or cost basis available) —
├── absolutePercentageReturn Return percentage for this stock
├── profitAmount Profit or loss on this holding (INR)
├── xirr XIRR for this holding
│
├── — Market data —
├── oneDayReturn Price change % in the last trading day
├── lastDateOfStockPriceUpdate Date of most recent price update (yyyy-MM-dd)
├── last52WeeksHighPrice Highest price in the past 52 weeks (INR)
├── last52WeeksLowPrice Lowest price in the past 52 weeks (INR)
├── marketCap Total market capitalisation of the company (INR)
│
├── — Valuation ratios —
├── peRatio Price-to-Earnings ratio
├── pbRatio Price-to-Book ratio (alias priceToBookValueRatio)
├── priceToBookValueRatio Price divided by book value per share
├── trailing12MonthsPERatio Trailing 12-month P/E ratio
├── trailing12MonthsEPS Trailing 12-month Earnings Per Share (INR)
├── divYield Dividend yield (annual dividend / current price, %)
├── bookValue Book value per share (INR)
├── faceValue Face (par) value per share (INR)
├── roe Return on Equity (net income / shareholder equity)
├── debtToEquity Debt-to-Equity ratio
├── industryPe Industry-average P/E ratio for this stock's sector
│
├── accountDetails[] Demat accounts holding this stock
│ └── dematId Demat account identifier
└── errorFlags[] Data issues for this specific stock