# Updating valuations

## **Valuation Update**

By default, Tactyc calculates the FMV of an investment based on the last post-money valuation from a financing round x the fund’s ownership % in the investment. However, frequently you may need to update “mark up or mark down” a deal even if that company did not have a financing round.

To update an investment ‘s fair market value:

1. Open the investment
2. Under **Performance Cases,** add a new round and select **Valuation Update**
3. A Valuation Update event will now be created. Click on **Edit** on the Valuation Update event
4. Enter the latest valuation for the company and click on **Close**

<figure><img src="/files/gStjsiXoafxhRBYhSZRv" alt=""><figcaption></figcaption></figure>

## **Bulk FMV Update**

Periodically, you may want to mark-up or mark-down the valuation of multiple portfolio companies at once. Tactyc provides a Bulk Update option to make this process easier.

* Click on **FMV Update** from your investments page
* Enter the date when you want to apply the updates and whether you want to enter the **Aggregate Valuation** or the **FMV** on the deal
* Enter your latest valuation data in the next dialog and click on **Save**
* Tactyc wil automatically apply **Valuation Update** events for all your changed investments

<figure><img src="/files/G7YkgFSomuOjKBjhgLM7" alt=""><figcaption></figcaption></figure>

## Updating FMV independently of Aggregate Valuation&#x20;

By default, Tactyc calculated FMV as :

```
FMV = Post-Money Valuation x Fully Diluted Ownership (%)
```

If a round has been entered with share-level data, then the FMV is determined as

```
FMV = Price per share x Shares Owned
```

However, there may be situations where you want to "disconnect" the FMV from the company's valuation and ownership. For e.g,

* You want to reflect the impact of liquidation preferences in the FMV
* You want to not mark-up or mark-down FMVs based on changing valuation caps of SAFEs and Convertibles Notes

To do this, you can **manually override the FMV independently of the company valuation**

1. Click on the **FMV figure** for the round you want to change the FMV for

<figure><img src="/files/DwfhiPmWgjHekOdxCtwE" alt=""><figcaption></figcaption></figure>

2. Check the **Enable Manual FMV Override?**
3. Enter the desired FMV

<figure><img src="/files/VPS46k28mk8RrDH5isZd" alt=""><figcaption></figcaption></figure>

The FMV should now be updated for the entered FMV figure, and highlighted in green to show that it has been manually overridden.

<figure><img src="/files/O5gPhKFruFESWCOOVbi1" alt=""><figcaption></figcaption></figure>

Tactyc will now respect the entered FMV figure for all reporting purposes.


---

# Agent Instructions: 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://docs.tactyc.io/portfolio-management/managing-rounds/updating-valuations.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.
