> For the complete documentation index, see [llms.txt](https://vikram-bajaj.gitbook.io/introduction-to-corporate-finance-coursera/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vikram-bajaj.gitbook.io/introduction-to-corporate-finance-coursera/main-2/time-value-of-money/compounding.md).

# Compounding

Compounding is the process of moving CFs forward in time.

The value of a CF at a future point in time is called its **future value**. Future Value $$FV\_t(CF\_i)$$ denotes the future value of $$CF\_i$$ at a future timestamp t.

### Simple Example

```
How much money will we have four years from today if we save $100 a year, beginning today, for the next 
three years, assuming we earn 5% per annum?
```

First, place the CFs on a timeline:

![](/files/-M5-0_eF2GFtBCo5ujzQ)Then, find their future values at timestamp 4, using compounding:

![](/files/-M5-0_eHICEKU2Pt3oTe)Then, aggregate the future values. We get $452.564.

Therefore, the future value four years from today of saving $100 starting today for the next three years at 5% per annum is $452.56.

### Note

We can use a combination of compounding and discounting, allowing us to aggregate CFs at any timestamp.

## ![](/files/-M5-0_eJ0T_H3aMhxlPx)


---

# 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:

```
GET https://vikram-bajaj.gitbook.io/introduction-to-corporate-finance-coursera/main-2/time-value-of-money/compounding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
