> For the complete documentation index, see [llms.txt](https://wiki.oikos-international.org/sustainable-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oikos-international.org/sustainable-finance/interviews/lessons/equity-and-valuation.md).

# Equity and Valuation

### Key information

#### Equity

Public companies, meaning they are listed on the stock exchange, have a market value which is known as market capitalisation.&#x20;

![Source: IG](https://a.c-dn.net/c/content/dam/publicsites/igcom/uk/images/content-2-chart-images/market_cap.png)

Share price is impacted by supply and demand, and sustainability factors are increasingly influencing demand of stocks.

Tesla is a great case study for this, it took them 17 years to turn their first annual profit in 2020. Yet it became the most valuable automative company in the world in July of that year, before the news of its annual profit was announced. Investors became confident in the future of cars being electric, and hence demand for a piece of the company skyrocketed.

#### Valuation

The most common intrinsic valuation method is the discounted cash flow (DCF) approach.

![Source: CFI](https://cdn.corporatefinanceinstitute.com/assets/Discounted-Cash-Flow.png)

Analysts are now aware that many factors relating to sustainability will impact the future cash flows of companies. For example, necessary investments to make processes less polluting or potential regulations that could force a firm to change some of its products/services.

{% hint style="success" %}
**Quick Activity:** Think of a company you like, or one you don't, how do you think sustainability factors might affect their future cash flows?
{% endhint %}

### Our favourite video

{% embed url="<https://www.youtube.com/watch?ab_channel=SustainabilityIllustrated&v=jpeS9lFDHpY>" %}

### If you want more

{% embed url="<https://www.investopedia.com/terms/d/dcf.asp>" %}

{% embed url="<https://jvalchemist.ankura.com/trends/sustainability-and-stock-prices-does-the-market-reward-eco-friendly-partnerships/>" %}

{% embed url="<https://www.mckinsey.com/business-functions/strategy-and-corporate-finance/our-insights/when-sustainability-becomes-a-factor-in-valuation>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.oikos-international.org/sustainable-finance/interviews/lessons/equity-and-valuation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
