{#if data?.user?.tier === 'Pro'} {#if fairPrice !== null}
The DCF model signals a {#if change < -3 } Buy {:else if change > 3 } Sell {:else} Hold {/if}
{#if change > 0 }
The Stock Price is {Math?.abs(change)}% overvalued.
{:else if change < 0 }
The Stock Price is {Math?.abs(change)}% undervalued.
{/if}
${$stockTicker} (${lastPrice}) is trading {change < 0 ? 'below' : 'above'} our estimate of fair value (${fairPrice}).

What is the Fair Price of ${$stockTicker} when looking at its future cash flows? For this estimate we use a Discounted Cash Flow model (DCF).
{#if Math?.abs(change) > 30}
Caution: The DCF model may not be reliable for ${$stockTicker} due to significant deviation between intrinsic value and current price.
{/if}
{:else}

No data available

{/if} {:else}
Unlock content with Pro Subscription
{/if}