diff options
Diffstat (limited to 'components/valuation.py')
| -rw-r--r-- | components/valuation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/valuation.py b/components/valuation.py index 4e2d003..031c424 100644 --- a/components/valuation.py +++ b/components/valuation.py @@ -1058,7 +1058,7 @@ def _render_models(ticker: str): sections.append(_render_ev_ebitda_model) if ctx["ev_revenue_available"] and not ctx["is_financial"]: sections.append(_render_ev_revenue_model) - if ctx["pb_available"] and _render_price_to_book_model not in sections and not ctx["dcf_available"]: + if ctx["pb_available"] and _render_price_to_book_model not in sections: sections.append(_render_price_to_book_model) if not sections: |
