{{ language() === 'bn' ? 'মৌলিক স্কোর' : 'Fundamental score' }}
{{ jobMessage() || (language() === 'bn' ? 'ডিএসই তথ্য লোড হচ্ছে…' : 'Loading DSE evidence…') }}
DSE AI ANALYSIS
{{ language() === 'bn' ? 'বিশ্লেষণ প্রস্তুত নয়' : 'Analysis not ready' }}
{{ errorMessage() }}
DSE STOCK ANALYSIS
{{ report.company_name }}
{{ language() === 'bn' ? 'আমাদের মত' : 'Our take' }}
{{ copy(report.headline) }}
-
@for (takeaway of report.takeaways; track takeaway.en) {
- {{ copy(takeaway) }} }
{{ language() === 'bn' ? 'গভীর বিশ্লেষণ' : 'In-depth analysis' }}
{{ copy(report.in_depth_title) }}
{{ copy(report.in_depth_snippet) }}
{{ language() === 'bn' ? 'আজকের মূল্য' : 'Value today' }}
{{ copy(report.valuation.summary) }}
-
@for (method of report.valuation.methods; track method.key) {
- {{ copy(method.label) }}
- {{ formatTaka(method.value) }}
{{ copy(factor.title) }}
{{ copy(factor.subtitle) }}
{{ copy(factor.explanation) }}
{{ language() === 'bn' ? 'সম্পূর্ণ গবেষণা' : 'Complete research' }}
{{ report.company_name }}
{{ copy(section.title) }}
{{ copy(section.summary) }}
@if (section.bullets.length) {-
@for (bullet of section.bullets; track bullet.en) {
- {{ copy(bullet) }} }
{{ language() === 'bn' ? 'মূল এজেন্ট প্রমাণ' : 'Original agent evidence' }}
{{ language() === 'bn' ? 'নিচের অংশগুলো মূল মাল্টি-এজেন্ট রান থেকে অপরিবর্তিত রাখা হয়েছে।' : 'These sections are retained unchanged from the multi-agent run.' }}
@if (report.agent_reports.final_trade_decision) {{{ language() === 'bn' ? 'চূড়ান্ত ট্রেড সিদ্ধান্ত' : 'Final trade decision' }}
{{ report.agent_reports.final_trade_decision }}{{ language() === 'bn' ? 'মৌলিক বিশ্লেষক' : 'Fundamentals analyst' }}
{{ report.agent_reports.fundamentals_report }}{{ language() === 'bn' ? 'বাজার বিশ্লেষক' : 'Market analyst' }}
{{ report.agent_reports.market_report }}{{ language() === 'bn' ? 'সংবাদ বিশ্লেষক' : 'News analyst' }}
{{ report.agent_reports.news_report }}{{ language() === 'bn' ? 'পূর্ণ স্টেট লগ JSON' : 'Full state log JSON' }}
{{ rawState(report) }}