Discounted Cash Flow
graph TD
A[Start] --> B[
Is it a good project
or stock for investment?]
B --> C[Generated Cash Flow]
B --> D[Time Value of Money]
C --> E[Discounted Cash Flow]
D --> E
E -->|Yes| F[Invest]
E -->|No| G[Do Not Invest]